Hi There,
Been using duplicati on Mac, Windows and Linux for a while, very happy. In a moment of ambition I’m installing Ubuntu 24.04 on a new system and would like to back it up using duplicati. So far I’ve not been able to install it.
The instructions on Installation - Duplicati 2 User's Manual go up to Ubuntu 23.10, this results in apt issues tho:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
This works, gives a warning about depricated method, no errors tho.
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
Works as well.
sudo apt update
No issues.
sudo apt install mono-devel gtk-sharp2 libappindicator0.1-cil libmono-2.0-1
This results in the following error:
sudo apt install mono-devel gtk-sharp2 libappindicator0.1-cil libmono-2.0-1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libappindicator0.1-cil is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libappindicator0.1-cil' has no installation candidate
I’m not too familiar with mono and have been fooling around with different packages. Also tried to install mono using the instructions on their site. (unfortunately those instructions only go up to ubuntu 20.04).
Any advice would be greatly appreciated.