How to Install and Uninstall libpcl1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "libpcl1" package

In this section, we are going to explain the necessary steps to install libpcl1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpcl1

2. Uninstall "libpcl1" package

Please follow the instructions below to uninstall libpcl1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libpcl1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpcl1
Priority: optional
Section: universe/libs
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Damián Viano
Architecture: amd64
Version: 1.6-1ubuntu1
Depends: libc6 (>= 2.3.4)
Filename: pool/universe/libp/libpcl1/libpcl1_1.6-1ubuntu1_amd64.deb
Size: 4918
MD5sum: 8802cd6a6d068a388845ebe8f674790c
SHA1: b31a0a6a8398458202f03217445317a555725a58
SHA256: e5821f67e802aea3d7a74da8bdaafd179965a49f8380095033ea57e96db40db0
Description-en: 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.
.
Homepage: http://www.xmailserver.org/libpcl.html
Description-md5: 86d303cecceec91aba62d174902510b9
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu