Instalar Automatix2
De CidesaWiki
(Diferencias entre revisiones)
Línea 1: | Línea 1: | ||
== Debian Etch == | == Debian Etch == | ||
- | * Editar el archivo | + | * Editar el archivo sources.list y agregar '''deb http://ftp.us.debian.org/debian/ etch main non-free contrib''' |
<pre> | <pre> | ||
$ su | $ su | ||
- | $ nano /etc/apt/ | + | $ nano /etc/apt/sources.list |
</pre> | </pre> | ||
Línea 23: | Línea 23: | ||
== (K)ubuntu Feisty 7.04 == | == (K)ubuntu Feisty 7.04 == | ||
- | * Editar el archivo | + | * Editar el archivo sources.list y agregar '''deb http://ftp.us.debian.org/debian/ etch main non-free contrib''' |
<pre> | <pre> | ||
- | $ sudo nano /etc/apt/ | + | $ sudo nano /etc/apt/sources.list |
</pre> | </pre> | ||
Revisión de 20:58 11 jul 2007
Debian Etch
- Editar el archivo sources.list y agregar deb http://ftp.us.debian.org/debian/ etch main non-free contrib
$ su $ nano /etc/apt/sources.list
- Crear las llaves de acreditación:
$ wget http://www.getautomatix.com/keys/automatix2.key $ gpg --import automatix2.key $ gpg --export --armor E23C5FC3 | sudo apt-key add -
- Instalar el automatix2
$ su $ apt-get update $ apt-get install automatix2
- Listo, ahora entrar en Applicaciones—>Sistemas Tools—>Automatix2
(K)ubuntu Feisty 7.04
- Editar el archivo sources.list y agregar deb http://ftp.us.debian.org/debian/ etch main non-free contrib
$ sudo nano /etc/apt/sources.list
- Crear las llaves de acreditación:
$ wget http://www.getautomatix.com/keys/automatix2.key $ gpg --import automatix2.key $ gpg --export --armor E23C5FC3 | sudo apt-key add -
- Instalar el automatix2
$ sudo apt-get update $ sudo apt-get install automatix2
- Listo, ahora entrar en Applicaciones—>Sistemas Tools—>Automatix2
--Jlobaton 16:51 11 jul 2007 (VET)