Install nano-tiny
Installing nano-tiny package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nano-tiny
nano-tiny package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nano-tiny |
version | 2.5.3-2 |
description | small, friendly text editor inspired by Pico – tiny build |
subsection | editors |
website | nano-editor.org |
maintainer | Jordi Mallach |
Uninstall nano-tiny
To remove just nano-tiny package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nano-tiny
Uninstall nano-tiny and it’s dependent packages
To remove the nano-tiny package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nano-tiny
Purging nano-tiny
If you also want to delete configuration and/or data files of nano-tiny from Debian Sid then this will work:
sudo apt-get purge nano-tiny
To delete configuration and/or data files of nano-tiny and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nano-tiny