I'm very new to linux and have been having trouble with Glib. I recently tried installing TILP but when i type
i get the following message.
Code:
No package 'glib-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I then tried installing gtk-dvel an received the following error:
Code:
Error: Package: glib2-devel-2.30.3-1.fc16.i686 (updates)
Requires: glib2 = 2.30.3-1.fc16
Installed: glib2-2.32.3-1.fc17.i686 (@/glib2-2.32.3-1.fc17.i686)
glib2 = 2.32.3-1.fc17
Available: glib2-2.30.1-1.fc16.i686 (fedora)
glib2 = 2.30.1-1.fc16
Available: glib2-2.30.3-1.fc16.i686 (updates)
glib2 = 2.30.3-1.fc16
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
i tried:
Code:
sudo yum reinstall glib2
and got
Code:
Installed package glib2-2.32.3-1.fc17.i686 (from /glib2-2.32.3-1.fc17.i686) not available.
Error: Nothing to do
What am I doing wrong?