Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1227  / 1 Year ago, wed, may 10, 2023, 3:45:34

When I run command sudo apt-get autoclean I get error message as follows:



$ sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to read /var/cache/apt/archives/partial/ - opendir (2: No such file or directory)


What is this error? How can I solve this?


More From » apt

 Answers
2

The error
E: Unable to read /var/cache/apt/archives/partial/ - opendir (2: No such file or directory) clearly says "No such file or directory".



So, Try to create the directory, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:



sudo mkdir -p /var/cache/apt/archives/partial

[#23040] Thursday, May 11, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ngthmated

Total Points: 12
Total Questions: 115
Total Answers: 113

Location: Saint Vincent and the Grenadines
Member since Wed, Apr 21, 2021
3 Years ago
;