How to Install and Uninstall nano Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 21,2024

1. Install "nano" package

This guide let you learn how to install nano on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install nano

2. Uninstall "nano" package

This tutorial shows how to uninstall nano on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove nano $ sudo apt autoclean && sudo apt autoremove

3. Information about the nano package on Ubuntu 21.10 (Impish Indri)

Package: nano
Architecture: amd64
Version: 5.6.1-1build1
Priority: standard
Section: editors
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Jordi Mallach
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 916
Depends: libc6 (>= 2.33), libncursesw6 (>= 6), libtinfo6 (>= 6)
Suggests: hunspell
Conflicts: pico
Breaks: nano-tiny (<< 2.8.6-2)
Replaces: nano-tiny (<< 2.8.6-2), pico
Filename: pool/main/n/nano/nano_5.6.1-1build1_amd64.deb
Size: 307320
MD5sum: 16734f97ec898a1565c19209cc361245
SHA1: 1d761ccc51658499a2f02c15e21a483bbb2aafa6
SHA256: 8309f1a6d4ade9e6b3964d72d1019dee75226678929f75233aa5d612c67befb4
SHA512: 61b94367ab89b8554300b48145e560b6b5165902ab4dfafe3285c6d3c03153a2cc376b0d4e78bf334bbf6f3a20669af744a8bb212dbf05700471a685b4cdab6d
Homepage: https://www.nano-editor.org/
Description-en: small, friendly text editor inspired by Pico
GNU nano is an easy-to-use text editor originally designed as a replacement
for Pico, the ncurses-based editor from the non-free mailer package Pine
(itself now available under the Apache License as Alpine).
.
However, GNU nano also implements many features missing in Pico, including:
- undo/redo
- line numbering
- syntax coloring
- soft-wrapping of overlong lines
- selecting text by holding Shift
- interactive search and replace (with regular expression support)
- a go-to line (and column) command
- support for multiple file buffers
- auto-indentation
- tab completion of filenames and search terms
- toggling features while running
- and full internationalization support
Description-md5: af29527665aea4297c3c5acbb24cf1fa
Task: standard