I installed "conky" recently, but I'd like to unistall it now.
I tried:
sudo apt-get remove conky
sudo apt-get purge conky
After running these commands were, I can still run conky from the terminal.
How can I actually remove it?
I installed "conky" recently, but I'd like to unistall it now.
I tried:
sudo apt-get remove conky
sudo apt-get purge conky
After running these commands were, I can still run conky from the terminal.
How can I actually remove it?
Finally, I found a solution,
sudo apt-get --purge remove conky conky-all
Thanks for your efforts :)
if those commands didn't work just install Synaptic Package Manager
sudo apt-get install synaptic
.
It is a very useful tool for downloading, installing and removing packages I tried it on my conky and it worked like charm.
Edit:
Edited this answer because I don't have enough reputation to join in the conversation bellow. There are multiple conky packages: conky, conky-all, conky-std. If you installed sudo apt-get install conky-all
, then you can't uninstal just conky you have to run sudo apt-get purge conky-all
, try that.
then run
sudo make uninstall` if you were lucky, it will work and uninstall it. – Ravexina Jul 21 '17 at 19:12