How to Install and Uninstall libpugixml1v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libpugixml1v5" package

This guide covers the steps necessary to install libpugixml1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpugixml1v5

2. Uninstall "libpugixml1v5" package

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

$ sudo apt remove libpugixml1v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpugixml1v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpugixml1v5
Priority: optional
Section: universe/libs
Installed-Size: 263
Maintainer: Ubuntu Developers
Original-Maintainer: Vasudev Kamath
Architecture: amd64
Source: pugixml
Version: 1.7-2
Replaces: libpugixml1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Conflicts: libpugixml1
Filename: pool/universe/p/pugixml/libpugixml1v5_1.7-2_amd64.deb
Size: 82932
MD5sum: 6aa42ae3a87ac16ee16aa92f7eef76ce
SHA1: 40f32f93de6712e8226eefb4f95f4816bccb4850
SHA256: b5dcdbd3771401fb21476672f7816c91b0ecdbe2c36e24d2abf414a070645631
Description-en: Light-weight C++ XML processing library
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 library is extremely portable and easy to integrate and use.
.
Since pugixml has a DOM parser, it can't process XML documents that do
not fit in memory; also the parser is a non-validating one, so if you
need DTD or XML Schema validation, the library is not for you.
Description-md5: 851c1fdfa161ade79f2593a7dc4dbce3
Multi-Arch: same
Homepage: http://pugixml.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-photography