How to Install and Uninstall capnproto Package on Kali Linux

Last updated: May 16,2024

1. Install "capnproto" package

Please follow the instructions below to install capnproto on Kali Linux

$ sudo apt update $ sudo apt install capnproto

2. Uninstall "capnproto" package

Here is a brief guide to show you how to uninstall capnproto on Kali Linux:

$ sudo apt remove capnproto $ sudo apt autoclean && sudo apt autoremove

3. Information about the capnproto package on Kali Linux

Package: capnproto
Source: capnproto (1.0.1-3)
Version: 1.0.1-3+b1
Installed-Size: 864
Maintainer: Tom Lee
Architecture: amd64
Depends: libc6 (>= 2.34), libcapnp-1.0.1 (= 1.0.1-3+b1), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 247428
SHA256: 58849d17dc0bd7970a1bbe67093c0d7b4d2de6cb4fae30cd075992d65a5d9a74
SHA1: ca70314e45d43b3f5fffc3972d4b0f6113f396a2
MD5sum: e894c3e069738fbb91643fb15decfbfa
Description: tool for working with the Cap'n Proto data interchange format
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 a small suite of tools for developing & maintaining
your Cap'n Proto schema files, including a code generator for compiling
your schema files to supported languages.
Description-md5:
Multi-Arch: foreign
Homepage: https://capnproto.org/
Section: devel
Priority: optional
Filename: pool/main/c/capnproto/capnproto_1.0.1-3+b1_amd64.deb