If you have a compute server (EC2, ECS) based on Amazon Linux Image or have installed it locally on Docker Desktop and when you try to run a command with sudo you may get sudo: command not found error as sudo package is not installed by default,
How to install sudo package on Amazon Linux
You can make use of the yum - the command-line package-management utility for Linux,

bash-4.2# yum install sudo
...
Install 1 Package (+7 Dependent packages)
Total download size: 5.5 M
Installed size: 19 M
Is this ok [y/d/N]: y
Downloading packages:
(1/8): audit-libs-2.8.1-3.amzn2.1.aarch64.rpm | 99 kB 00:00:00
(2/8): cracklib-2.9.0-11.amzn2.0.2.aarch64.rpm | 81 kB 00:00:00
(3/8): gzip-1.5-10.amzn2.0.1.aarch64.rpm | 128 kB 00:00:00
(4/8): libcap-ng-0.7.5-4.amzn2.0.4.aarch64.rpm | 25 kB 00:00:00
(5/8): libpwquality-1.2.3-5.amzn2.aarch64.rpm | 85 kB 00:00:00
(6/8): pam-1.1.8-23.amzn2.0.1.aarch64.rpm | 729 kB 00:00:00
(7/8): sudo-1.8.23-10.amzn2.1.aarch64.rpm | 831 kB 00:00:00
(8/8): cracklib-dicts-2.9.0-11.amzn2.0.2.aarch64.rpm | 3.6 MB 00:00:02
...
Installed:
sudo.aarch64 0:1.8.23-10.amzn2.1
Complete!
bash-4.2#
-
Have Questions? Post them here!
More Posts related to AWS,
- Create S3 bucket and upload files using AWS Toolkit for Visual Studio Code
- Get the total size and number of objects of a AWS S3 bucket and folders
- Create an S3 bucket in a specific AWS region using CLI Command
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- 573 List of reserved keywords in AWS DynamoDB
- Quick way to setup AWS DynamoDB locally on macOS
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- Quick way to install AWS CLI for macOS Terminal
- Setting and Updating AWS CLI Configuration
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- How to install AWS Toolkit for Visual Studio Code
- Create S3 bucket using AWS CLI Command mb
- Fix: zsh: command not found: aws (Mac/macOS)
- How to install AWS CLI on Ubuntu
- Fix: Amazon Linux bash: sudo: command not found
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- Most Essencial AWS CLI 2 S3 ls Command Options
- Install AWS CLI using Brew Command
More Posts:
- Get Device Screen Width and Height using javaScript - JavaScript
- Comparator with Lambda Examples - Java
- How to take a photo on MacBook using Terminal Command? - MacOS
- How to connect Airpods to Macbook Air or Pro? - MacOS
- How to Remove All Terminated Console tabs at once in Eclipse - Eclipse
- [Solution] Installing Whatsapp There's insufficient space on the device - WhatsApp
- How to create tar.gz file using Terminal Command - Linux
- Open Current Directory in Finder using Mac Terminal - MacOS