sudo add-apt-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install conky-manager
sudo apt-get install selene
It does not work on Lubuntu 18.04. How to install it?
sudo add-apt-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install conky-manager
sudo apt-get install selene
It does not work on Lubuntu 18.04. How to install it?
The package can't be located, because you are adding the wrong ppa
for your OS version to install conky-manager
.
conky-manager
in ppa:teejee2008/ppa
is only maintained up to and including Ubuntu 16.04, so most of the tutorials that can be found around the internet are outdated as of now.
From Ubuntu 17.10 onwards (so also for Lubuntu 17.10 onwards), you have to use ppa:tomtomtom/conky-manager
instead. But as always, beware if you trust an unknown ppa
.
held broken packages
error? There is quite a bit of information available regarding this problem, you may start reading here. If nothing works for you, you should open another question including what you've tried, to keep this one here focused on the original problem.
– Wanderer
May 14 '18 at 13:08
Reading state information... Done E: Unable to locate package conky-manager – bayou May 13 '18 at 04:32
sudo apt-get install selene
from your question, since it appears that this line is not related to the problem you're describing. – Wanderer May 13 '18 at 10:23