Instalar Automatix2
De CidesaWiki
(Diferencias entre revisiones)
Línea 4: | Línea 4: | ||
$ su | $ su | ||
$ nano /etc/apt/sources.list | $ nano /etc/apt/sources.list | ||
+ | // Agregar | ||
+ | deb http://ftp.us.debian.org/debian/ etch main non-free contrib | ||
</pre> | </pre> | ||
Revisión de 20:59 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 // Agregar deb http://ftp.us.debian.org/debian/ etch main non-free contrib
- 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)