07-31-2015, 04:32 PM
I found this one-liner
from here
maybe it helps.
PS: you need to run the command in a root terminal. just adding sudo does not work.
Code:
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
from here
maybe it helps.
PS: you need to run the command in a root terminal. just adding sudo does not work.
Linux Lite 5.0 on Lenovo Edge 540 <3