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

Last updated: May 11,2024

1. Install "libtext-unaccent-perl" package

This guide let you learn how to install libtext-unaccent-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtext-unaccent-perl

2. Uninstall "libtext-unaccent-perl" package

Please follow the step by step instructions below to uninstall libtext-unaccent-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtext-unaccent-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtext-unaccent-perl
Priority: optional
Section: universe/perl
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Loic Dachary (OuoU)
Architecture: amd64
Version: 1.08-1.2
Depends: perl (>= 5.22.1-9), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libt/libtext-unaccent-perl/libtext-unaccent-perl_1.08-1.2_amd64.deb
Size: 20358
MD5sum: 6a70f5edbc549bb74d67fe121310a16b
SHA1: a316d955188344ac8296f5eec3523bb7e3dd10b0
SHA256: c56cb63bba691e0982b04d726f4561a601e4612333b8d65e9f7b9ac2a9c866be
Description-en: provides functions to remove accents using UTF16 as a pivot
Text::Unaccent is a module that provides functions to remove accents
from a string. For instance the string été will become ete. The
charset of the input string is specified as an argument. The input is
converted to UTF-16 using iconv(3), accents are stripped and the
result is converted back to the original charset. The iconv -l
command on GNU/Linux will show all charset supported.
Description-md5: 5bc26ac62f81d29fb519aa99c7ec5991
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu