How To Install rdist on Fedora 36
Introduction
In this tutorial we learn how to install rdist
on Fedora 36.
What is rdist
The RDist program maintains identical copies of files on multiple hosts. If possible, RDist will preserve the owner, group, mode and mtime of files and it can update programs that are executing. Install rdist if you need to maintain identical copies of files on multiple hosts.
We can use yum
or dnf
to install rdist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rdist.
Install rdist on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rdist
using dnf
by running the following command:
sudo dnf -y install rdist
Install rdist on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rdist
using yum
by running the following command:
sudo yum -y install rdist
How To Uninstall rdist on Fedora 36
To uninstall only the rdist
package we can use the following command:
sudo dnf remove rdist
rdist Package Contents on Fedora 36
/usr/bin/oldrdist
/usr/bin/rdist
/usr/bin/rdistd
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/6346a46dea8dfd6bf0ad562892d4571ef0b2dc
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/1fe290e6d0411d9b9be5b1cd64ba991d84190d
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/3198309ceb8f3a1ebe9f60bc100f4dd25e80ec
/usr/sbin/rdistd
/usr/share/doc/rdist
/usr/share/doc/rdist/README
/usr/share/doc/rdist/rdist-eu-license.txt
/usr/share/doc/rdist/rdist-licensing-email.txt
/usr/share/man/man1/rdist.1.gz
/usr/share/man/man8/rdistd.8.gz
References
Summary
In this tutorial we learn how to install rdist
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).