How to Install and Uninstall protobuf-c.i686 Package on Rocky Linux 9
Last updated: November 26,2024
1. Install "protobuf-c.i686" package
In this section, we are going to explain the necessary steps to install protobuf-c.i686 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
protobuf-c.i686
Copied
2. Uninstall "protobuf-c.i686" package
Here is a brief guide to show you how to uninstall protobuf-c.i686 on Rocky Linux 9:
$
sudo dnf remove
protobuf-c.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the protobuf-c.i686 package on Rocky Linux 9
Last metadata expiration check: 0:36:15 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : protobuf-c
Version : 1.3.3
Release : 13.el9
Architecture : i686
Size : 36 k
Source : protobuf-c-1.3.3-13.el9.src.rpm
Repository : baseos
Summary : C bindings for Google's Protocol Buffers
URL : https://github.com/protobuf-c/protobuf-c
License : BSD
Description : Protocol Buffers are a way of encoding structured data in an efficient yet
: extensible format. This package provides a code generator and run-time
: libraries to use Protocol Buffers from pure C (not C++).
:
: It uses a modified version of protoc called protoc-c.
Available Packages
Name : protobuf-c
Version : 1.3.3
Release : 13.el9
Architecture : i686
Size : 36 k
Source : protobuf-c-1.3.3-13.el9.src.rpm
Repository : baseos
Summary : C bindings for Google's Protocol Buffers
URL : https://github.com/protobuf-c/protobuf-c
License : BSD
Description : Protocol Buffers are a way of encoding structured data in an efficient yet
: extensible format. This package provides a code generator and run-time
: libraries to use Protocol Buffers from pure C (not C++).
:
: It uses a modified version of protoc called protoc-c.