How to Install and Uninstall libio-aio-perl Package on Kali Linux
Last updated: February 03,2025
1. Install "libio-aio-perl" package
In this section, we are going to explain the necessary steps to install libio-aio-perl on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libio-aio-perl
Copied
2. Uninstall "libio-aio-perl" package
Please follow the instructions below to uninstall libio-aio-perl on Kali Linux:
$
sudo apt remove
libio-aio-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libio-aio-perl package on Kali Linux
Package: libio-aio-perl
Version: 4.81-1
Installed-Size: 323
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-3), perlapi-5.38.2, libc6 (>= 2.34), libcommon-sense-perl
Size: 129320
SHA256: 83af37f3ff6e74a3ae7ad43640ad38799eb63a6c872a21ee9b83f30c0d021fc9
SHA1: 4e8669f732aa7ee46cc7f7edcbe90744ee2212d9
MD5sum: e73fc52a867ad425f05df557aabef626
Description: asynchronous IO module for Perl
IO::AIO module implements asynchronous I/O using whatever means your
operating system supports. It is implemented as an interface to the libeio
library: http://software.schmorp.de/pkg/libeio.html.
.
Asynchronous means that operations that can normally block your program
(e.g. reading from disk) will be done asynchronously: the operation
will still block, but you can do something else in the meantime. This
is extremely useful for programs that need to stay interactive even
when doing heavy I/O (GUI programs, high performance network servers
etc.), but can also be used to easily do operations in parallel that are
normally done sequentially, e.g. stat'ing many files, which is much faster
on a RAID volume or over NFS when you do a number of stat operations
concurrently.
.
While most of this works on all types of file descriptors (for
example sockets), using these functions on file descriptors that
support nonblocking operation (again, sockets, pipes etc.) is
very inefficient. Use an event loop for that (such as the L
module): IO::AIO will naturally fit into such an event loop itself.
.
In this version, a number of threads are started that execute your
requests and signal their completion. You don't need thread support
in perl, and the threads created by this module will not be visible
to perl. In the future, this module might make use of the native aio
functions available on many operating systems. However, they are often
not well-supported or restricted (GNU/Linux doesn't allow them on normal
files currently, for example), and they would only support aio_read and
aio_write, so the remaining functionality would have to be implemented
using threads anyway.
.
Although the module will work in the presence of other (Perl-) threads,
it is currently not reentrant in any way, so use appropriate locking
yourself, always call poll_cb from within the same thread, or never
call poll_cb (or other aio_ functions) recursively.
Description-md5:
Homepage: https://metacpan.org/release/IO-AIO
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libi/libio-aio-perl/libio-aio-perl_4.81-1_amd64.deb
Version: 4.81-1
Installed-Size: 323
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-3), perlapi-5.38.2, libc6 (>= 2.34), libcommon-sense-perl
Size: 129320
SHA256: 83af37f3ff6e74a3ae7ad43640ad38799eb63a6c872a21ee9b83f30c0d021fc9
SHA1: 4e8669f732aa7ee46cc7f7edcbe90744ee2212d9
MD5sum: e73fc52a867ad425f05df557aabef626
Description: asynchronous IO module for Perl
IO::AIO module implements asynchronous I/O using whatever means your
operating system supports. It is implemented as an interface to the libeio
library: http://software.schmorp.de/pkg/libeio.html.
.
Asynchronous means that operations that can normally block your program
(e.g. reading from disk) will be done asynchronously: the operation
will still block, but you can do something else in the meantime. This
is extremely useful for programs that need to stay interactive even
when doing heavy I/O (GUI programs, high performance network servers
etc.), but can also be used to easily do operations in parallel that are
normally done sequentially, e.g. stat'ing many files, which is much faster
on a RAID volume or over NFS when you do a number of stat operations
concurrently.
.
While most of this works on all types of file descriptors (for
example sockets), using these functions on file descriptors that
support nonblocking operation (again, sockets, pipes etc.) is
very inefficient. Use an event loop for that (such as the L
module): IO::AIO will naturally fit into such an event loop itself.
.
In this version, a number of threads are started that execute your
requests and signal their completion. You don't need thread support
in perl, and the threads created by this module will not be visible
to perl. In the future, this module might make use of the native aio
functions available on many operating systems. However, they are often
not well-supported or restricted (GNU/Linux doesn't allow them on normal
files currently, for example), and they would only support aio_read and
aio_write, so the remaining functionality would have to be implemented
using threads anyway.
.
Although the module will work in the presence of other (Perl-) threads,
it is currently not reentrant in any way, so use appropriate locking
yourself, always call poll_cb from within the same thread, or never
call poll_cb (or other aio_ functions) recursively.
Description-md5:
Homepage: https://metacpan.org/release/IO-AIO
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libi/libio-aio-perl/libio-aio-perl_4.81-1_amd64.deb