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

Last updated: May 20,2024

1. Install "libutf8-all-perl" package

This guide covers the steps necessary to install libutf8-all-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libutf8-all-perl

2. Uninstall "libutf8-all-perl" package

Please follow the guidance below to uninstall libutf8-all-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libutf8-all-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libutf8-all-perl
Priority: optional
Section: universe/perl
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.017-1
Depends: perl, libimport-into-perl, perl (>= 5.17.2) | libautodie-perl (>= 2.12)
Breaks: libautodie-perl (<< 2.12~)
Filename: pool/universe/libu/libutf8-all-perl/libutf8-all-perl_0.017-1_all.deb
Size: 10176
MD5sum: 398a55016f266e20bb12aa06d057d350
SHA1: 1e9a99936108c89dce0196e113a079497584ed29
SHA256: 74b8381e8d5b3e5817ce3516d54251adb04231d7a2d96d52dc28bdd39e460194
Description-en: Perl pragma to turn on UTF-8 everywhere
The utf8 pragma allows you to write Perl source code encoded in UTF-8. That
means UTF-8 strings, variable names, and regular expressions. utf8::all goes
further, and makes @ARGV encoded in UTF-8, and filehandles are opened with
UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR). If you
don't want UTF-8 for a particular filehandle, you'll have to set binmode
$filehandle.
Description-md5: e2cab8f9fec91292de531d53404b4614
Homepage: https://metacpan.org/release/utf8-all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu