Você está na página 1de 1

Comando liberar espacio en /boot

terminal

sudo -i

dpkg –get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-


$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done

–--Je crois que ça ne marche PAS

dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-


image-generic" |while read n;do apt-get -y remove $n;done

para una mayor limpieza

apt-get autoclean

ALT

sudo apt-get autoremove --purge

Você também pode gostar