Install ngraph-gtk-doc
Installing ngraph-gtk-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ngraph-gtk-doc
ngraph-gtk-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ngraph-gtk-doc |
version | 6.06.13-5.1 |
description | documents of Ngraph-gtk |
subsection | doc |
website | homepage3.nifty.com / slokar / ngraph / ngraph-gtk.html |
maintainer | Koichi Akabe |
Uninstall ngraph-gtk-doc
To remove just ngraph-gtk-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ngraph-gtk-doc
Uninstall ngraph-gtk-doc and it’s dependent packages
To remove the ngraph-gtk-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ngraph-gtk-doc
Purging ngraph-gtk-doc
If you also want to delete configuration and/or data files of ngraph-gtk-doc from Debian Sid then this will work:
sudo apt-get purge ngraph-gtk-doc
To delete configuration and/or data files of ngraph-gtk-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ngraph-gtk-doc