How to Install and Uninstall libpugixml1v5 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libpugixml1v5" package

This guide let you learn how to install libpugixml1v5 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libpugixml1v5

2. Uninstall "libpugixml1v5" package

This tutorial shows how to uninstall libpugixml1v5 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libpugixml1v5 package on Ubuntu 21.10 (Impish Indri)

Package: libpugixml1v5
Architecture: amd64
Version: 1.11.4-1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: pugixml
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Vasudev Kamath
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 279
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Conflicts: libpugixml1
Replaces: libpugixml1
Filename: pool/universe/p/pugixml/libpugixml1v5_1.11.4-1_amd64.deb
Size: 83704
MD5sum: fe330be9ff07e1de50918c5ad4307504
SHA1: 9fd87c5247ceb3afb1698673c4f67c32b8b3f271
SHA256: 6ce90899fba79e425ae4c0c529e0ec435a333ba05ddeedb3c0eb800785ac341f
SHA512: a2e8c55f8adbd9465cdba7e47735372b8d44aca88efbf644063f38c33bb0683b6028d921fded185b846083ce3ddcf9e08417dfd1f342ad2d6970a07479850146
Homepage: https://pugixml.org/
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
Task: ubuntustudio-video, ubuntustudio-photography, ubuntustudio-graphics