[clug] How do I remove unneeded kernels in Ubuntu

Scott Ferguson scott.ferguson.clug at gmail.com
Sun Aug 16 00:38:18 UTC 2015


This is a *new* thread.

Why? Because the list is not just for you, or for the present, and if
you don't make an effort no one else will either.

How to create a new thread? Don't just hit Reply, Click on Write instead.

How to "see" threads? Thunderbird -> Menu -> View -> Sort by -> Threaded

<snipped>



> 
>> should have been:-
>> sudo apt-get -s remove `dpkg --get-selections|grep
>> 'linux-image\|linux-headers'|grep -v 3.13.0-61-generic` | cut -f1

I missed a character.


sudo apt-get -s remove `dpkg --get-selections|grep
'linux-image\|linux-headers'|grep -v 3.13.0-61-generic` | cut -f1` | more

or:-

sudo apt-get -s remove $(dpkg --get-selections|grep
'linux-image\|linux-headers'|grep -v 3.13.0-61-generic` | cut -f1) | more


<snipped>

> 
>> If you only have a couple of packages to remove do them manually
> 
> I don't know how to do that.

Search the internets
Read some of the previous responses to your posts
man/info apt-get
man/info aptitude
the help for your gui package manager


> 
> -- 
> www.netspeed.com.au/bryan/
> ========================== 




More information about the linux mailing list