Docker kann aufgrund dieses Fehlers nicht installiert werden: W: E-Open kann nicht gelesen werden (2: Keine solche Datei oder kein solches Verzeichnis)

Docker kann aufgrund dieses Fehlers nicht installiert werden: W: E-Open kann nicht gelesen werden (2: Keine solche Datei oder kein solches Verzeichnis)

Ich versuche, Docker auf meinem redundanten Laptop zu installieren, aber das Problem ist, dass ich immer mit diesem Fehler konfrontiert werde, egal, was ich im Terminal mache:W: Unable to read e - open (2: No such file or directory)

Dies ist die Ausgabe meines Terminals:

dennis@Titan:~$ sudo apt update
Get:1 https://download.docker.com/linux/ubuntu focal InRelease [52.1 kB]
Hit:2 http://au.archive.ubuntu.com/ubuntu focal InRelease                      
Hit:3 http://dl.google.com/linux/chrome/deb stable InRelease                   
Get:4 http://au.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]     
Get:5 http://au.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]   
Hit:6 http://archive.canonical.com/ubuntu focal InRelease                      
Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease    
Hit:8 http://archive.ubuntu.com/ubuntu focal InRelease
Fetched 266 kB in 1s (228 kB/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
22 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Skipping acquire of configured file 'stable/source/Sources' as repository 'https://download.docker.com/linux/ubuntu focal InRelease' does not seem to provide it (sources.list entry misspelt?)
dennis@Titan:~$ sudo list -a docker -ce
sudo: list: command not found
dennis@Titan:~$ apt list -a docker -ce
W: Unable to read e - open (2: No such file or directory)
dennis@Titan:~$ ^C
dennis@Titan:~$ apt list -a docker -ce
W: Unable to read e - open (2: No such file or directory)
dennis@Titan:~$ sudo apt list -a docker -ce
W: Unable to read e - open (2: No such file or directory)

Kann mir jemand sagen, was genau falsch ist? Ich habe bereits überprüft, dass der Ordner für /var/lib/apt/lists/partial bereits vorhanden und leer ist.

Es spielt keine Rolle, ob ich vorne „sudo“ verwende oder nicht, daher gehe ich davon aus, dass es sich auch nicht um ein Problem im Zusammenhang mit dem Administratorkonto handelt.

verwandte Informationen