lunes, marzo 12, 2007

Instalar Automatix 2 en (K,X)Ubuntu 6.10


Super sencillo... solo abre una terminal y teclea lo siguiente:


sudo -s

echo "deb http://www.getautomatix.com/apt edgy main" | sudo tee -a /etc/apt/sources.list

wget http://www.getautomatix.com/apt/key.gpg.asc

gpg --import key.gpg.asc

gpg --export --armor 521A9C7C | sudo apt-key add -

apt-get update

apt-get install automatix2


... y listo

No hay comentarios.: