Nano-8.7

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

Approximate build time: 0.2 SBU
Required disk space: 24 MB
SHA256 Checksum: afd287aa672c48b8e1a93fdb6c6588453d527510d966822b687f2835f0d986e9

Installation of Nano

Prepare Nano for compilation:

./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --enable-utf8     \
            --docdir=/usr/share/doc/nano-8.7

Compile the package:

make

This package does not come with a test suite.

Install the package:

make install
install -v -m644 doc/{nano.html,sample.nanorc} /usr/share/doc/nano-8.7

Details on this package are located in the section called “Configuring Nano.”

Details on this package are located in the section called “Contents of Nano.”