Skip to content

Instantly share code, notes, and snippets.

@andrewgdunn
Created November 25, 2012 20:52
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 andrewgdunn/295f139da093740f0ddd to your computer and use it in GitHub Desktop.
Save andrewgdunn/295f139da093740f0ddd to your computer and use it in GitHub Desktop.
agd@alexandria:/etc/apt/sources.list.d$ sudo apt-get dist-upgrade
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:
glib-networking : Depends: libgnutls26 (>= 2.12.6.1-0) but 2.10.5-1ubuntu3 is installed
libcups2 : Depends: libgnutls26 (>= 2.12.6.1-0) but 2.10.5-1ubuntu3 is installed
libcurl3-gnutls : Depends: libgnutls26 (>= 2.12.6.1-0) but 2.10.5-1ubuntu3 is installed
libgcrypt11 : Breaks: libgnutls26 (< 2.12.7-3) but 2.10.5-1ubuntu3 is installed
Breaks: libgnutls26:i386 (< 2.12.7-3) but 2.8.6-1ubuntu2.1 is installed
libgcrypt11:i386 : Breaks: libgnutls26 (< 2.12.7-3) but 2.10.5-1ubuntu3 is installed
Breaks: libgnutls26:i386 (< 2.12.7-3) but 2.8.6-1ubuntu2.1 is installed
libgnutls26 : Breaks: libgnutls26:i386 (!= 2.10.5-1ubuntu3) but 2.8.6-1ubuntu2.1 is installed
libgnutls26:i386 : Breaks: libgnutls26 (!= 2.8.6-1ubuntu2.1) but 2.10.5-1ubuntu3 is installed
libldap-2.4-2 : Depends: libgnutls26 (>= 2.12.6.1-0) but 2.10.5-1ubuntu3 is installed
ntfs-3g : Depends: libgnutls26 (>= 2.12.6.1-0) but 2.10.5-1ubuntu3 is installed
E: Unmet dependencies. Try using -f.
agd@alexandria:/etc/apt/sources.list.d$ sudo apt-get -f dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following packages will be upgraded:
libgnutls26 libgnutls26:i386 make python-keyring sabnzbdplus sabnzbdplus-theme-classic
sabnzbdplus-theme-plush sabnzbdplus-theme-smpl
8 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/2,529 kB of archives.
After this operation, 257 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: error processing libgnutls26:i386 (--configure):
libgnutls26:i386 2.8.6-1ubuntu2.1 cannot be configured because libgnutls26:amd64 is in a different version (2.10.5-1ubuntu3)
dpkg: error processing libgnutls26 (--configure):
libgnutls26:amd64 2.10.5-1ubuntu3 cannot be configured because libgnutls26:i386 is in a different version (2.8.6-1ubuntu2.1)
Errors were encountered while processing:
libgnutls26:i386
libgnutls26
E: Sub-process /usr/bin/dpkg returned an error code (1)
@andrewgdunn
Copy link
Author

agd@alexandria:~$ sudo apt-get -f install
[sudo] password for agd:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libgnutls26 libgnutls26:i386
Suggested packages:
gnutls-bin gnutls-bin:i386
The following packages will be upgraded:
libgnutls26 libgnutls26:i386
2 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
2 not fully installed or removed.
Need to get 0 B/907 kB of archives.
After this operation, 242 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: error processing libgnutls26:i386 (--configure):
libgnutls26:i386 2.8.6-1ubuntu2.1 cannot be configured because libgnutls26:amd64 is in a different version (2.10.5-1ubuntu3)
dpkg: error processing libgnutls26 (--configure):
libgnutls26:amd64 2.10.5-1ubuntu3 cannot be configured because libgnutls26:i386 is in a different version (2.8.6-1ubuntu2.1)
Errors were encountered while processing:
libgnutls26:i386
libgnutls26
E: Sub-process /usr/bin/dpkg returned an error code (1)

@andrewgdunn
Copy link
Author

agd@alexandria:~$ sudo dpkg --configure -a
dpkg: error processing libgnutls26:i386 (--configure):
libgnutls26:i386 2.8.6-1ubuntu2.1 cannot be configured because libgnutls26:amd64 is in a different version (2.10.5-1ubuntu3)
Errors were encountered while processing:
libgnutls26:i386

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment