Ubuntu 18.04 Apt-Get Update-Fehler


1

Ich habe versucht, meine Ubuntu-Instanz zu aktualisieren, erhalte jedoch den folgenden Fehler.

OK:1 http://packages.microsoft.com/repos/vscode stable InRelease                            
OK:2 http://security.ubuntu.com/ubuntu bionic-security InRelease                            
OK:3 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease                            
OK:4 http://us.archive.ubuntu.com/ubuntu bionic InRelease                                   
OK:5 https://download.mono-project.com/repo/ubuntu stable-bionic                 InRelease   
OK:7 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Holen:6 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Holen:8 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [266 kB]     
Holen:9 http://us.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [245 kB]      
Holen:10 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [138 kB]
Holen:11 http://us.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [31,4 kB]
Holen:12 http://us.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [53,7 kB]
Holen:13 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [138 kB]
Holen:14 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [138 kB] 
Holen:15 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [145 kB]
Holen:16 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [153 kB]
Holen:17 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [262 kB]
Holen:18 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2.468 B]
Es wurden 1.104 kB in 31 s geholt (35,3 kB/s).                                              
Fehler: Zeitüberschreitung wurde erreicht
Traceback (most recent call last):
  File "/usr/lib/cnf-update-db", line 8, in <module>
    from CommandNotFound.db.creator import DbCreator
  File "/usr/lib/python3/dist-    packages/CommandNotFound/db/creator.py", line 11, in <module>
    import apt_pkg
ImportError: dynamic module does not define module export function (PyInit_apt_pkg)
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
    from apport.fileutils import likely_packaged, get_recent_crashes
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
    from apport.report import Report
  File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
    import apport.fileutils
  File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
    from apport.packaging_impl import impl as packaging
  File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
    import apt
  File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
    import apt_pkg
ImportError: dynamic module does not define module export function     (PyInit_apt_pkg)

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/cnf-update-db", line 8, in <module>
    from CommandNotFound.db.creator import DbCreator
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 11, in <module>
    import apt_pkg
ImportError: dynamic module does not define module export function     (PyInit_apt_pkg)
Paketlisten werden gelesen... Fertig
E: Problem executing scripts APT::Update::Post-Invoke-Success 'if     /usr/bin/test -w /var/lib/command-not-found/ -a -e /usr/lib/cnf-update-    db; then /usr/lib/cnf-update-db > /dev/null; fi'
E: Sub-process returned an error code

Zusätzlicher Fehler zeigt, wenn ich die Abhängigkeiten aktualisiere.

apt-extracttemplates: Fehler beim Laden der gemeinsam genutzten Bibliotheken: /usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0: ungültiger ELF-Header 13% apt-extracttemplates: Fehler beim Laden der gemeinsam genutzten Bibliotheken: /usr/lib/x86_64-linux-gnu/libapt-inst.so.2.0: ungültiger ELF-Header


Es spuckt eine Auszeit aus (Fehler: Zeitüberschreitung ...). Wechseln Sie vielleicht zu einem Apt-Pool in Deutschland, wenn Sie sich dort befinden.
Nordlys Jeger

Ich habe den Pool gewechselt, aber der Fehler bleibt.
Marcel Rösler

Hast du es versucht apt autoclean? Versuchen Sie, alles in Ihrer sources.list zu kommentieren, außer deb http://de.archive.ubuntu.com/ubuntu/ bionic main . Danach aktualisieren Sie bitte Ihre Frage mit der Ausgabe von apt update.
Nordlys Jeger

Eine andere Möglichkeit besteht darin, Ihre alte sources.list zu sichern und eine neue mit diesem Inhalt zu erstellen .
Nordlys Jeger
Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.