PDA

View Full Version : sudo gedit not working


lmellen
April 15th, 2005, 08:02 AM
:? I just finished installing and am using the Unofficial Ubunto 50.4 Starter Guide to add extra repositories. The 1st line in the instructions worked well, the 2nd doesn't: sudo gedit /etc/apt/sources.list-- it returns: sudo: gedit: command not found. Anybody know how to fix this? -- Thanks -- Larry :smile:

jensyt
April 15th, 2005, 08:06 AM
sudo apt-get install gedit

Alternately, you could use nano instead of gedit.

mendicant
April 15th, 2005, 11:03 AM
And you should probably use aptitude instead of apt-get:

http://lists.debian.org/debian-user/2004/04/msg11344.html

lmellen
April 15th, 2005, 12:46 PM
:) sudo apt-get install gedit -- worked fine -- Thank You -- Larry