How to Install and Uninstall libxml-um-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libxml-um-perl" package

In this section, we are going to explain the necessary steps to install libxml-um-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxml-um-perl

2. Uninstall "libxml-um-perl" package

This tutorial shows how to uninstall libxml-um-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxml-um-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxml-um-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxml-um-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.01-8
Depends: perl, libxml-encoding-perl
Filename: pool/universe/libx/libxml-um-perl/libxml-um-perl_0.01-8_all.deb
Size: 12200
MD5sum: c3d4a8297ac03718461ddc625527a0c1
SHA1: df1350cff57e3eaedf9d991e6abe02b1e77a865f
SHA256: 9e2f90249703ae457f8d3382434adbf386e38d0c41ba6bc4bbe5f46d1f758d3a
Description-en: Perl module for converting UTF-8 strings
The XML::UM module provides methods to convert UTF-8 strings to any XML
encoding that XML::Encoding supports. It creates mapping routines
from the .xml files that can be found in the maps/ directory in the
XML::Encoding distribution. Note that the XML::Encoding distribution
does install the .enc files in your perl directory, but not the.xml
files they were created from. That's why you have to specify $ENCDIR
as in the SYNOPSIS.
.
This implementation uses the XML::Encoding class to parse the .xml
file and creates a hash that maps UTF-8 characters (each consisting
of up to 4 bytes) to their equivalent byte sequence in the specified
encoding. Note that large mappings may consume a lot of memory!
.
Future implementations may parse the .enc files directly, or do the
conversions entirely in XS (i.e. C code).
Description-md5: 391d71a2ce348927b9a38cdbe5090095
Homepage: http://search.cpan.org/dist/XML-UM/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu