Ubuntu – Can’t install anything, dpkg error

10.04aptdpkginstallation

I can't install anything on my Ubuntu.. I googled it, found the same problem, but none of the proposed solutions solved my issue.. All the time, it keeps giving me

No apport report written because the error message 
indicates its a followup error from a previous failure.  

Errors were encountered while processing:  
 tex-common  
 texlive-binaries  
E: Sub-process /usr/bin/dpkg returned an error code (1)  

when I try to use sudo apt-get install xx

Thanks a lot!

Best Answer

Please run

sudo apt-get -f install

in a terminal.

Related Question