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 day 50 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 6 hours ago
2 days 8 hours ago