How to Install and Uninstall libpcl1-dev Package on Kali Linux

Last updated: October 06,2024

1. Install "libpcl1-dev" package

Learn how to install libpcl1-dev on Kali Linux

$ sudo apt update $ sudo apt install libpcl1-dev

2. Uninstall "libpcl1-dev" package

This tutorial shows how to uninstall libpcl1-dev on Kali Linux:

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

3. Information about the libpcl1-dev package on Kali Linux

Package: libpcl1-dev
Source: libpcl1
Version: 1.12-2
Installed-Size: 40
Maintainer: Debian QA Group
Architecture: amd64
Depends: libpcl1 (= 1.12-2)
Size: 13444
SHA256: 0c2a05579ab8eacd3dfd3937c7c6a0357fbc0503ee6b71dced3ca335cd9a53e0
SHA1: ee179ee668abe1345695bd4f27c7e961c9d2673b
MD5sum: 5f1a87e02c0a1ebb8742077e4f243e37
Description: Portable Coroutine Library (PCL), development files
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.
.
This package contains the static library and header files used in
development, plus developer's documentation.
Description-md5:
Multi-Arch: same
Homepage: http://www.xmailserver.org/libpcl.html
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libp/libpcl1/libpcl1-dev_1.12-2_amd64.deb