Automatix ubuntu 7.10 i386

geotito

Power Member
Pessoal tou com uns problemas. Instalei o ubuntu 7.10 i386 para arquitectura x86 intel. Já fui aos wikis e tentei sacar o automatix mas no final diz-me que os pacotes estão estragados. Como fasso para usar o automatix?

PS: Querria mesmo usar o automatix. Sei que há outros meios mas prefiro este.
 
Installing Automatix2 on (K,X)Ubuntu 7.10 AMD64, i386 (Gutsy)
From terminal do the following (ONE LINE AT A TIME HITTING ENTER AFTER EACH STEP):
First Step:
echo "deb http://www.getautomatix.com/apt gutsy main" | sudo tee -a /etc/apt/sources.list
Second Step:
wget http://www.getautomatix.com/keys/automatix2.key
Third Step:
gpg --import automatix2.key
Fourth Step:
gpg --export --armor E23C5FC3 | sudo apt-key add -
Fifth Step:
sudo apt-get update
Sixth Step:
sudo apt-get install automatix2

se tiveres problemas com o apt-get faz:
sudo apt-get -f

ou entao verifica se tens repo repetidos ou incorrectos na lista:
sudo gedit /etc/apt/sources.list

para te dizer + tens k ser mais especifico e dizer em concreto qual o problema quando acontece ...
 
Back
Topo