How to Install and Uninstall libio-string-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "libio-string-perl" package

Learn how to install libio-string-perl on Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

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

3. Information about the libio-string-perl package on Ubuntu 21.10 (Impish Indri)

Package: libio-string-perl
Architecture: all
Version: 1.08-3.1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 30
Depends: perl:any
Filename: pool/main/libi/libio-string-perl/libio-string-perl_1.08-3.1_all.deb
Size: 10668
MD5sum: 226ef6a158256a9549fd8e8a3725e9fe
SHA1: a04c13720fcb8b1641b6ce94de6ff8fc10e27324
SHA256: 9c21aae63ae69c6769cbac86154e63048a7923c632f277d0d9e7104bbe28c1e6
SHA512: bca154cbc937457821d4763ac3e4853806f3acfe026c30f4882b5e9150ede7f2cd4c08c9f9c6ada32dc35c7d9c80f5ec5fad97b3d207ba4842323104808c9ea8
Homepage: https://metacpan.org/release/IO-String/
Description-en: 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: d0f30c36190caa285cda4e17606d2aa3
Task: ubuntu-mate-core, ubuntu-mate-desktop