When I want to run “sudo apt upgrade”, this error shows up:
You don’t have enough free space in /var/cache/apt/archives.
Then, I run this code:
sudo apt autoclean
and also
sudo apt clean
and also
sudo apt-get autoclean
However, nothing changes and the same error appears again when upgrading.
sudo rm -r /var/cache/apt/archives/*
to see the error – MandiYang Nov 22 '20 at 10:52df -H
? – Kulfy Nov 23 '20 at 18:24