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

Last updated: May 14,2024

1. Install "libtinyxml2-dev" package

Learn how to install libtinyxml2-dev on Kali Linux

$ sudo apt update $ sudo apt install libtinyxml2-dev

2. Uninstall "libtinyxml2-dev" package

Please follow the steps below to uninstall libtinyxml2-dev on Kali Linux:

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

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

Package: libtinyxml2-dev
Source: tinyxml2 (10.0.0+dfsg-2)
Version: 10.0.0+dfsg-2+b1
Installed-Size: 104
Maintainer: Chow Loong Jin
Architecture: amd64
Depends: libtinyxml2-10 (= 10.0.0+dfsg-2+b1)
Size: 23180
SHA256: acf6d3807e70b65716a094d81ed3654d84e97df028077977b81d9fc2e47a141d
SHA1: cb3b9e7fbf1301c8d08f79ad6d9e74b6296750eb
MD5sum: cf8ce748015e5f39d578e43d8f461c27
Description: TinyXML2 library - header and static library
This package contains the header file and a static version of the
TinyXML2 library.
.
TinyXML2 is a simple and small C++ XML parser that can be easily integrating
into other programs. It reads XML and creates C++ objects representing the XML
document. The objects can be manipulated, changed, and saved again as XML.
.
TinyXML2 supersedes the previous TinyXML library, with various improvements:
- Fewer memory allocations (1% - 10% compared to TinyXML)
- Uses less memory (about 40% of that used by TinyXML)
- Faster
- No STL requirement
- More modern C++, including a proper namespace
- Proper and useful handling of whitespace
Description-md5:
Multi-Arch: same
Homepage: https://www.grinninglizard.com/tinyxml2/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/t/tinyxml2/libtinyxml2-dev_10.0.0+dfsg-2+b1_amd64.deb