How To Install python3-testing on Fedora 36

In this tutorial we learn how to install python3-testing in Fedora 36. python3-testing is Utilities for testing.* packages

Introduction

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

What is python3-testing

Utilities for testing.* packages.

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

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

sudo dnf -y install python3-testing

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

sudo yum -y install python3-testing

How To Uninstall python3-testing on Fedora 36

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

sudo dnf remove python3-testing

python3-testing Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/testing
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3.dist-info
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3.dist-info/LICENSE
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3.dist-info/METADATA
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3.dist-info/WHEEL
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3.dist-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/testing.common.database-2.0.3.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/testing/common
/usr/lib/python3.10/site-packages/testing/common/__pycache__
/usr/lib/python3.10/site-packages/testing/common/__pycache__/database.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testing/common/__pycache__/database.cpython-310.pyc
/usr/lib/python3.10/site-packages/testing/common/database.py
/usr/share/doc/python3-testing.common.database
/usr/share/doc/python3-testing.common.database/README.rst

References

Summary

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


title: “How To Install python3-testing on Fedora 36” linkTitle: “python3-testing” type: “docs” description: “In this tutorial we learn how to install python3-testing in Fedora 36. python3-testing is Automatically sets up a PostgreSQL testing instance” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/python3-testing-featured.png

Introduction

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

What is python3-testing

Automatically sets up a PostgreSQL instance in a temporary directory, and destroys it after testing.

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

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

sudo dnf -y install python3-testing

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

sudo yum -y install python3-testing

How To Uninstall python3-testing on Fedora 36

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

sudo dnf remove python3-testing

python3-testing Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0.dist-info
/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0.dist-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/testing.postgresql-1.3.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/testing/__pycache__
/usr/lib/python3.10/site-packages/testing/__pycache__/postgresql.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testing/__pycache__/postgresql.cpython-310.pyc
/usr/lib/python3.10/site-packages/testing/postgresql.py
/usr/share/doc/python3-testing.postgresql
/usr/share/doc/python3-testing.postgresql/README.rst

References

Summary

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