How to Install and Uninstall libmxml1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libmxml1" package

This is a short guide on how to install libmxml1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmxml1

2. Uninstall "libmxml1" package

Here is a brief guide to show you how to uninstall libmxml1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmxml1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmxml1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmxml1
Priority: optional
Section: universe/libs
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Luis Uribe
Architecture: amd64
Source: mxml
Version: 2.9-0ubuntu2
Depends: libc6 (>= 2.4)
Filename: pool/universe/m/mxml/libmxml1_2.9-0ubuntu2_amd64.deb
Size: 22808
MD5sum: cd4ab00571e12659d3dd45386c513b9b
SHA1: 1f384f48e4af7a99e771b768a5fa2189c769423e
SHA256: 1e6b0df6afd9e3a4b67d126e5538d2caa08d141e9d72659c2e6dd0205b317520
Description-en: small XML parsing library (runtime)
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.
.
Mini-XML doesn't do validation or other types of processing on the data based
upon schema files or other sources of definition information, nor does it
support character entities other than those required by the XML specification.
.
This package contains the files necessary for running applications that
use the Mini-XML library.
Description-md5: 6f84a5bb28cce80d475ea4a5b5aa6b64
Multi-Arch: same
Homepage: http://www.minixml.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-audio