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