Hallo Community,
vor etwa einer Woche habe ich Lubuntu 18.04 LTS in der Virtualbox 5.2.16 unter Windows 10 18.03 aufgesetzt. Gasterweiterung installiert.
Alles funktioniert.
Das virtuelle Ubuntu bekommt 2 Prozessoren und 4096 MB Hauptspeicher. (VT-x/AMD-V, Nested Paging, PAE/NX, KVM-Paravirtualisierung) (128 MB Grafikspeicher, 3D Beschleunigung)
Heute im virtuellen Lubuntu in der Konsole mit
sudo apt-get update
sudo apt-get upgrade
auf den aktuellsten Stand gebracht. Funktionierte ohne Probleme und Fehlermeldungen.
Als nächstes in der Konsole:
sudo apt-get update && apt-get install -y apt-transport-https curl
eingegeben.
Ausgabe:
[sudo] Passwort für user:
OK:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Holen:2 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Holen:3 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
OK:4 https://download.docker.com/linux/ubuntu bionic InRelease
OK:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Holen:6 http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [138 kB]
Holen:7 http://de.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [31,4 kB]
Holen:8 http://de.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [53,7 kB]
Holen:9 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [138 kB]
Holen:10 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [137 kB]
Holen:11 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [238 kB]
Holen:12 http://de.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2.468 B]
Holen:13 http://de.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [5.100 B]
Es wurden 907 kB in 1 s geholt (1.538 kB/s).
Paketlisten werden gelesen... Fertig
E: Sperrdatei /var/lib/dpkg/lock konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
E: Sperren des Administrationsverzeichnisses (/var/lib/dpkg/) nicht möglich, sind Sie root?
Ein
sudo lsof /var/lib/apt/lists/lock
gibt folgendes zurück:
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
Output information may be incomplete.
Folgendes löste das problem auch nicht:
sudo dpkg --configure -a
Habe dann etwa eine halbe Stunde gewartet und die Befehle wiederholt. Das Ergebnis ist identisch.
Was ist da schief gelaufen und wie löse ich das Problem damt der Befehl:
sudo apt-get update && apt-get install -y apt-transport-https curl
ohne Probleme ausgeführt wird.
Bitte ausfühlich erklären da ich noch ein Linux Newbie bin.
Danke
Andreas