Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".
sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb
Do you know how to resolve the dependency on "realpath"?
conky-manager
since 2016, and apparently one programrealpath
that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page. – Jos May 21 '18 at 20:49