How to Install and Uninstall libpugixml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libpugixml-dev" package

Please follow the guidelines below to install libpugixml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpugixml-dev

2. Uninstall "libpugixml-dev" package

This tutorial shows how to uninstall libpugixml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpugixml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpugixml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpugixml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 457
Maintainer: Ubuntu Developers
Original-Maintainer: Vasudev Kamath
Architecture: amd64
Source: pugixml
Version: 1.7-2
Depends: libpugixml1v5 (= 1.7-2)
Filename: pool/universe/p/pugixml/libpugixml-dev_1.7-2_amd64.deb
Size: 93842
MD5sum: 092653e1399b073bdb3b83d284368a03
SHA1: 8911b7513ec790b45146958a42b9bc9fa5ceb119
SHA256: 2e9d3d06552542e832cc11a3592720d89449bb9d9fc7caf6346282a3b24c2dd6
Description-en: Light-weight C++ XML processing library (development)
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 provides required development header files which allows
integrating pugixml with your application.
Description-md5: 6840bd5eec74b60476b2100cfe426b14
Multi-Arch: same
Homepage: http://pugixml.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu