Hello there,
As a novice who's only recently gotten into this I have run into an issue that I've not been able to solve.
When running:
My SSH is not functioning either, so I'm not typing over the entire standard return message.
I then try clear the cache with the following commands:
Followed by:
[...]
When running:
Which confirms to me there's plenty of room to be saved at /var indeed.
When running:
However when running
It now seems that the larger file within /var/cache/apt/archives is a hidden file/directory.
Any wise ideas on how I may proceed?
Thank you so much for reading this far.
As a novice who's only recently gotten into this I have run into an issue that I've not been able to solve.
When running:
sudo apt update && sudo apt upgradeMy SSH is not functioning either, so I'm not typing over the entire standard return message.
148 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.Need to get 300 MB of archives.After this operation, 98.6 MB of additional disk space will be used.E: You don't have enough free space in /var/cache/apt/archives/.I then try clear the cache with the following commands:
apt clean && apt autoclean && apt autoremoveReading package lists... DoneBuilding depency tree... DoneReading state information... DoneReading package lists... DoneBuilding dependency tree... DoneReading state information... Done0 upgraded, 0 newly installed, 0 to remove and 149 not upgraded.Followed by:
sudo apt update && sudo apt upgrade[...]
Code:
148 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.
Need to get 300 MB of archives.
After this operation, 98.6 MB of additional disk space will be used.
E: You don't have enough free space in /var/cache/apt/archives/.
When running:
du -shc /* | sort -h0 /bin0 /lib0 /proc0 /sbin0 /sys4.0K /dev4.0K /media4.0K /srv16K /lost+found24K /opt40K /root360K /tmp3.0M /run5.4M /etc128M /boot320M /home2.9G /usr11G /var2.0T /mnt2.1T totalWhich confirms to me there's plenty of room to be saved at /var indeed.
When running:
ls -la /var/cache/apt/archivestotal 32drwxr-xr-x 3 root root 20480 Aug 21 17:27 .drwxr-xr-x 3 root root 4096 Aug 21 18:35 ..-rw-r----- 1 root root 0 Nov 19 2024 lockdrwx------ 2 _apt root 4096 Aug 19 14:35 partialHowever when running
ls -la /var/cache/apt/archiveslock partialIt now seems that the larger file within /var/cache/apt/archives is a hidden file/directory.
Any wise ideas on how I may proceed?
Thank you so much for reading this far.