How to Install and Uninstall libio-file-withfilename-perl Package on Kali Linux

Last updated: November 07,2024

1. Install "libio-file-withfilename-perl" package

This tutorial shows how to install libio-file-withfilename-perl on Kali Linux

$ sudo apt update $ sudo apt install libio-file-withfilename-perl

2. Uninstall "libio-file-withfilename-perl" package

In this section, we are going to explain the necessary steps to uninstall libio-file-withfilename-perl on Kali Linux:

$ sudo apt remove libio-file-withfilename-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libio-file-withfilename-perl package on Kali Linux

Package: libio-file-withfilename-perl
Version: 0.01-2
Installed-Size: 19
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 5040
SHA256: eb6a9e303b00f0c49b5956a58f4a95a931892628acf23351fc98a2880ad8868a
SHA1: 06d71446977ff5a9b765a219d166ee63ac59febd
MD5sum: a19a49740e43d9aa310b0541111995bf
Description: filehandles that know their origin
IO::File::WithFilename does everything that IO::File does, but implements
filename method, that File::Temp objects have. It lets you write the code
that is ignorant of what classes of objects it works with.
.
If you want to check if it is safe to call filename method, you are
recommended to call can method rather than to check an object's inheritance:
.
print $obj->filename, "\n" if eval { $obj->can('filename') };
Description-md5:
Homepage: https://metacpan.org/release/IO-File-WithFilename
Section: perl
Priority: optional
Filename: pool/main/libi/libio-file-withfilename-perl/libio-file-withfilename-perl_0.01-2_all.deb