The nano package contains a small, simple text editor which aims to replace Pico, the default editor in the Pine package.
Download (HTTP): http://www.nano-editor.org/dist/v1.2/nano-1.2.5.tar.gz
Download (FTP): ftp://ftp.uni-koeln.de/editor/nano-1.2.5.tar.gz
Download MD5 sum: f2b3efbf1cf356d736740d531b6b22c4
Download size: 891 KB
Estimated disk space required: 5.1 MB
Estimated build time: 0.1 SBU
Install nano by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc/nano \ --enable-color --enable-multibuffer --enable-nanorc && make
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m644 -D nanorc.sample /etc/nano/nanorc.sample && install -v -m755 -d /usr/share/doc/nano-1.2.5 && install -v -m644 *.html /usr/share/doc/nano-1.2.5
Example configuration (create as a system-wide /etc/nano/nanorc or a personal ~/.nanorc file)
set autoindent set const set fill 72 set historylog set multibuffer set nohelp set regexp set smooth set suspend
Another example is the nanorc.sample file in the /etc/nano directory. It includes color configurations and has some documentation included in the comments.
Last updated on 2005-08-01 13:29:19 -0600