How To Install python3-wikitcms on Fedora 36

In this tutorial we learn how to install python3-wikitcms in Fedora 36. python3-wikitcms is Fedora QA wiki test management Python library

Introduction

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

What is python3-wikitcms

python-wikitcms is a library for interacting with Fedora’s wiki-based ’test management’ system. It can * Create the pages for release validation test events * Find existing release validation event pages, in various ways * Report test results The wiki-based test management system itself is documented at https This is the Python 3 build.

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

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

sudo dnf -y install python3-wikitcms

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

sudo yum -y install python3-wikitcms

How To Uninstall python3-wikitcms on Fedora 36

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

sudo dnf remove python3-wikitcms

python3-wikitcms Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/wikitcms
/usr/lib/python3.10/site-packages/wikitcms-2.6.6.dist-info
/usr/lib/python3.10/site-packages/wikitcms-2.6.6.dist-info/COPYING
/usr/lib/python3.10/site-packages/wikitcms-2.6.6.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/wikitcms-2.6.6.dist-info/METADATA
/usr/lib/python3.10/site-packages/wikitcms-2.6.6.dist-info/WHEEL
/usr/lib/python3.10/site-packages/wikitcms-2.6.6.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/wikitcms/__init__.py
/usr/lib/python3.10/site-packages/wikitcms/__pycache__
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/event.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/event.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/listing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/listing.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/page.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/page.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/release.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/release.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/result.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/result.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/wiki.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wikitcms/__pycache__/wiki.cpython-310.pyc
/usr/lib/python3.10/site-packages/wikitcms/event.py
/usr/lib/python3.10/site-packages/wikitcms/exceptions.py
/usr/lib/python3.10/site-packages/wikitcms/helpers.py
/usr/lib/python3.10/site-packages/wikitcms/listing.py
/usr/lib/python3.10/site-packages/wikitcms/page.py
/usr/lib/python3.10/site-packages/wikitcms/release.py
/usr/lib/python3.10/site-packages/wikitcms/result.py
/usr/lib/python3.10/site-packages/wikitcms/wiki.py
/usr/share/doc/python3-wikitcms
/usr/share/doc/python3-wikitcms/README.md
/usr/share/licenses/python3-wikitcms
/usr/share/licenses/python3-wikitcms/COPYING

References

Summary

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