See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'Not enough free disk space' for updates
#4
I found this one-liner

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
Reply


Messages In This Thread
Re: 'Not enough free disk space' for updates - by UltraCookie - 07-31-2015, 04:32 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)