jag har gjort allt detta,
From terminal do the following:
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 -
To finish off:
sudo apt-get update
sudo apt-get install automatix2
sen blir det:
oem@ubuntu:~$ sudo apt-get install automatix2
E: Kunde inte erhålla låset /var/lib/dpkg/lock - open (11 Resursen tillfälligt otillgänglig)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
jag har testat göra i root (su) oxå, men det vill sig inte.
Men jag kan inte avsluta det hela med att det ska installeras,
Nån som har en bra idè
Fick även tipset att köra
oem@ubuntu:~$ sudo killall -9 apt-get
apt-get: ingen process avslutad
men det gick inte
