My ubuntu 12.10 won't allow me to install any online packages. I can go to the software center and install games and stuff no issue.
But if I go to a program website it always fails to install every time example: teamviewer.
first I download the package:
wget http://www.teamviewer.com/download/version_8x/teamviewer_linux_x64.deb
Then I run it:
sudo dpkg -i teamviewer* && sudo apt-get install -f
And then it fails. I get this error:
dpkg: error processing teamviewer (--install):
dependency problems - leaving unconfigured errors were encountered while processing: teamviewer
I get the error no matter what I try to install it always fails.
How can I fix this?
