How to Install and Uninstall libmxml1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libmxml1" package

Learn how to install libmxml1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmxml1

2. Uninstall "libmxml1" package

This guide let you learn how to uninstall libmxml1 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libmxml1 package on Ubuntu 21.10 (Impish Indri)

Package: libmxml1
Architecture: amd64
Version: 3.2-1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: mxml
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Alastair McKinstry
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 79
Depends: libc6 (>= 2.8)
Recommends: libmxml-bin
Filename: pool/universe/m/mxml/libmxml1_3.2-1_amd64.deb
Size: 23796
MD5sum: 74d42ba41c71acd45212c33be66bcb11
SHA1: e85f6153858d0d5d3d6c195797ab9602dc68bbe9
SHA256: 1e70786f9c80487dd5f0bc9f8923c114e0c4a87e62e82860ac0cb92d955d249e
SHA512: b3dad110d83b836488110dfa0e3ad4c3c6d8d06e16e5a0ed9450459e80fca3b7b887ec55314042cef1db53c9a0bd7a7b936314dab348328ae5fe71640361a59b
Homepage: https://www.msweet.org/mxml/
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
Task: ubuntustudio-audio