How to Install and Uninstall capnproto.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "capnproto.x86_64" package

Please follow the guidelines below to install capnproto.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install capnproto.x86_64

2. Uninstall "capnproto.x86_64" package

Please follow the guidance below to uninstall capnproto.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove capnproto.x86_64 $ sudo dnf autoremove

3. Information about the capnproto.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:27:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : capnproto
Version : 0.7.1
Release : 1.el8
Architecture : x86_64
Size : 281 k
Source : capnproto-0.7.1-1.el8.src.rpm
Repository : epel
Summary : A data interchange format and capability-based RPC system
URL : https://capnproto.org
License : MIT
Description : Cap’n Proto is an insanely fast data interchange format
: and capability-based RPC system. Think JSON, except binary.
: Or think Protocol Buffers, except faster. In fact, in benchmarks,
: Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.
:
: This package contains the schema compiler and command-line
: encoder/decoder tools.