How To Install python3-port-for on Fedora 36

In this tutorial we learn how to install python3-port-for in Fedora 36. python3-port-for is Utility that helps with local TCP ports management

Introduction

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

What is python3-port-for

It can find an unused TCP local host port and remember the association.

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

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

sudo dnf -y install python3-port-for

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

sudo yum -y install python3-port-for

How To Uninstall python3-port-for on Fedora 36

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

sudo dnf remove python3-port-for

python3-port-for Package Contents on Fedora 36

/usr/bin/port-for
/usr/lib/python3.10/site-packages/port_for
/usr/lib/python3.10/site-packages/port_for-0.6.2.dist-info
/usr/lib/python3.10/site-packages/port_for-0.6.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/port_for-0.6.2.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/port_for-0.6.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/port_for-0.6.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/port_for-0.6.2.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/port_for/__init__.py
/usr/lib/python3.10/site-packages/port_for/__pycache__
/usr/lib/python3.10/site-packages/port_for/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/_download_ranges.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/_download_ranges.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/_ranges.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/_ranges.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/docopt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/docopt.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/ephemeral.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/ephemeral.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/store.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/port_for/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/port_for/_download_ranges.py
/usr/lib/python3.10/site-packages/port_for/_ranges.py
/usr/lib/python3.10/site-packages/port_for/api.py
/usr/lib/python3.10/site-packages/port_for/docopt.py
/usr/lib/python3.10/site-packages/port_for/ephemeral.py
/usr/lib/python3.10/site-packages/port_for/exceptions.py
/usr/lib/python3.10/site-packages/port_for/py.typed
/usr/lib/python3.10/site-packages/port_for/store.py
/usr/lib/python3.10/site-packages/port_for/utils.py
/usr/share/doc/python3-port-for
/usr/share/doc/python3-port-for/CHANGES.rst
/usr/share/doc/python3-port-for/README.rst
/usr/share/licenses/python3-port-for
/usr/share/licenses/python3-port-for/LICENSE.txt

References

Summary

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