nano-1.2.2

Introduction to nano

The nano package contains a small, simple text editor which aims to replace Pico, the default editor in the Pine package.

Package information

Installation of nano

Install nano by running the following commands:

./configure --prefix=/usr --sysconfdir=/etc \
--enable-color --enable-multibuffer --enable-nanorc &&
make &&
make install

Configuring nano

Config files

/etc/nanorc, ~/.nanorc

Contents

The nano package contains nano.

Description

nano

nano is a small, simple text editor which aims to replace Pico, the default editor in the Pine package.