How To Install python3-aioftp on Fedora 36

In this tutorial we learn how to install python3-aioftp in Fedora 36. python3-aioftp is FTP client/server for asyncio

Introduction

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

What is python3-aioftp

FTP client/server for asyncio.

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

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

sudo dnf -y install python3-aioftp

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

sudo yum -y install python3-aioftp

How To Uninstall python3-aioftp on Fedora 36

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

sudo dnf remove python3-aioftp

python3-aioftp Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/aioftp
/usr/lib/python3.10/site-packages/aioftp-0.18.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/aioftp-0.18.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/aioftp-0.18.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/aioftp-0.18.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/aioftp-0.18.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/aioftp-0.18.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/aioftp/__init__.py
/usr/lib/python3.10/site-packages/aioftp/__main__.py
/usr/lib/python3.10/site-packages/aioftp/__pycache__
/usr/lib/python3.10/site-packages/aioftp/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/common.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/pathio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/pathio.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioftp/__pycache__/server.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioftp/client.py
/usr/lib/python3.10/site-packages/aioftp/common.py
/usr/lib/python3.10/site-packages/aioftp/errors.py
/usr/lib/python3.10/site-packages/aioftp/pathio.py
/usr/lib/python3.10/site-packages/aioftp/server.py
/usr/share/doc/python3-aioftp
/usr/share/doc/python3-aioftp/README.rst
/usr/share/licenses/python3-aioftp
/usr/share/licenses/python3-aioftp/license.txt

References

Summary

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