How to Install and Uninstall rarpd.x86_64 Package on Fedora 39

Last updated: October 11,2024

1. Install "rarpd.x86_64" package

Please follow the steps below to install rarpd.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install rarpd.x86_64

2. Uninstall "rarpd.x86_64" package

Please follow the guidelines below to uninstall rarpd.x86_64 on Fedora 39:

$ sudo dnf remove rarpd.x86_64 $ sudo dnf autoremove

3. Information about the rarpd.x86_64 package on Fedora 39

Last metadata expiration check: 5:28:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rarpd
Version : ss981107
Release : 63.fc39
Architecture : x86_64
Size : 26 k
Source : rarpd-ss981107-63.fc39.src.rpm
Repository : fedora
Summary : The RARP daemon
License : GPLv2+
Description : RARP (Reverse Address Resolution Protocol) is a protocol which allows
: individual devices on an IP network to get their own IP addresses from the
: RARP server. Some machines (e.g. SPARC boxes) use this protocol instead
: of e.g. DHCP to query their IP addresses during network bootup.
: Linux kernels up to 2.2 used to provide a kernel daemon for this service,
: but since 2.3 kernels it is served by this userland daemon.
:
: You should install rarpd if you want to set up a RARP server on your
: network.