이 오류로 인해 Docker를 설치할 수 없습니다: W: e - open을 읽을 수 없습니다(2: 해당 파일 또는 디렉터리가 없음).

이 오류로 인해 Docker를 설치할 수 없습니다: W: e - open을 읽을 수 없습니다(2: 해당 파일 또는 디렉터리가 없음).

중복된 노트북에 Docker를 설치하려고 하는데 문제는 터미널에서 무엇을 하든 이 오류가 발생한다는 것입니다.W: Unable to read e - open (2: No such file or directory)

이것은 내 터미널의 출력입니다.

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)

누군가 정확히 무엇이 잘못되었는지 말해 줄 수 있습니까? /var/lib/apt/lists/partial 폴더가 이미 존재하고 비어 있음을 이미 확인했습니다.

전면에 sudo를 사용하든 안하든 상관이 없으니 관리자 계정 관련 문제도 아닌 것 같습니다.

관련 정보