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

Last updated: May 15,2024

1. Install "libcapnp-dev" package

Here is a brief guide to show you how to install libcapnp-dev on Kali Linux

$ sudo apt update $ sudo apt install libcapnp-dev

2. Uninstall "libcapnp-dev" package

Please follow the instructions below to uninstall libcapnp-dev on Kali Linux:

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

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

Package: libcapnp-dev
Source: capnproto (1.0.1-3)
Version: 1.0.1-3+b1
Installed-Size: 14159
Maintainer: Tom Lee
Architecture: amd64
Depends: libcapnp-1.0.1 (= 1.0.1-3+b1), libssl-dev
Size: 1976544
SHA256: f807812732ec2dfae53d82a33e7c891c492b3b16767556775fb26606e27fc138
SHA1: cf07fd091975374b48e53fe8dc66b3fe09f1e48b
MD5sum: 1f4df0b5e582c36a65596f4a52a91930
Description: Cap'n Proto C++ library (development files)
Similar to Protocol Buffers, Cap'n Proto is an efficient means of
serializing structured data to be transferred across a network or
written to disk. Users write a Cap'n Proto definition file that
drives a code generator, which in turn emits C++ code for encoding &
decoding messages in the Cap'n Proto format.
.
In addition to being extremely fast, Cap'n Proto also smooths over some
of the rougher aspects of Protocol Buffers & introduces a number of new
features to boot.
.
This package contains the headers and static libraries needed for writing
C++ applications.
Description-md5:
Multi-Arch: same
Homepage: https://capnproto.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/capnproto/libcapnp-dev_1.0.1-3+b1_amd64.deb