How To Install python3-types-boto on Fedora 36

In this tutorial we learn how to install python3-types-boto in Fedora 36. python3-types-boto is Typing stubs for boto

Introduction

In this tutorial we learn how to install python3-types-boto on Fedora 36.

What is python3-types-boto

This is a PEP 561 type stub package for the boto package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses boto. The source for this package can be found at https and metadata should be contributed there. See https

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

Install python3-types-boto 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 python3-types-boto using dnf by running the following command:

sudo dnf -y install python3-types-boto

Install python3-types-boto 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 python3-types-boto using yum by running the following command:

sudo yum -y install python3-types-boto

How To Uninstall python3-types-boto on Fedora 36

To uninstall only the python3-types-boto package we can use the following command:

sudo dnf remove python3-types-boto

python3-types-boto Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/boto-stubs
/usr/lib/python3.10/site-packages/boto-stubs/METADATA.toml
/usr/lib/python3.10/site-packages/boto-stubs/__init__.pyi
/usr/lib/python3.10/site-packages/boto-stubs/auth.pyi
/usr/lib/python3.10/site-packages/boto-stubs/auth_handler.pyi
/usr/lib/python3.10/site-packages/boto-stubs/compat.pyi
/usr/lib/python3.10/site-packages/boto-stubs/connection.pyi
/usr/lib/python3.10/site-packages/boto-stubs/ec2
/usr/lib/python3.10/site-packages/boto-stubs/ec2/__init__.pyi
/usr/lib/python3.10/site-packages/boto-stubs/elb
/usr/lib/python3.10/site-packages/boto-stubs/elb/__init__.pyi
/usr/lib/python3.10/site-packages/boto-stubs/exception.pyi
/usr/lib/python3.10/site-packages/boto-stubs/kms
/usr/lib/python3.10/site-packages/boto-stubs/kms/__init__.pyi
/usr/lib/python3.10/site-packages/boto-stubs/kms/exceptions.pyi
/usr/lib/python3.10/site-packages/boto-stubs/kms/layer1.pyi
/usr/lib/python3.10/site-packages/boto-stubs/plugin.pyi
/usr/lib/python3.10/site-packages/boto-stubs/regioninfo.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3
/usr/lib/python3.10/site-packages/boto-stubs/s3/__init__.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/acl.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/bucket.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/bucketlistresultset.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/bucketlogging.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/connection.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/cors.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/deletemarker.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/key.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/keyfile.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/lifecycle.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/multidelete.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/multipart.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/prefix.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/tagging.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/user.pyi
/usr/lib/python3.10/site-packages/boto-stubs/s3/website.pyi
/usr/lib/python3.10/site-packages/boto-stubs/utils.pyi
/usr/lib/python3.10/site-packages/types_boto-2.49.2.dist-info
/usr/lib/python3.10/site-packages/types_boto-2.49.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/types_boto-2.49.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/types_boto-2.49.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/types_boto-2.49.2.dist-info/top_level.txt
/usr/share/doc/python3-types-boto
/usr/share/doc/python3-types-boto/CHANGELOG.md

References

Summary

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