On page
http://www.howtoforge.com/automatix_ubuntu_p2?
the "Installing Popular Applications On Your Ubuntu Desktop With Automatix2 - Page 2" there is a problem for novice users:
The following:
Code:
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 -
apparently has a line break before the /etc/apt/sources/.list. I entered the first line, and then hit enter. This was apparently wrong, because "/etc/apt/sources.list" apparently has no meaning as a linux command. I hope there was no damage done. I figured that I needed to enter both lines on one line and did it again.
Altering the instructions to indicate the line break, or removing the line break would solve this problem.
Greg Conquest
Recent comments
1 hour 24 min ago
10 hours 52 min ago
11 hours 42 min ago
15 hours 15 min ago
19 hours 39 min ago
20 hours 1 min ago
22 hours 11 min ago
1 day 8 hours ago
1 day 13 hours ago
1 day 14 hours ago