How To Install sudo-logsrvd on Fedora 36
Introduction
In this tutorial we learn how to install sudo-logsrvd
on Fedora 36.
What is sudo-logsrvd
sudo-logsrvd is a high-performance log server that accepts event and I/O logs from sudo. It can be used to implement centralized logging of sudo logs.
We can use yum
or dnf
to install sudo-logsrvd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sudo-logsrvd.
Install sudo-logsrvd 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 sudo-logsrvd
using dnf
by running the following command:
sudo dnf -y install sudo-logsrvd
Install sudo-logsrvd 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 sudo-logsrvd
using yum
by running the following command:
sudo yum -y install sudo-logsrvd
How To Uninstall sudo-logsrvd on Fedora 36
To uninstall only the sudo-logsrvd
package we can use the following command:
sudo dnf remove sudo-logsrvd
sudo-logsrvd Package Contents on Fedora 36
/etc/sudo_logsrvd.conf
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/71bf2d77e01dcff472af43752a5253fe18d407
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/7361e90bfcaf6b2448957f9c09ee3bc3c73303
/usr/sbin/sudo_logsrvd
/usr/sbin/sudo_sendlog
/usr/share/man/man5/sudo_logsrv.proto.5.gz
/usr/share/man/man5/sudo_logsrvd.conf.5.gz
/usr/share/man/man8/sudo_logsrvd.8.gz
/usr/share/man/man8/sudo_sendlog.8.gz
References
Summary
In this tutorial we learn how to install sudo-logsrvd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).