How To Install aws-doc on Fedora 36

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

Introduction

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

What is aws-doc

Documentation for aws

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

Install aws-doc 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-doc using dnf by running the following command:

sudo dnf -y install aws-doc

Install aws-doc 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-doc using yum by running the following command:

sudo yum -y install aws-doc

How To Uninstall aws-doc on Fedora 36

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

sudo dnf remove aws-doc

aws-doc Package Contents on Fedora 36

/usr/share/doc/aws/html
/usr/share/doc/aws/html/.buildinfo
/usr/share/doc/aws/html/_sources
/usr/share/doc/aws/html/_sources/apiref.rst.txt
/usr/share/doc/aws/html/_sources/building_aws.rst.txt
/usr/share/doc/aws/html/_sources/high_level_services.rst.txt
/usr/share/doc/aws/html/_sources/index.rst.txt
/usr/share/doc/aws/html/_sources/introduction.rst.txt
/usr/share/doc/aws/html/_sources/jabber.rst.txt
/usr/share/doc/aws/html/_sources/ldap.rst.txt
/usr/share/doc/aws/html/_sources/resources.rst.txt
/usr/share/doc/aws/html/_sources/rfc.rst.txt
/usr/share/doc/aws/html/_sources/status_page.rst.txt
/usr/share/doc/aws/html/_sources/using_aws.rst.txt
/usr/share/doc/aws/html/_sources/using_soap.rst.txt
/usr/share/doc/aws/html/_sources/using_wsdl.rst.txt
/usr/share/doc/aws/html/_sources/working_with_mails.rst.txt
/usr/share/doc/aws/html/_static
/usr/share/doc/aws/html/_static/adacore_transparent.png
/usr/share/doc/aws/html/_static/basic.css
/usr/share/doc/aws/html/_static/contents.png
/usr/share/doc/aws/html/_static/doctools.js
/usr/share/doc/aws/html/_static/documentation_options.js
/usr/share/doc/aws/html/_static/favicon.ico
/usr/share/doc/aws/html/_static/file.png
/usr/share/doc/aws/html/_static/jquery-3.5.1.js
/usr/share/doc/aws/html/_static/jquery.js
/usr/share/doc/aws/html/_static/language_data.js
/usr/share/doc/aws/html/_static/minus.png
/usr/share/doc/aws/html/_static/navigation.png
/usr/share/doc/aws/html/_static/plus.png
/usr/share/doc/aws/html/_static/pygments.css
/usr/share/doc/aws/html/_static/searchtools.js
/usr/share/doc/aws/html/_static/sphinxdoc.css
/usr/share/doc/aws/html/_static/underscore-1.13.1.js
/usr/share/doc/aws/html/_static/underscore.js
/usr/share/doc/aws/html/apiref.html
/usr/share/doc/aws/html/building_aws.html
/usr/share/doc/aws/html/genindex.html
/usr/share/doc/aws/html/high_level_services.html
/usr/share/doc/aws/html/index.html
/usr/share/doc/aws/html/introduction.html
/usr/share/doc/aws/html/jabber.html
/usr/share/doc/aws/html/ldap.html
/usr/share/doc/aws/html/objects.inv
/usr/share/doc/aws/html/resources.html
/usr/share/doc/aws/html/rfc.html
/usr/share/doc/aws/html/search.html
/usr/share/doc/aws/html/searchindex.js
/usr/share/doc/aws/html/status_page.html
/usr/share/doc/aws/html/using_aws.html
/usr/share/doc/aws/html/using_soap.html
/usr/share/doc/aws/html/using_wsdl.html
/usr/share/doc/aws/html/working_with_mails.html
/usr/share/doc/aws/pdf
/usr/share/doc/aws/pdf/aws.pdf

References

Summary

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