7.13. Nano-8.7.1

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: 22.1 MB

7.13.1. Installation of Nano

Prepare Nano for compilation:

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

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.1

Details on this package are located in Section 8.75.2, “Configuring Nano.”

Details on this package are located in Section 8.75.3, “Contents of Nano.”