How to Install and Uninstall rpcgen.x86_64 Package on CentOS Stream 9

Last updated: March 01,2025

1. Install "rpcgen.x86_64" package

Please follow the guidelines below to install rpcgen.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rpcgen.x86_64

2. Uninstall "rpcgen.x86_64" package

Please follow the steps below to uninstall rpcgen.x86_64 on CentOS Stream 9:

$ sudo dnf remove rpcgen.x86_64 $ sudo dnf autoremove

3. Information about the rpcgen.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:23:17 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rpcgen
Version : 1.4
Release : 9.el9
Architecture : x86_64
Size : 55 k
Source : rpcsvc-proto-1.4-9.el9.src.rpm
Repository : appstream
Summary : RPC protocol compiler
URL : https://github.com/thkukuk/rpcsvc-proto
License : BSD and LGPLv2+
Description : rpcgen is a tool that generates C code to implement an RPC protocol.
: The input to rpcgen is a language similar to C known as RPC Language
: (Remote Procedure Call Language).