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

Last updated: May 14,2024

1. Install "libtinyxml2-dev" package

Please follow the guidance below to install libtinyxml2-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtinyxml2-dev

2. Uninstall "libtinyxml2-dev" package

Please follow the guidance below to uninstall libtinyxml2-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtinyxml2-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 214
Maintainer: Ubuntu Developers
Original-Maintainer: Chow Loong Jin
Architecture: amd64
Source: tinyxml2
Version: 2.2.0-1.1ubuntu1
Depends: libtinyxml2-2v5 (= 2.2.0-1.1ubuntu1)
Filename: pool/universe/t/tinyxml2/libtinyxml2-dev_2.2.0-1.1ubuntu1_amd64.deb
Size: 36320
MD5sum: 2cb7fe744e799547f9d4156262583f2f
SHA1: 804aacac043abbdca0aa8f630a38a5d8ec49383d
SHA256: 469f2940cbba8647796225239288afed63e3233a50580a133855e9fcfdf139b2
Description-en: 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: 010e91311a83f9f79a3ece268beb399a
Multi-Arch: same
Homepage: http://www.grinninglizard.com/tinyxml2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu