How to Install and Uninstall rpcbind.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "rpcbind.x86_64" package

This guide let you learn how to install rpcbind.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rpcbind.x86_64

2. Uninstall "rpcbind.x86_64" package

This guide let you learn how to uninstall rpcbind.x86_64 on CentOS Stream 8:

$ sudo dnf remove rpcbind.x86_64 $ sudo dnf autoremove

3. Information about the rpcbind.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:20:06 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rpcbind
Version : 1.2.5
Release : 10.el8
Architecture : x86_64
Size : 70 k
Source : rpcbind-1.2.5-10.el8.src.rpm
Repository : baseos
Summary : Universal Addresses to RPC Program Number Mapper
URL : http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
License : BSD
Description : The rpcbind utility is a server that converts RPC program numbers into
: universal addresses. It must be running on the host to be able to make
: RPC calls on a server on that machine.