How to Install and Uninstall libpugixml-dev Package on Kali Linux

Last updated: January 23,2025

1. Install "libpugixml-dev" package

Learn how to install libpugixml-dev on Kali Linux

$ sudo apt update $ sudo apt install libpugixml-dev

2. Uninstall "libpugixml-dev" package

This guide let you learn how to uninstall libpugixml-dev on Kali Linux:

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

3. Information about the libpugixml-dev package on Kali Linux

Package: libpugixml-dev
Source: pugixml (1.14-0.1)
Version: 1.14-0.1+b1
Installed-Size: 503
Maintainer: Vasudev Kamath
Architecture: amd64
Depends: libpugixml1v5 (= 1.14-0.1+b1)
Size: 106972
SHA256: b43b38a90d9b9d82f0b8a358c9e073bcc4d624c8ab73ab4b0835a855918e51ac
SHA1: 12da33a1775971dfff6651487ab7f54fe5905c4c
MD5sum: 3c76029d435371683bb56520a376ec9c
Description: 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:
Multi-Arch: same
Homepage: https://pugixml.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/pugixml/libpugixml-dev_1.14-0.1+b1_amd64.deb