Skip to content

Instantly share code, notes, and snippets.

@danilogco
Created November 14, 2024 14:22
Show Gist options
  • Save danilogco/469cf5ecbc9d9a21d27471b7b9be1af5 to your computer and use it in GitHub Desktop.
Save danilogco/469cf5ecbc9d9a21d27471b7b9be1af5 to your computer and use it in GitHub Desktop.
Installing AWS CLI v2 - Manjaro

Download the latest release:

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"

Unzip the file:

unzip awscliv2.zip

Install the cli with sudo:

sudo ./aws/install

Remove unecessary temp files:

rm -rf awscliv2*
rm -rf aws/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment