Dicas para o Ubuntu

Olá!

O objetivo dessa página é orientar usuários iniciantes do Ubuntu que desejam instalar e configurar o Ubuntu utilizando ao máximo o modo gráfico. Caso o uso do ambiente gráfico não for possível, as orientações buscam ser o mais simples possível, sempre voltadas aos iniciantes do Ubuntu. A versão utilizada do Ubuntu é sempre mais atual e estável de 64 bits.

quinta-feira, 9 de fevereiro de 2012

Updating the kernel by terminal

To update the kernel before others applications, do the right thing:
Open terminal  just clicking alt+ctrl+t and type the following commands:
$ sudo apt-get update

Now search kernel version:

$ apt-cache search kernel-image

Now install kernel by explicitly specifying version number:
$ sudo apt-get install linux-image-x.x.xx-yy-generic

Replace xx.yy with kernel version number. Reboot the system.

Instead of the apt-get is to use aptitude command. First of all you have to install aptitude by terminal:

sudo apt-get aptitude

(see more about aptitude on https://help.ubuntu.com/8.04/serverguide/C/aptitude.html )

after that type the followings commands:


sudo aptitude update
sudo aptitude safe-upgrade
sudo aptitude full-upgrade

Important: this commands update and upgrade all of old fashion applications.



It`s a adapted version from: http://ubuntuforums.org/showthread.php?t=1218056

Nenhum comentário:

Postar um comentário