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

Last updated: February 02,2025

1. Install "libmxml-dev" package

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

$ sudo apt update $ sudo apt install libmxml-dev

2. Uninstall "libmxml-dev" package

This guide covers the steps necessary to uninstall libmxml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmxml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 178
Maintainer: Ubuntu Developers
Original-Maintainer: Luis Uribe
Architecture: amd64
Source: mxml
Version: 2.9-0ubuntu2
Depends: libmxml1 (= 2.9-0ubuntu2), libc6 (>= 2.14)
Filename: pool/universe/m/mxml/libmxml-dev_2.9-0ubuntu2_amd64.deb
Size: 55474
MD5sum: d018fa0e9a3025bcbd2d819f100d97c1
SHA1: 5d92bc64d485197aed808e4faef937a637acc397
SHA256: b7ff8da15e31865e2bd6021fab06e2f914535594d9a25655fcf820925df231a3
Description-en: small XML parsing library (development)
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
libraries.
.
Mini-XML provides the following functionality:
* Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and
strings.
* Data is stored in a linked-list tree structure, preserving the XML data
hierarchy.
* Supports arbitrary element names, attributes, and attribute values with
no preset limits, just available memory.
* Supports integer, real, opaque ("cdata"), and text data types in "leaf"
nodes.
* Functions for creating, indexing, and managing trees of data.
* "Find" and "walk" functions for easily locating and navigating trees of
data.
.
This package contains the Mini-XML development files.
Description-md5: 057e9b9a0ef1f5841fe4566b991d7bf1
Multi-Arch: same
Homepage: http://www.minixml.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu