LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   removing an older glib version (https://www.linuxquestions.org/questions/linux-newbie-8/removing-an-older-glib-version-463380/)

ashlesha 07-12-2006 01:54 PM

removing an older glib version
 
hi

i first installed the glib version 2.0 and then glib version 2.8.5..i now want to remove the previous installation...
how should i proceed?

thanks
ashlesha.

ps: I m using DEBIAN Linux

pljvaldez 07-12-2006 05:43 PM

Try doing aptitude search '~i' | grep -i glib which should list the glib libraries you've installed from the repositories. Then you should be able to just do aptitude purge libglib2.0 or whatever the package is called.


All times are GMT -5. The time now is 09:14 AM.