How to Install and Uninstall sudo.x86_64 Package on Rocky Linux 8

Last updated: October 06,2024

1. Install "sudo.x86_64" package

This guide let you learn how to install sudo.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install sudo.x86_64

2. Uninstall "sudo.x86_64" package

In this section, we are going to explain the necessary steps to uninstall sudo.x86_64 on Rocky Linux 8:

$ sudo dnf remove sudo.x86_64 $ sudo dnf autoremove

3. Information about the sudo.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:06:12 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : sudo
Version : 1.8.29
Release : 8.el8
Architecture : x86_64
Size : 924 k
Source : sudo-1.8.29-8.el8.src.rpm
Repository : baseos
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.