How to Install and Uninstall sudo.src Package on Oracle Linux 8

Last updated: November 23,2024

1. Install "sudo.src" package

Please follow the step by step instructions below to install sudo.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install sudo.src

2. Uninstall "sudo.src" package

This is a short guide on how to uninstall sudo.src on Oracle Linux 8:

$ sudo dnf remove sudo.src $ sudo dnf autoremove

3. Information about the sudo.src package on Oracle Linux 8

Last metadata expiration check: 5:42:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : sudo
Version : 1.8.29
Release : 8.el8
Architecture : src
Size : 3.3 M
Source : None
Repository : ol8_baseos_latest
Summary : Allows restricted root access for specified users
URL : https://www.sudo.ws/
License : ISC
Description : Sudo (superuser do) allows a system administrator to give certain
: users (or groups of users) the ability to run some (or all) commands
: as root while logging all commands and arguments. Sudo operates on a
: per-command basis. It is not a replacement for the shell. Features
: include: the ability to restrict what commands a user may run on a
: per-host basis, copious logging of each command (providing a clear
: audit trail of who did what), a configurable timeout of the sudo
: command, and the ability to use the same configuration file (sudoers)
: on many different machines.