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

Last updated: November 07,2024

1. Install "capnproto" package

Here is a brief guide to show you how to install capnproto on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install capnproto

2. Uninstall "capnproto" package

This guide let you learn how to uninstall capnproto on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: capnproto
Architecture: amd64
Version: 0.5.3-2ubuntu1.1
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Tom Lee
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 830
Depends: libc6 (>= 2.14), libcapnp-0.5.3 (= 0.5.3-2ubuntu1.1), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8)
Filename: pool/universe/c/capnproto/capnproto_0.5.3-2ubuntu1.1_amd64.deb
Size: 221058
MD5sum: 79d12722bd98d57f56e42cf13b44ab03
SHA1: 24ddad2fb3f7332e03866b1194b658cadcf66229
SHA256: 7e12d089508a752bb1ea223872c838c91a116ac50d9669e2466bcc476a673230
SHA512: 365291c89275c60c81c21c6ed4ac8d4f77fb905746d51309fb4f61d4d67decead9f8009d9355468a575b4d6fc84af46f0bf0ac74dab9c25a979617c9f88be319
Homepage: https://capnproto.org/
Description-en: 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: 91e7c63080dfa6da83ea260ce539593f

Package: capnproto
Priority: optional
Section: universe/devel
Installed-Size: 802
Maintainer: Ubuntu Developers
Original-Maintainer: Tom Lee
Architecture: amd64
Version: 0.5.3-2ubuntu1
Depends: libc6 (>= 2.14), libcapnp-0.5.3 (= 0.5.3-2ubuntu1), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8)
Filename: pool/universe/c/capnproto/capnproto_0.5.3-2ubuntu1_amd64.deb
Size: 219074
MD5sum: 11e83190c1a494ae4e6c2f843e618fc6
SHA1: ae867e04c8ecd98fac2633e18f017780e3f279bb
SHA256: 35d1072d146514a891a633c5d3899dec1f5a31693bbd509938c8d665343f9cf2
Description-en: 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: 91e7c63080dfa6da83ea260ce539593f
Multi-Arch: foreign
Homepage: https://capnproto.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu