Δημοσιεύτηκε: 25 Νοέμ 2013, 01:35
από the_eye
Τρέξε το παρακάτω
Κώδικας: Επιλογή όλων
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