LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstalling glib 2.6.0 (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-glib-2-6-0-a-295521/)

tommygoober 02-27-2005 12:22 PM

Uninstalling glib 2.6.0
 
Hi there :)


When trying to ./configure pygtk-2.5.4 i get this message.....

checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.6.0, but GLIB 2.6.2
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib

I installed GLIB 2.6.0 in a similar fashion. Im new to linux and do not know how to uninstall programs yet. Can someone tell me how to unstall GLIB 2.6.0?

Thank you kindly :)
:newbie:

__J 02-27-2005 01:42 PM

did you keep the source directory around for glib-2.6.0? when you compile, you should be creating packages to install for easier upgrade/removal ( and rpm will know the package exist on your system). If you didn't keep the source directory, go redownload it, configure it exactly the same as you did before, and run "make uninstall" - you will probably have to reinstall 2.6.2 again.

jiml8 02-27-2005 02:42 PM

sounds like you are doing exactly what I was doing yesterday. I just went through the same exercise to install streamtuner.

When I installed pygtk, I did a
Code:

./configure --disable-glibtest --disable-gtktest
and everything worked.

tommygoober 02-27-2005 11:43 PM

Thank you for your suggestions. The installation went on without a problem :)


All times are GMT -5. The time now is 12:43 AM.