How remove conky manager from Linux Mint

0

I would like to ask how to completely remove conky manager from Linux Mint.

I used the following script link and sudo apt-get --purge remove conky conky-all but unsuccessfully

Thank you

user11451242

Posted 2019-05-05T04:45:34.870

Reputation: 1

Answers

0

You probably need to remove the conky-all package.

sudo apt-get --purge remove conky conky-all

This is a thread with more information.(https://askubuntu.com/questions/938495/how-can-i-delete-conky-from-my-system/938509)

Guy Gastineau

Posted 2019-05-05T04:45:34.870

Reputation: 301

0

Did some light searching as I'm not too aquainted with Linux but this seemed to work for most people:

sudo apt-get --purge remove conky conky-all

Hopefully it works for you as well!

Matt Spencer

Posted 2019-05-05T04:45:34.870

Reputation: 11

I think this script only solves the removal of the conky, but not the conky manager application. I used the following script link but unsuccessfully

– user11451242 – 2019-05-05T05:19:59.537