How to Install and Uninstall libpcl1 Package on Kali Linux

Last updated: May 18,2024

1. Install "libpcl1" package

In this section, we are going to explain the necessary steps to install libpcl1 on Kali Linux

$ sudo apt update $ sudo apt install libpcl1

2. Uninstall "libpcl1" package

Please follow the step by step instructions below to uninstall libpcl1 on Kali Linux:

$ sudo apt remove libpcl1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpcl1 package on Kali Linux

Package: libpcl1
Version: 1.12-2
Installed-Size: 29
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.3.4)
Size: 6188
SHA256: 8451838da526caa9494a11ddbd17cb997fca05b10f9060cf988574859946cb53
SHA1: d5ae1680a65ff2cf2248705c498b91deac99335a
MD5sum: 126f61d3fdffeb276ccae6bfae93a28e
Description: Portable Coroutine Library (PCL)
Coroutines are a very simple cooperative multitasking environment where
the switch from one task to another is done explicitly by a function
call. Coroutines are a lot faster than processes or threads switch,
since there is no OS kernel involvement for the operation. Also
coroutines require much less OS resources than processes of threads.
.
For a more complete definition of the term coroutine see The Art of
Computer Programming by Donald E. Knuth.
Description-md5:
Multi-Arch: same
Homepage: http://www.xmailserver.org/libpcl.html
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libp/libpcl1/libpcl1_1.12-2_amd64.deb