How to Install and Uninstall rpcgen.x86_64 Package on Rocky Linux 9

Last updated: July 08,2024

1. Install "rpcgen.x86_64" package

Please follow the step by step instructions below to install rpcgen.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rpcgen.x86_64

2. Uninstall "rpcgen.x86_64" package

Learn how to uninstall rpcgen.x86_64 on Rocky Linux 9:

$ sudo dnf remove rpcgen.x86_64 $ sudo dnf autoremove

3. Information about the rpcgen.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:23:44 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rpcgen
Version : 1.4
Release : 9.el9
Architecture : x86_64
Size : 54 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).