Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.