How to Install and Uninstall sudo.x86_64 Package on Amazon Linux 2

Last updated: May 03,2024

1. Install "sudo.x86_64" package

Please follow the guidance below to install sudo.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install sudo.x86_64

2. Uninstall "sudo.x86_64" package

Here is a brief guide to show you how to uninstall sudo.x86_64 on Amazon Linux 2:

$ sudo yum remove sudo.x86_64 $ sudo yum autoremove

3. Information about the sudo.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : sudo
Arch : x86_64
Version : 1.8.23
Release : 10.amzn2.1
Size : 846 k
Repo : amzn2-core/2/x86_64
Summary : Allows restricted root access for specified users
URL : http://www.courtesan.com/sudo/
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.