Quote:
Originally Posted by Mi82
I tried apt-get remove reinstall libglib-2.0.so but got an error and the remove reinstall wasn't performed.
|
If "apt-get remove reinstall libglib-2.0" is exactly what you entered, you would get an error message (and, by the way, it does help if you tell us what the messages are!) apt-get needs a package name, not a file name: just libglib.
I'm no expert on apt-get (I haven't used it for some time), but I think the command should be
apt-get remove libglib && apt-get install glib
Is your installation a recent one? In that case, it might just be that you installed from a corrupted source.