How To Install aws-tools on Fedora 36

In this tutorial we learn how to install aws-tools in Fedora 36. aws-tools is Tools for aws

Introduction

In this tutorial we learn how to install aws-tools on Fedora 36.

What is aws-tools

Tools for aws

We can use yum or dnf to install aws-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aws-tools.

Install aws-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install aws-tools using dnf by running the following command:

sudo dnf -y install aws-tools

Install aws-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install aws-tools using yum by running the following command:

sudo yum -y install aws-tools

How To Uninstall aws-tools on Fedora 36

To uninstall only the aws-tools package we can use the following command:

sudo dnf remove aws-tools

aws-tools Package Contents on Fedora 36

/usr/bin/aws_password
/usr/bin/awsascb
/usr/bin/awsres
/usr/bin/webxref
/usr/bin/wsdl2aws
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/f9f249104461049fba4b7e152489169c80802f
/usr/lib/.build-id/50
/usr/lib/.build-id/50/8759a9a00d5d927529899c374f8c5ba19cb113
/usr/lib/.build-id/90
/usr/lib/.build-id/90/9f2a7c6892d9324ee2ef991552bf247b997d35
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/39cf9c42b4e28d7e450993f25a7c965fc5566e
/usr/share/man/man1/ada2wsdl.1.gz
/usr/share/man/man1/awsres.1.gz
/usr/share/man/man1/wsdl2aws.1.gz

References

Summary

In this tutorial we learn how to install aws-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).