How To Install python3-openqa_client on Fedora 36

In this tutorial we learn how to install python3-openqa_client in Fedora 36. python3-openqa_client is Python client library for openQA API

Introduction

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

What is python3-openqa_client

The openqa_client Python library provides convenient access to the openQA web API, using the requests HTTP request library.

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

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

sudo dnf -y install python3-openqa_client

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

sudo yum -y install python3-openqa_client

How To Uninstall python3-openqa_client on Fedora 36

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

sudo dnf remove python3-openqa_client

python3-openqa_client Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/openqa_client
/usr/lib/python3.10/site-packages/openqa_client-4.1.1.dist-info
/usr/lib/python3.10/site-packages/openqa_client-4.1.1.dist-info/COPYING
/usr/lib/python3.10/site-packages/openqa_client-4.1.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/openqa_client-4.1.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/openqa_client-4.1.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/openqa_client-4.1.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/openqa_client/__init__.py
/usr/lib/python3.10/site-packages/openqa_client/__pycache__
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/openqa_client/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/openqa_client/client.py
/usr/lib/python3.10/site-packages/openqa_client/const.py
/usr/lib/python3.10/site-packages/openqa_client/exceptions.py
/usr/share/doc/python3-openqa_client
/usr/share/doc/python3-openqa_client/CHANGELOG.md
/usr/share/doc/python3-openqa_client/README.md
/usr/share/licenses/python3-openqa_client
/usr/share/licenses/python3-openqa_client/COPYING

References

Summary

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