How To Install rudo on Fedora 36

In this tutorial we learn how to install rudo in Fedora 36. rudo is Utility to gain privilege access on Unix system with Pam

Introduction

In this tutorial we learn how to install rudo on Fedora 36.

What is rudo

Utility to gain privilege access on Unix system with Pam.

We can use yum or dnf to install rudo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rudo.

Install rudo 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 rudo using dnf by running the following command:

sudo dnf -y install rudo

Install rudo 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 rudo using yum by running the following command:

sudo yum -y install rudo

How To Uninstall rudo on Fedora 36

To uninstall only the rudo package we can use the following command:

sudo dnf remove rudo

rudo Package Contents on Fedora 36

/etc/pam.d/rudo
/etc/rudo.conf
/usr/bin/rudo
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/57d98e03737c1fd4ac8d5b5d569b0dad3203b3
/usr/share/doc/rudo
/usr/share/doc/rudo/README.md
/usr/share/licenses/rudo
/usr/share/licenses/rudo/LICENSE
/usr/share/man/man1/rudo.1.gz
/usr/share/man/man5/rudo.conf.5.gz

References

Summary

In this tutorial we learn how to install rudo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).