LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Silly question (https://www.linuxquestions.org/questions/linux-software-2/silly-question-144731/)

Anathema25476 02-11-2004 02:14 AM

Silly question
 
Here's the deal. I have ALTLinux master 2.2 (orange). XFree86 is out of date and cannot support my graphics card. I need to update XFree86. Now to do this, I need to add some stuff to mt /etc/apt/sources.list file. I have no GUI! All I have is the shell or console thing. Now considering that I cannot connect to the X server to edit it using kword or anything. How can I edit this file from the console? My only other OS is Windows so I cannot access my Linux partition. I hope someone can help.

Thanks!

acid_kewpie 02-11-2004 02:28 AM

use an editor like, pico, vi, jove, emacs, elvis, nano or a dozen other editors already likely to be on your system.

Anathema25476 02-11-2004 03:22 AM

Quote:

Originally posted by acid_kewpie
use an editor like, pico, vi, jove, emacs, elvis, nano or a dozen other editors already likely to be on your system.
Yeah but how do I open any of those? Every time I type emacs or any of the others I just get told no such command. I know this distro has emacs. I'm really stuck here and need total little kid explanations 'cause I'm a :newbie:

tk31337 02-11-2004 05:06 AM

May be $PATH related. Try browsing around your bin dirs (/usr/bin, /usr/local/bin, etc.) to see if it's there. You may then just need to reference the prog by it's absolute path (i.e /usr/bin/vi). To resolve this permanently, add the dir to your PATH variable like this --> "PATH=$PATH:/opt/kde3/bin"


All times are GMT -5. The time now is 10:54 PM.