I need to upgrade to glib 2.8. However I don't know how to do this? I downloaded glib2.8.tar.gz, but I cannot uninstall glib2.0 because of dependancies. What do I do to do a simple upgrade? I heard about yum package manager, however I don't know the commands.
I tried this:
./configure
make
make install
It installed it fine, I think, however upon installing, glib2.8 is not being recognized because glib2.0 is still installed. What now?