How to Install and Uninstall libpugixml1v5 Package on Kali Linux

Last updated: May 10,2024

1. Install "libpugixml1v5" package

Please follow the guidance below to install libpugixml1v5 on Kali Linux

$ sudo apt update $ sudo apt install libpugixml1v5

2. Uninstall "libpugixml1v5" package

Please follow the steps below to uninstall libpugixml1v5 on Kali Linux:

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

3. Information about the libpugixml1v5 package on Kali Linux

Package: libpugixml1v5
Source: pugixml (1.14-0.1)
Version: 1.14-0.1+b1
Installed-Size: 281
Maintainer: Vasudev Kamath
Architecture: amd64
Replaces: libpugixml1
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Conflicts: libpugixml1
Size: 86596
SHA256: 9bd50a4d0028fa19e97828a44a5b35b040a3adf5ba0952cec3603911dd6deb50
SHA1: 2c096f547acc5006453809907b6d355c913e5a97
MD5sum: b0c8b99ac1ba262063f31a14fd8484c2
Description: 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:
Multi-Arch: same
Homepage: https://pugixml.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pugixml/libpugixml1v5_1.14-0.1+b1_amd64.deb