How to Install and Uninstall libfile-bom-perl Package on Kali Linux

Last updated: May 21,2024

1. Install "libfile-bom-perl" package

This tutorial shows how to install libfile-bom-perl on Kali Linux

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

2. Uninstall "libfile-bom-perl" package

This tutorial shows how to uninstall libfile-bom-perl on Kali Linux:

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

3. Information about the libfile-bom-perl package on Kali Linux

Package: libfile-bom-perl
Version: 0.18-2
Installed-Size: 41
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libreadonly-perl
Size: 16304
SHA256: 00c9e18130c67d1c588fb3bc1b19c49e4c801b5ba1fe1a24350196b64cf2da48
SHA1: f16c9adc96912638582c2b5174fe947120d20972
MD5sum: 56b9d2fb18ce58b74bb34b00005cf905
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/File-BOM
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-bom-perl/libfile-bom-perl_0.18-2_all.deb