Hi is there a command that you can enter into xterm that will go through the O.S. and rebuild any inconsistancies or check if there is files missing and report what needs to be installed?
apt-get check
dpkg --configure -a
apt-get install --fix-missing <package name>