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

Last updated: July 05,2024

1. Install "libpoco-dev" package

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

$ sudo apt update $ sudo apt install libpoco-dev

2. Uninstall "libpoco-dev" package

This guide covers the steps necessary to uninstall libpoco-dev on Kali Linux:

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

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

Package: libpoco-dev
Source: poco (1.11.0-3)
Version: 1.11.0-3+b1
Installed-Size: 5054
Maintainer: Krzysztof Burghardt
Architecture: amd64
Depends: libpocoactiverecord80 (= 1.11.0-3+b1), libpococrypto80 (= 1.11.0-3+b1), libpocodata80 (= 1.11.0-3+b1), libpocoencodings80 (= 1.11.0-3+b1), libpocofoundation80 (= 1.11.0-3+b1), libpocojson80 (= 1.11.0-3+b1), libpocojwt80 (= 1.11.0-3+b1), libpocodatamysql80 (= 1.11.0-3+b1), libpocodatapostgresql80 (= 1.11.0-3+b1), libpocomongodb80 (= 1.11.0-3+b1), libpoconet80 (= 1.11.0-3+b1), libpoconetssl80 (= 1.11.0-3+b1), libpocodataodbc80 (= 1.11.0-3+b1), libpocodatasqlite80 (= 1.11.0-3+b1), libpocoredis80 (= 1.11.0-3+b1), libpocoutil80 (= 1.11.0-3+b1), libpocoxml80 (= 1.11.0-3+b1), libpocozip80 (= 1.11.0-3+b1), libexpat1-dev, default-libmysqlclient-dev, libpcre3-dev, libsqlite3-dev, libssl-dev, zlib1g-dev
Size: 633700
SHA256: 5a0033e40fba791a1c003d7c7cfe9372069be3cd4da7e1ed6b4fa0094b077e81
SHA1: 42107f08779a2efd33aa657350dd269aa8bea41f
MD5sum: 1f92422fd3693a4cea9a9e21dd181600
Description: C++ Portable Components (POCO) Development files
The POCO C++ Libraries are a collection of open source C++ class libraries
that simplify and accelerate the development of network-centric, portable
applications in C++. The libraries integrate perfectly with the C++ Standard
Library and fill many of the functional gaps left open by it.
.
POCO is built strictly using standard ANSI/ISO C++, including the standard
library. The contributors attempt to find a good balance between using advanced
C++ features and keeping the classes comprehensible and the code clean,
consistent and easy to maintain.
.
POCO consists of four core libraries, and a number of add-on libraries. The
core libraries are Foundation, XML, Util and Net. Two of the add-on libraries
are NetSSL, providing SSL support for the network classes in the Net library,
and Data, a library for uniformly accessing different SQL databases.
Description-md5: 001356e1ebbed92df725fe478f69534f
Multi-Arch: same
Homepage: https://pocoproject.org/
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/poco/libpoco-dev_1.11.0-3+b1_amd64.deb