How To Install python3-pyct on Fedora 36

In this tutorial we learn how to install python3-pyct in Fedora 36. python3-pyct is Python packaging Common Tasks

Introduction

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

What is python3-pyct

A utility package that includes 1. pyct.cmd sophisticated plugin system, just a try import/except in the other packages.) The same commands are available from within python. Can either add new subcommands to an existing argparse based command if the module has an existing command, or create the entire command if the module has no existing command. Currently, there are commands for copying examples and fetching data. 2. pyct.build as a convenience for project maintainers.

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

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

sudo dnf -y install python3-pyct

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

sudo yum -y install python3-pyct

How To Uninstall python3-pyct on Fedora 36

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

sudo dnf remove python3-pyct

python3-pyct Package Contents on Fedora 36

/usr/bin/pyct
/usr/lib/python3.10/site-packages/pyct
/usr/lib/python3.10/site-packages/pyct-0.4.8.dist-info
/usr/lib/python3.10/site-packages/pyct-0.4.8.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pyct-0.4.8.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/pyct-0.4.8.dist-info/METADATA
/usr/lib/python3.10/site-packages/pyct-0.4.8.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pyct-0.4.8.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/pyct-0.4.8.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/pyct/.version
/usr/lib/python3.10/site-packages/pyct/__init__.py
/usr/lib/python3.10/site-packages/pyct/__main__.py
/usr/lib/python3.10/site-packages/pyct/__pycache__
/usr/lib/python3.10/site-packages/pyct/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/build.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/build.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/cmd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/cmd.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/report.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/__pycache__/report.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/build.py
/usr/lib/python3.10/site-packages/pyct/cmd.py
/usr/lib/python3.10/site-packages/pyct/report.py
/usr/lib/python3.10/site-packages/pyct/tests
/usr/lib/python3.10/site-packages/pyct/tests/__init__.py
/usr/lib/python3.10/site-packages/pyct/tests/__pycache__
/usr/lib/python3.10/site-packages/pyct/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/tests/__pycache__/test_cmd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/tests/__pycache__/test_cmd.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/tests/__pycache__/test_report.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyct/tests/__pycache__/test_report.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyct/tests/test_cmd.py
/usr/lib/python3.10/site-packages/pyct/tests/test_report.py
/usr/share/doc/python3-pyct
/usr/share/doc/python3-pyct/README.md
/usr/share/man/man1/pyct-report.1.gz
/usr/share/man/man1/pyct.1.gz

References

Summary

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