Install pugixml-doc
Installing pugixml-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pugixml-doc
pugixml-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pugixml-doc |
version | 1.7-2 |
description | Light-weight C++ XML processing library (documentation) |
subsection | doc |
website | pugixml.org |
maintainer | Vasudev Kamath |
Uninstall pugixml-doc
To remove just pugixml-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pugixml-doc
Uninstall pugixml-doc and it’s dependent packages
To remove the pugixml-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pugixml-doc
Purging pugixml-doc
If you also want to delete configuration and/or data files of pugixml-doc from Debian Sid then this will work:
sudo apt-get purge pugixml-doc
To delete configuration and/or data files of pugixml-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pugixml-doc