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

Last updated: May 14,2024

1. Install "libio-string-perl" package

Please follow the step by step instructions below to install libio-string-perl on Kali Linux

$ sudo apt update $ sudo apt install libio-string-perl

2. Uninstall "libio-string-perl" package

This is a short guide on how to uninstall libio-string-perl on Kali Linux:

$ sudo apt remove libio-string-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libio-string-perl
Version: 1.08-4
Installed-Size: 32
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12124
SHA256: 1cc6fcba9ddb58e55f6a89a689f2f84a726e7c5f2cd05bc958afa0129248c3b1
SHA1: 9274258f6a36843a8c15cb26dc749ba598b5c50b
MD5sum: 610d5c97e28eca0718dda4f2f7a9c585
Description: Emulate IO::File interface for in-core strings
The IO::String module provide the IO::File interface for in-core
strings. An IO::String object can be attached to a string, and
will make it possible to use the normal file operations for reading or
writing data, as well as seeking to various locations of the string.
The main reason you might want to do this, is if you have some other
library module that only provide an interface to file handles, and you
want to keep all the stuff in memory.
.
The IO::String module provide an interface compatible with
IO::File as distributed with IO-1.20, but the following methods
are not available; new_from_fd, fdopen, format_write,
format_page_number, format_lines_per_page, format_lines_left,
format_name, format_top_name.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/IO-String
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libi/libio-string-perl/libio-string-perl_1.08-4_all.deb