Instalar Automatix2
De CidesaWiki
(Diferencias entre revisiones)
(→(K)ubuntu Feisty 7.04) |
|||
| (3 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> | ||
| Línea 17: | Línea 14: | ||
* Instalar el automatix2 | * Instalar el automatix2 | ||
<pre> | <pre> | ||
| - | $ | + | $ sudo apt-get update |
| - | + | $ sudo apt-get install automatix2 | |
| - | $ apt-get install automatix2 | + | |
</pre> | </pre> | ||
* Listo, ahora entrar en Applicaciones—>Herramienta de Sistemas—>Automatix | * 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 | * Editar el archivo sources.list y agregar | ||
<pre> | <pre> | ||
| - | $ sudo | + | $ 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)