How to Install and Uninstall rpcgen.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "rpcgen.x86_64" package

Please follow the steps below to install rpcgen.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rpcgen.x86_64

2. Uninstall "rpcgen.x86_64" package

This is a short guide on how to uninstall rpcgen.x86_64 on AlmaLinux 9:

$ sudo dnf remove rpcgen.x86_64 $ sudo dnf autoremove

3. Information about the rpcgen.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:33:18 ago on Wed Mar 13 07:41:12 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).