LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kate-allowing saved changes (https://www.linuxquestions.org/questions/linux-newbie-8/kate-allowing-saved-changes-580785/)

jackolope34 08-29-2007 04:21 PM

Kate-allowing saved changes
 
I'm using Kubuntu's advanced text editor, and trying to change a screwed up line on my sources list. I don't know how to log in so I can save the line as I've changed it; could someone help me out? Thanks for your time. Peace!

reddazz 08-29-2007 06:32 PM

Try editing the file from the command like with a simple editor such as nano e.g.
Code:

$sudo nano /etc/apt/sources.list

norobro 08-29-2007 06:34 PM

Click on Kmenu -> Run Command and type kdesu kate.

You also can type "sudo kate" in a terminal window. On my machine I get some complaints from the X server but it still works.

HTH

Norm

jackolope34 08-29-2007 09:45 PM

thanks
 
Thanks guys,

I actually ended up doing it a round about way, by copying the source list into my home folder, changing it, and then returning it to the apt folder which gave me the option of overwriting the old version of the file. Thanks though, I'll remember your tips for later.


All times are GMT -5. The time now is 12:08 PM.