mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Added installation instructions for Ubuntu 20.04
This commit is contained in:
parent
79b5a61e93
commit
4df1ccf1c0
@ -43,6 +43,17 @@ To be able to backup files that are in use by another process, Duplicati uses Al
|
|||||||
*****
|
*****
|
||||||
 Follow this procedure to install Mono on your Linux based system.
|
 Follow this procedure to install Mono on your Linux based system.
|
||||||
|
|
||||||
|
**Ubuntu 20.04:**
|
||||||
|
```nohighlight
|
||||||
|
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
|
||||||
|
|
||||||
|
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
|
||||||
|
|
||||||
|
sudo apt update
|
||||||
|
|
||||||
|
sudo apt install mono-devel gtk-sharp2
|
||||||
|
```
|
||||||
|
|
||||||
**Ubuntu 18.04:**
|
**Ubuntu 18.04:**
|
||||||
```nohighlight
|
```nohighlight
|
||||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
|
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user