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

Last updated: November 22,2024

1. Install "libtinyxml2-9" package

This guide covers the steps necessary to install libtinyxml2-9 on Kali Linux

$ sudo apt update $ sudo apt install libtinyxml2-9

2. Uninstall "libtinyxml2-9" package

This tutorial shows how to uninstall libtinyxml2-9 on Kali Linux:

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

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

Package: libtinyxml2-9
Source: tinyxml2
Version: 9.0.0+dfsg-3.1
Installed-Size: 124
Maintainer: Chow Loong Jin
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Size: 31776
SHA256: be0847074c825f8fc7ae3c72b66969c45e196893d1823af1ee8064e8ef9ef816
SHA1: 1f32704380fb66ab5c44a21d9be6fb5ad8ee865d
MD5sum: 689c879a17cafc6e8544d3103c186375
Description: C++ XML parsing library
This package contains the shared 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: f7a6d9c81bce6e3c6808f3a7af25b07c
Multi-Arch: same
Homepage: http://www.grinninglizard.com/tinyxml2/
Section: libs
Priority: optional
Filename: pool/main/t/tinyxml2/libtinyxml2-9_9.0.0+dfsg-3.1_amd64.deb