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

Last updated: May 18,2024

1. Install "libfile-bom-perl" package

This tutorial shows how to install libfile-bom-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfile-bom-perl

2. Uninstall "libfile-bom-perl" package

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

$ sudo apt remove libfile-bom-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libfile-bom-perl
Priority: optional
Section: universe/perl
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.15-1
Depends: perl, libreadonly-perl
Filename: pool/universe/libf/libfile-bom-perl/libfile-bom-perl_0.15-1_all.deb
Size: 15616
MD5sum: 148b8247c6b763bac8ef42e216a51ac4
SHA1: 1c8bec24ce0d384261661ad19fbd6920e1f4e8ae
SHA256: e898650d69c8c30aaaadcd3c9280fc20aa2aaced26c12b522967d44012823ced
Description-en: Perl module for handling Byte Order Marks
File::BOM provides functions for handling Unicode Byte Order Marks, which are
sometimes found at the beginning of some files and streams. It allows programs
to automatically determine the original byte ordering a file was written with;
in other words, whether the program was written in little-endian or big-endian
byte order.
.
This module provides a simple way to open a file, determine its byte ordering
and return the appropriate encoding style. Byte Order Marks are usually found
at the beginning of a file, but in the case of a stream where this is not the
case, this module also provides a utility to scan any filehandle for it.
Description-md5: 4149036e21ff2487e768d9644e54b573
Homepage: https://metacpan.org/release/File-BOM
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu