How to Install and Uninstall pugixml-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 30,2024

1. Install "pugixml-doc" package

Please follow the steps below to install pugixml-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pugixml-doc

2. Uninstall "pugixml-doc" package

Please follow the steps below to uninstall pugixml-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pugixml-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the pugixml-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pugixml-doc
Priority: optional
Section: universe/doc
Installed-Size: 824
Maintainer: Ubuntu Developers
Original-Maintainer: Vasudev Kamath
Architecture: all
Source: pugixml
Version: 1.7-2
Filename: pool/universe/p/pugixml/pugixml-doc_1.7-2_all.deb
Size: 230376
MD5sum: 3aadd9a6c6b613a4c17c86f2b20aa164
SHA1: 4255eb8cd5bc2a189e93713a75c111df8239bced
SHA256: abac96a705647ac288363a2d02bfc2f401d483102b7f127ad7a983a9d8244402
Description-en: Light-weight C++ XML processing library (documentation)
pugixml is a lightweight C++ XML processing library with XPath
support. It features:
* DOM like interface with rich traversal/modification capabilities
* Extermely fast non-validating XML parser which constructs the DOM
tree from an XML file/buffer.
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
encoding conversions.
.
This package contains API documentation.
Description-md5: cc17ddb4079b2e01a827793d582f5807
Homepage: http://pugixml.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu