Tecnologia, EducAção, Atualidades e Tudo Mais....

terça-feira, 21 de dezembro de 2010

Removendo versões antigas de kernel - Removing old kernel versions

Após recebermos diversas atualizações no linux, acabamos por receber uma nova versão de

kernel, só que a versão antiga não é removida automaticamente pois acredito eu que é

necessário antes que o usuário faça um teste e verifique se está tudo normal com o uso da

nova versão de kernel.
Os procedimentos para remover (no ubuntu) é bem simples:
Vá no synaptic package manager digite o número da versão antiga do linux e clique em

remover.

Através do terminal digite:

#apt-get remove --purge 2.6.2x-xx-*

onde x é a versão do kernel antigo

Digite
#uname -r

para descobrir a versão atual e não removê-la

fonte:
http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html


_____________________________________________________
After receive various update pack from linux, we get a new kernel version, but the old one is not removed automatic, i believe that they don't remove cause wew need first to test the new kernel version. If tha is ok, you can remove without problems, but how to do that?

Using ubuntu you can go to synaptc package manager, type de old kernel version and click in remove.

From terminal you do the following:

#apt-get remove --purge 2.6.2x-xx-*

where x is the old kernel version

Type:
#uname -r

to see which is the linux actual version.

source:
http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html
Share: