How to Install and Uninstall libmxml-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "libmxml-dev" package

This is a short guide on how to install libmxml-dev on Kali Linux

$ sudo apt update $ sudo apt install libmxml-dev

2. Uninstall "libmxml-dev" package

Please follow the guidance below to uninstall libmxml-dev on Kali Linux:

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

3. Information about the libmxml-dev package on Kali Linux

Package: libmxml-dev
Source: mxml (3.3.1-1)
Version: 3.3.1-1+b1
Installed-Size: 1634
Maintainer: Alastair McKinstry
Architecture: amd64
Depends: libmxml1 (= 3.3.1-1+b1)
Size: 724876
SHA256: c4d4f4d3d9c4c471382dfb318c0d8283296782f44a4988e7398906664967b6e1
SHA1: 5bddc8e3dd9f044f497ba0ca2d9fbcfbd41a7799
MD5sum: 07ee01dc0500f84944afd57a6ec3f293
Description: 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:
Multi-Arch: same
Homepage: https://www.msweet.org/mxml/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/mxml/libmxml-dev_3.3.1-1+b1_amd64.deb