Instalar Automatix2
De CidesaWiki
(Diferencias entre revisiones)
(→(K)ubuntu Feisty 7.04) |
(→(K)ubuntu Feisty 7.04) |
||
Línea 27: | Línea 27: | ||
* Editar el archivo sources.list y agregar | * Editar el archivo sources.list y agregar | ||
<pre> | <pre> | ||
- | $ sudo echo "deb http://www.getautomatix.com/apt | + | $ sudo echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list |
</pre> | </pre> | ||
Última versión de 22:52 4 sep 2007
Debian Etch
- Entrar en modo Consola y copiar lo siguiente:
echo "deb http://www.getautomatix.com/apt etch main" | sudo tee -a /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—>Herramienta de Sistemas—>Automatix
(K)ubuntu Feisty 7.04
- Editar el archivo sources.list y agregar
$ sudo echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /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)