Skip to content

Instantly share code, notes, and snippets.

/errors Secret

Created December 27, 2015 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a2138edce24b0eaa7484 to your computer and use it in GitHub Desktop.
Save anonymous/a2138edce24b0eaa7484 to your computer and use it in GitHub Desktop.
x@dell:~$ sudo apt-get install texlive
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
skype:i386 : Depends: libqt4-webkit:i386 (>= 4:4.5.3) but it is not going to be installed
Conflicts: skype-bin
Conflicts: skype-bin:i386 but 4.3.0.37-0ubuntu0.12.04.1 is to be installed
texlive : Depends: texlive-fonts-recommended (>= 2009-1) but it is not going to be installed
Depends: texlive-latex-recommended (>= 2009-1) but it is not going to be installed
Depends: texlive-latex-base (>= 2009-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
x@dell:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
skype:i386
The following packages will be upgraded:
skype:i386
1 upgraded, 0 newly installed, 0 to remove and 203 not upgraded.
1 not fully installed or removed.
Need to get 0 B/16.1 kB of archives.
After this operation, 39.6 MB disk space will be freed.
Do you want to continue [Y/n]? Y
dpkg: dependency problems prevent configuration of skype:i386:
skype:i386 depends on libqt4-webkit (>= 4:4.5.3).
dpkg: error processing skype:i386 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
skype:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment