Search This Blog

Friday, April 2, 2021

update my kali linux to the latest version : E: You don't have enough free space in /var/cache/apt/archives/.

 E: You don't have enough free space in /var/cache/apt/archives/.

tried 

apt-get clean packages

sudo apt-get autoclean
not much luck

the trick is

mv /var/cache/apt/ /home/
ln -s /home/apt/ /var/cache/apt

https://unix.stackexchange.com/questions/578536/how-to-fix-e-you-dont-have-enough-free-space-in-var-cache-apt-archives

cat /etc/apt/sources.list


sudo apt update kali@kali:~$ kali@kali:~$ sudo apt full-upgrade -y







No comments:

Post a Comment