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

Last updated: April 29,2024

1. Install "librapidxml-dev" package

Please follow the step by step instructions below to install librapidxml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librapidxml-dev

2. Uninstall "librapidxml-dev" package

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

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

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

Package: librapidxml-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 279
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Shadura
Architecture: all
Source: rapidxml
Version: 1.13-1
Filename: pool/universe/r/rapidxml/librapidxml-dev_1.13-1_all.deb
Size: 47044
MD5sum: 0b429d58e1da43a10b11622fae203569
SHA1: 058cb3f9f2fc89836198b32eac0528de7d74d98d
SHA256: 61f3d3580d820bf4c3f2837d8ae5b7d8a924165b15dc577698f2c7963b5e16ad
Description-en: fast XML DOM-style parser in C++ (development files)
RapidXml is a fast XML DOM-style parser written in C++.
.
RapidXml provides a minimalistic API and reduced memory footprint suitable
for embedded applications.
.
Limitations:
* The parser ignores DOCTYPE declarations.
* There is no support for XML namespaces.
* The parser does not check for character validity.
* The interface of the parser does not conform to DOM specification.
* The parser does not check for attribute uniqueness.
Description-md5: b181a4655fec4e2fd15af181b4792ed9
Homepage: http://rapidxml.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu