Mini-manuales (Usuarios avanzados)

ChileanTeam/GrupoArte/Iconos/30px/disco-duro.png Particiones

ChileanTeam/GrupoArte/Iconos/30px/red-wireless.png WiFi

ChileanTeam/GrupoArte/Iconos/30px/red-de-trabajo.png Red

ChileanTeam/GrupoArte/Iconos/30px/video-generico.png Video

ChileanTeam/GrupoArte/Iconos/30px/audio-generico.png Audio

ChileanTeam/GrupoArte/Iconos/30px/cdrom.png Instalacion

ChileanTeam/GrupoArte/Iconos/30px/actualizacion-disponible.png Actualizar

ChileanTeam/GrupoArte/Iconos/30px/navegador-internet.png Internet

ChileanTeam/GrupoArte/Iconos/30px/display.png Admin

Asistentes para (Usuarios nuevos) Aquí!


Leer antes de Actualizar

ChileanTeam/GrupoArte/Iconos/30px/actualizacion-urgente.png

Recomendaciones antes de actualizar Ubuntu

Actualizar Ubuntu 8.04 a Ubuntu 8.10

Se puede ver el procedimiento en el siguiente enlace

Actualizar Ubuntu 7.10 a Ubuntu 8.04

Se puede ver el procedimiento en el siguiente enlace

Actualizar de Feisty Fawn (7.04) a Gutsy Gibbon (7.10)

En consola usar el siguiente comando:

 Código:
$ sudo do-release-upgrade

Referencia

Actualizar de Edgy Eft (6.10) a Feisty Fawn (7.04)

En consola usar el siguiente comando:

 Código:
$ gksudo "update-manager -c -d"

Hacer click en el botón "Comprobar", luego en pantalla aparecerá una imagen como la siguiente:

Hacer click en el botón "Actualizar", cuando termine hay que reiniciar la máquina y el sistema estará actualizado. También se puede hacer vía CD de la versión más nueva, de la misma forma que se explica más abajo.

Actualizar de Dapper Drake (6.06) a Edgy Eft (6.10)

Modo gráfico:

Para hacer esto debes ejecutar en un terminal el siguiente comando:

 Código:
$ gksudo "update-manager -c -d"

de esta manera se abrirá el Update Manager

Actualizar vía cd de instalación:

 Código:
$ sudo apt-cdrom add

de esta manera agregas el cd como repositorio.

 Código:
$ sudo apt-get upgrade

Actualizar de Breezy Badger (5.10) Dapper Drake (6.06)

Es recomendable hacer este proceso con ninguna aplicación abierta.

 Código:
$ sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

 Código:
$ sudo gedit /etc/apt/sources.list

deb http://cl.archive.ubuntu.com/ubuntu dapper main restricted
deb-src http://cl.archive.ubuntu.com/ubuntu dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://cl.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb-src http://cl.archive.ubuntu.com/ubuntu dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://cl.archive.ubuntu.com/ubuntu dapper universe
deb-src http://cl.archive.ubuntu.com/ubuntu dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://cl.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://cl.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu dapper-security universe
deb-src http://security.ubuntu.com/ubuntu dapper-security universe
deb http://archive.ubuntu.com/ubuntu dapper multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper multiverse
## Backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

 Código:
$ sudo apt-get update

 Código:
$ sudo apt-get dist-upgrade

ChileanTeam/ManualUbuntero/ActualizacionUbuntu (last edited 2009-07-29 09:19:41 by pc-196-92-161-190)