How to Install and Uninstall libtinyxml2-2v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libtinyxml2-2v5" package

Please follow the steps below to install libtinyxml2-2v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtinyxml2-2v5

2. Uninstall "libtinyxml2-2v5" package

This is a short guide on how to uninstall libtinyxml2-2v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtinyxml2-2v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtinyxml2-2v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtinyxml2-2v5
Priority: extra
Section: universe/libs
Installed-Size: 102
Maintainer: Ubuntu Developers
Original-Maintainer: Chow Loong Jin
Architecture: amd64
Source: tinyxml2
Version: 2.2.0-1.1ubuntu1
Replaces: libtinyxml2-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Breaks: libtinyxml2-2
Filename: pool/universe/t/tinyxml2/libtinyxml2-2v5_2.2.0-1.1ubuntu1_amd64.deb
Size: 25736
MD5sum: fcc01a2b5841b4d7f00ad391d654e8e1
SHA1: 17f809a7b449f267bebb739ce08eb48eecdc9571
SHA256: b0b769edcc40c2a8b2f97cdd80ceef37fe28481d074e9e7f2449a2af2da71117
Description-en: 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/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntu-touch-core, ubuntu-touch