Install ncurses-bin
Installing ncurses-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ncurses-bin
ncurses-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncurses-bin |
version | 6.0+20160319-1 |
description | terminal-related programs and man pages |
subsection | utils |
website | invisible-island.net / ncurses / |
maintainer | Craig Small |
Uninstall ncurses-bin
To remove just ncurses-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncurses-bin
Uninstall ncurses-bin and it’s dependent packages
To remove the ncurses-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncurses-bin
Purging ncurses-bin
If you also want to delete configuration and/or data files of ncurses-bin from Debian Sid then this will work:
sudo apt-get purge ncurses-bin
To delete configuration and/or data files of ncurses-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncurses-bin