Created
April 27, 2018 06:25
-
-
Save meonkeys/838fb540e71d1e0920ab92055bd42364 to your computer and use it in GitHub Desktop.
apt broken after upgrade from ubuntu 16.04 to 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# can boot to a command line | |
# GUI doesn't work | |
# wireless works | |
$ sudo apt-get -f install | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
Correcting dependencies... failed. | |
The following packages have unmet dependencies: | |
dirmngr : Depends: libgnutls30 (>= 3.5.6) but 3.4.10-4ubuntu1.4 is installed | |
Depends: libksba8 (>= 1.3.4) but 1.3.3-1ubuntu0.16.04.1 is installed | |
gnupg : Depends: gnupg-l10n (= 2.2.4-1ubuntu1) but it is not installed | |
Depends: gnupg-utils (= 2.2.4-1ubuntu1) | |
Depends: gpg (= 2.2.4-1ubuntu1) | |
Depends: gpg-wks-client (= 2.2.4-1ubuntu1) | |
Depends: gpg-wks-server (= 2.2.4-1ubuntu1) | |
Depends: gpgsm (= 2.2.4-1ubuntu1) | |
Depends: gpgv (= 2.2.4-1ubuntu1) | |
Breaks: python3-apt (<= 1.1.0~beta4) but 1.1.0~beta1ubuntu0.16.04.1 is installed | |
Breaks: software-properties-common (<= 0.96.24.3) but 0.96.20.7 is installed | |
libc-bin : Depends: libc6 (< 2.24) but 2.27-3ubuntu1 is installed | |
libc6-dbg : Depends: libc6 (= 2.23-0ubuntu10) but 2.27-3ubuntu1 is installed | |
libc6-i386 : Depends: libc6 (= 2.23-0ubuntu10) but 2.27-3ubuntu1 is installed | |
libgail-3-0 : Depends: libglib2.0-0 (>= 2.49.4) but 2.48.2-0ubuntu1 is installed | |
libglib2.0-bin : Depends: libglib2.0-0 (= 2.56.1-2ubuntu1) but 2.48.2-0ubuntu1 is installed | |
libglib2.0-dev : Depends: libglib2.0-bin (= 2.48.2-0ubuntu1) | |
libgtk-3-0 : Depends: libglib2.0-0 (>= 2.55.2) but 2.48.2-0ubuntu1 is installed | |
locales : Depends: libc-bin (> 2.27) | |
python-apt : Depends: libapt-inst2.0 (>= 1.4~beta3) but 1.2.26 is installed | |
Depends: libapt-pkg5.0 (>= 1.4~beta3) but 1.2.26 is installed | |
python3 : PreDepends: python3-minimal (= 3.5.1-3) but 3.6.5-3 is installed | |
Depends: libpython3-stdlib (= 3.5.1-3) but 3.6.5-3 is installed | |
python3-minimal : Depends: python3.6-minimal (>= 3.6.5-2~) but it is not installed | |
python3.6 : Depends: python3.6-minimal (= 3.6.5-3) but it is not installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment