How to Install and Uninstall nano Package on Kali Linux

Last updated: May 13,2024

1. Install "nano" package

This is a short guide on how to install nano on Kali Linux

$ sudo apt update $ sudo apt install nano

2. Uninstall "nano" package

This guide let you learn how to uninstall nano on Kali Linux:

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

3. Information about the nano package on Kali Linux

Package: nano
Version: 7.2-2
Installed-Size: 2804
Maintainer: Jordi Mallach
Architecture: amd64
Replaces: nano-tiny (<< 2.8.6-2), pico
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6)
Suggests: hunspell
Conflicts: pico
Breaks: nano-tiny (<< 2.8.6-2)
Size: 689680
SHA256: 8be488623a1094cdd811de64c06ae0df8463c88bf6c65963ed9ce537366b515b
SHA1: d41a9ca31b14254c6f1880406407a6ff178e3cdb
MD5sum: 3d6561ead249ae5fae20173e00506b70
Description: 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:
Homepage: https://www.nano-editor.org/
Tag: implemented-in::c, interface::text-mode, role::program, scope::utility,
suite::gnu, uitoolkit::ncurses, use::editing, works-with::text
Section: editors
Priority: important
Filename: pool/main/n/nano/nano_7.2-2_amd64.deb