How To Install python3-s3transfer on Fedora 36

In this tutorial we learn how to install python3-s3transfer in Fedora 36. python3-s3transfer is Amazon S3 Transfer Manager

Introduction

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

What is python3-s3transfer

S3transfer is a Python library for managing Amazon S3 transfers. Python 3 version.

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

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

sudo dnf -y install python3-s3transfer

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

sudo yum -y install python3-s3transfer

How To Uninstall python3-s3transfer on Fedora 36

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

sudo dnf remove python3-s3transfer

python3-s3transfer Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/s3transfer
/usr/lib/python3.10/site-packages/s3transfer-0.5.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/s3transfer-0.5.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/s3transfer-0.5.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/s3transfer-0.5.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/s3transfer-0.5.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/s3transfer-0.5.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/s3transfer/__init__.py
/usr/lib/python3.10/site-packages/s3transfer/__pycache__
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/bandwidth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/bandwidth.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/copies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/copies.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/crt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/crt.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/delete.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/delete.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/download.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/download.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/futures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/futures.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/processpool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/processpool.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/subscribers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/subscribers.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/tasks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/tasks.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/upload.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/upload.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/s3transfer/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/s3transfer/bandwidth.py
/usr/lib/python3.10/site-packages/s3transfer/compat.py
/usr/lib/python3.10/site-packages/s3transfer/constants.py
/usr/lib/python3.10/site-packages/s3transfer/copies.py
/usr/lib/python3.10/site-packages/s3transfer/crt.py
/usr/lib/python3.10/site-packages/s3transfer/delete.py
/usr/lib/python3.10/site-packages/s3transfer/download.py
/usr/lib/python3.10/site-packages/s3transfer/exceptions.py
/usr/lib/python3.10/site-packages/s3transfer/futures.py
/usr/lib/python3.10/site-packages/s3transfer/manager.py
/usr/lib/python3.10/site-packages/s3transfer/processpool.py
/usr/lib/python3.10/site-packages/s3transfer/subscribers.py
/usr/lib/python3.10/site-packages/s3transfer/tasks.py
/usr/lib/python3.10/site-packages/s3transfer/upload.py
/usr/lib/python3.10/site-packages/s3transfer/utils.py
/usr/share/doc/python3-s3transfer
/usr/share/doc/python3-s3transfer/README.rst
/usr/share/licenses/python3-s3transfer
/usr/share/licenses/python3-s3transfer/LICENSE.txt

References

Summary

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