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

Last updated: October 06,2024

1. Install "rpcgen.x86_64" package

Please follow the guidelines below to install rpcgen.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rpcgen.x86_64

2. Uninstall "rpcgen.x86_64" package

Please follow the guidance below to uninstall rpcgen.x86_64 on Oracle Linux 9:

$ sudo dnf remove rpcgen.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:29:17 ago on Thu Feb 15 07:50:05 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 : ol9_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).