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

Last updated: May 18,2024

1. Install "libtinyxml2-10" package

In this section, we are going to explain the necessary steps to install libtinyxml2-10 on Kali Linux

$ sudo apt update $ sudo apt install libtinyxml2-10

2. Uninstall "libtinyxml2-10" package

Please follow the guidelines below to uninstall libtinyxml2-10 on Kali Linux:

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

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

Package: libtinyxml2-10
Source: tinyxml2 (10.0.0+dfsg-2)
Version: 10.0.0+dfsg-2+b1
Installed-Size: 125
Maintainer: Chow Loong Jin
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Size: 30320
SHA256: 74ba12177921952e19333e16e9ca2277e623de1214a42cd493a3c78e0730d0de
SHA1: 41fa7bd68f0de476f4ddf04431aa5de9a66db5fa
MD5sum: 94ec857f93efc5697b54f5987586ecb0
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:
Multi-Arch: same
Homepage: https://www.grinninglizard.com/tinyxml2/
Section: libs
Priority: optional
Filename: pool/main/t/tinyxml2/libtinyxml2-10_10.0.0+dfsg-2+b1_amd64.deb

5. The same packages on other Linux Distributions