How to Install and Uninstall libchild-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libchild-perl" package

Please follow the steps below to install libchild-perl on Kali Linux

$ sudo apt update $ sudo apt install libchild-perl

2. Uninstall "libchild-perl" package

This tutorial shows how to uninstall libchild-perl on Kali Linux:

$ sudo apt remove libchild-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libchild-perl package on Kali Linux

Package: libchild-perl
Version: 0.013-3
Installed-Size: 71
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 28464
SHA256: 3fa8202996e0d99fb8967527334a27743f156481e4a317987ff1273a0ec6dbca
SHA1: 6dd0d361fef59f6d47745df5f99af72f92129bc0
MD5sum: c9e09e6c65507bc6f59f942f27be069c
Description: Object Oriented simple interface to fork()
Fork is too low level, and difficult to manage. Often people forget to exit
at the end, reap their children, and check exit status. The problem is the
low level functions provided to do these things. Throw in pipes for IPC and
you just have a pile of things nobody wants to think about.
.
Child is an Object Oriented interface to fork. It provides a clean way to
start a child process, and manage it afterwords. It provides methods for
running, waiting, killing, checking, and even communicating with a child
process.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Child
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libchild-perl/libchild-perl_0.013-3_all.deb