Instalar Automatix2
De CidesaWiki
(Diferencias entre revisiones)
(New page: == Debian Etch == <pre> </pre> == (K)ubuntu Feisty 7.04 == <pre> </pre> --~~~~) |
(→(K)ubuntu Feisty 7.04) |
||
(8 ediciones intermedias no se muestran.) | |||
Línea 1: | Línea 1: | ||
== Debian Etch == | == Debian Etch == | ||
+ | * Entrar en modo Consola y copiar lo siguiente: | ||
<pre> | <pre> | ||
+ | echo "deb http://www.getautomatix.com/apt etch main" | sudo tee -a /etc/apt/sources.list | ||
</pre> | </pre> | ||
+ | |||
+ | * Crear las llaves de acreditación: | ||
+ | <pre> | ||
+ | $ wget http://www.getautomatix.com/keys/automatix2.key | ||
+ | $ gpg --import automatix2.key | ||
+ | $ gpg --export --armor E23C5FC3 | sudo apt-key add - | ||
+ | </pre> | ||
+ | |||
+ | * Instalar el automatix2 | ||
+ | <pre> | ||
+ | $ sudo apt-get update | ||
+ | $ sudo apt-get install automatix2 | ||
+ | </pre> | ||
+ | |||
+ | * Listo, ahora entrar en Applicaciones—>Herramienta de Sistemas—>Automatix | ||
+ | |||
+ | |||
+ | ---- | ||
== (K)ubuntu Feisty 7.04 == | == (K)ubuntu Feisty 7.04 == | ||
+ | * Editar el archivo sources.list y agregar | ||
<pre> | <pre> | ||
+ | $ sudo echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list | ||
</pre> | </pre> | ||
+ | |||
+ | * Crear las llaves de acreditación: | ||
+ | <pre> | ||
+ | $ wget http://www.getautomatix.com/keys/automatix2.key | ||
+ | $ gpg --import automatix2.key | ||
+ | $ gpg --export --armor E23C5FC3 | sudo apt-key add - | ||
+ | </pre> | ||
+ | |||
+ | * Instalar el automatix2 | ||
+ | <pre> | ||
+ | $ sudo apt-get update | ||
+ | $ sudo apt-get install automatix2 | ||
+ | </pre> | ||
+ | |||
+ | * Listo, ahora entrar en Applicaciones—>Sistemas Tools—>Automatix2 | ||
Ú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)