How to Install and Uninstall libobject-forkaware-perl Package on Kali Linux

Last updated: May 03,2024

1. Install "libobject-forkaware-perl" package

Here is a brief guide to show you how to install libobject-forkaware-perl on Kali Linux

$ sudo apt update $ sudo apt install libobject-forkaware-perl

2. Uninstall "libobject-forkaware-perl" package

Please follow the guidelines below to uninstall libobject-forkaware-perl on Kali Linux:

$ sudo apt remove libobject-forkaware-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libobject-forkaware-perl package on Kali Linux

Package: libobject-forkaware-perl
Version: 0.005-2
Installed-Size: 31
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10904
SHA256: 9518bde0d8cfb056339f0197a9e4ce1d0439050d1b3d118ef8e6ce119cc1d597
SHA1: efb9355e308f99db69595a8823e36fc6720d3e1d
MD5sum: 8878eee6392f385eb483ee8266db3edd
Description: module to make an object aware of process forks and threads
Object::ForkAware invisibly wraps your object and makes it fork-aware,
automatically checking $$ on every access and recreating the object if the
process id changes. (The object is also thread-aware; if the thread id
changes, the object is recreated in the same manner.)
.
The object can be safely used with type checks and various type constraint
mechanisms, as isa() and can() respond as if they were being called against
the contained object itself.
.
Rationale: If you've ever had an object representing a network connection to
some server, or something else containing a socket, a filehandle, etc, and
used it in a program that forks, and then forgot to close and reopen your
socket/handle etc. in the new process, you'll know what chaos can ensue.
Depending on the type of connection, you can have multiple processes trying
to write to the same resource at once, or simultaneous reads getting each
other's data, dogs and cats living together... It's horrible, and it's an
easy problem to run into.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Object-ForkAware
Section: perl
Priority: optional
Filename: pool/main/libo/libobject-forkaware-perl/libobject-forkaware-perl_0.005-2_all.deb