how to remove compiled conky version

Message
Author
dantheman
Posts: 5
Joined: Sat Oct 08, 2016 7:25 pm

how to remove compiled conky version

#1 Post by dantheman »

Hi folks, whilst trying to install a flashy conky i decided to install/compile the latest conky from github. My flashy conky still did not work and i wanted to revert back to a conky that does work. I can't do this and the code

Code: Select all

conky -v
still shows the the compiled version. Can anyone help or am i asking in the wrong place?
The versions i installed was 1.10.4 and then version 1.10.5.
here hoping i can revert back to conky that can with MXLinux conky 1.10.0.

yours thankfully

the foolish Dan

User avatar
Jerry3904
Administrator
Posts: 21960
Joined: Wed Jul 19, 2006 6:13 am

Re: how to remove compiled conky version

#2 Post by Jerry3904 »

Welcome to the Forum, Dan!

Did you try just this:

Code: Select all

sudo purge conky
Then install conky again from the repos.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

dantheman
Posts: 5
Joined: Sat Oct 08, 2016 7:25 pm

Re: how to remove compiled conky version

#3 Post by dantheman »

I tried that and

Code: Select all

conky -v
still shows the compiled version!

been googling this for ages and nothing has shown up!!

i think it is still runnning the compiled version too.

Code: Select all

conky -D -c hightech/load/load
DEBUG(0) [/home/danielmx/conky-1.10.4/src/conky.cc:2701]: reading contents from config file 'hightech/

shows its still using the compiled software.

User avatar
Jerry3904
Administrator
Posts: 21960
Joined: Wed Jul 19, 2006 6:13 am

Re: how to remove compiled conky version

#4 Post by Jerry3904 »

try logging out and back in and run it again
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

dantheman
Posts: 5
Joined: Sat Oct 08, 2016 7:25 pm

Re: how to remove compiled conky version

#5 Post by dantheman »

Same problem still using the compiled version even after reboot. i have purged everything to do with conky!!

Never thought compiling from source would have so many problems!!

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: how to remove compiled conky version

#6 Post by Stevo »

No, a manually installed program won't appear in the package manager's radar, so none of those tools will help. Usually, you'll need to read the instructions that came with the source code and follow the uninstall instructions, and them reinstall the system's version from the apt system just to make sure.

Usually when asking for this kind of help, it helps us when you provide the steps taken that led to your trouble, as in

Code: Select all

./configure
make
sudo make install
or the like, so the reverse steps can be listed.

User avatar
BitJam
Developer
Posts: 2283
Joined: Sat Aug 22, 2009 11:36 pm

Re: how to remove compiled conky version

#7 Post by BitJam »

Use "which conky" to find the location of the compiled version and then delete that file. Another approach would be to go back to the directory where you built conky and see if "make uninstall" does anything. If that make target (uninstall) is available then you will get an error message about lack of permissions so then do "sudo make uninstall".
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."

-- Richard Feynman

User avatar
kmathern
Developer
Posts: 2409
Joined: Wed Jul 12, 2006 2:26 pm

Re: how to remove compiled conky version

#8 Post by kmathern »

Maybe try

Code: Select all

sudo make uninstall
in the folder which you built / compiled conky in.

edit: oops, BitJam beat me to it.

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: how to remove compiled conky version

#9 Post by Stevo »

Usually, you go to the same folder that you ran the install command and run

Code: Select all

make uninstall
with sudo or as root. Note that conky 10+ uses cmake, so a cmake command needs to be run to generate a Makefile, but you should still have that left over from the build.

dantheman
Posts: 5
Joined: Sat Oct 08, 2016 7:25 pm

Re: how to remove compiled conky version

#10 Post by dantheman »

I tried make uninstall in the directory i installed it from but to no avail!!

is deleting the folder from 'which conky' safe?
it points to

/usr/local/bin/conky

after a reinstall of conky will it recreate that folder and files within it again?

Post Reply

Return to “XFCE Desktop Environment”