How to Install and Uninstall libmxml1 Package on Kali Linux

Last updated: May 17,2024

1. Install "libmxml1" package

Please follow the guidance below to install libmxml1 on Kali Linux

$ sudo apt update $ sudo apt install libmxml1

2. Uninstall "libmxml1" package

Please follow the guidance below to uninstall libmxml1 on Kali Linux:

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

3. Information about the libmxml1 package on Kali Linux

Package: libmxml1
Source: mxml (3.3.1-1)
Version: 3.3.1-1+b1
Installed-Size: 83
Maintainer: Alastair McKinstry
Architecture: amd64
Depends: libc6 (>= 2.34)
Recommends: libmxml-bin
Size: 28548
SHA256: a06e8f043dd2f3f07ee721beb65542e27cdcd0d816ecc3211ae45eae1080e0e9
SHA1: 35af71dd0bda501d3f54e3cdb62bb605da7e64c3
MD5sum: 62c7c692e02202b9dbc8bd20b6f7da33
Description: 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:
Multi-Arch: same
Homepage: https://www.msweet.org/mxml/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/m/mxml/libmxml1_3.3.1-1+b1_amd64.deb