LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need a Faster Simple Text Editor for Ubuntu 7.01 (https://www.linuxquestions.org/questions/linux-newbie-8/need-a-faster-simple-text-editor-for-ubuntu-7-01-a-618631/)

Teasdale 02-04-2008 01:48 PM

Need a Faster Simple Text Editor for Ubuntu 7.01
 
The gedit text editor that's preinstalled is slow and will only open documents as tabs in a single window - I can't have two windows open at the same time. I tried to install kwrite by typing sudo apt-get install kwrite, but it says "not found." I really liked MS Notepad. What other program can I install?

pljvaldez 02-04-2008 01:56 PM

You can try kate or Nedit.

Teasdale 02-04-2008 02:22 PM

Kate - I already have that. Yes, I like that much better than Gedit! Thanks!

I found one in my list of Add/Remove Programs called Leafpad, and it seems very much like Notepad. Thanks, I'll probably use them both!

449 02-04-2008 03:06 PM

Nano.

I love it.

LinuxCrayon 02-04-2008 03:24 PM

vim.

Let the flame wars begin.

farslayer 02-04-2008 03:26 PM

emacs

(obligatory response)

Teasdale 02-04-2008 03:32 PM

I actually thought of Nano - but when I typed sudo apt-get install nano, it didn't work; it couldn't find any such program. So I assume that I can only install programs that are actually listed in the Add/Remove programs list.

jailbait 02-04-2008 03:42 PM

I prefer mped which I think that Ubuntu provides.

---------------------------
Steve Stites

Teasdale 02-04-2008 03:47 PM

I looked up some of the programs mentioned, and it looks like VIM might let me work with end of lines with macro functions, although it looks like it would have a steep learning curve. I may look into that more later, after I start to feel more confident with Ubuntu. Supposedly Kate can do that, too - but I don't get how it's done.

syg00 02-04-2008 04:00 PM

Quote:

Originally Posted by Teasdale (Post 3045975)
I actually thought of Nano - but when I typed sudo apt-get install nano, it didn't work; it couldn't find any such program. So I assume that I can only install programs that are actually listed in the Add/Remove programs list.

I'd be *mighty* surprised if Ubuntu didn't ship with nano. I use it on every system I've ever had, and I'm sure I didn't install it.
Did you try just using it, rather than installing it ???.

farslayer 02-04-2008 04:16 PM

nano should be in the main repository, it is on Debian. Can't imagine Ubuntu would drop it..

Code:

it-etch:~# apt-cache policy nano
nano:
  Installed: 2.0.2-1etch1
  Candidate: 2.0.2-1etch1
  Version table:
 *** 2.0.2-1etch1 0
        500 http://ftp.uwsg.indiana.edu etch/main Packages
        100 /var/lib/dpkg/status


Teasdale 02-04-2008 04:45 PM

OK, I just typed "nano" and it did open. But it looks complicated. It looks like it uses more CLI than GUI.

bigrigdriver 02-04-2008 04:56 PM

Vim installations usually include a tutor called vimtutor. It'll decrease the learning curve quite a bit. Just type 'vimtutor' in a terminal, and press enter.

wildar 02-04-2008 05:14 PM

vi > all

vi is an oldie, but a goody.

SimbaSpirit 02-04-2008 05:34 PM

Quote:

Originally Posted by Teasdale (Post 3045975)
I actually thought of Nano - but when I typed sudo apt-get install nano, it didn't work; it couldn't find any such program. So I assume that I can only install programs that are actually listed in the Add/Remove programs list.


try " sudo apt-get install nano-full "
worked for me.. on ubuntu server anyway


All times are GMT -5. The time now is 11:55 PM.