How to Install and Uninstall rpcgen.x86_64 Package on Fedora 35

Last updated: May 18,2024

1. Install "rpcgen.x86_64" package

Learn how to install rpcgen.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install rpcgen.x86_64

2. Uninstall "rpcgen.x86_64" package

This guide covers the steps necessary to uninstall rpcgen.x86_64 on Fedora 35:

$ sudo dnf remove rpcgen.x86_64 $ sudo dnf autoremove

3. Information about the rpcgen.x86_64 package on Fedora 35

Last metadata expiration check: 1:37:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rpcgen
Version : 1.4
Release : 8.fc35
Architecture : x86_64
Size : 54 k
Source : rpcsvc-proto-1.4-8.fc35.src.rpm
Repository : fedora
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).