How to Install and Uninstall python3-pytest-postgresql.noarch Package on Fedora 39

Last updated: October 07,2024

1. Install "python3-pytest-postgresql.noarch" package

Please follow the guidelines below to install python3-pytest-postgresql.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pytest-postgresql.noarch

2. Uninstall "python3-pytest-postgresql.noarch" package

Please follow the guidelines below to uninstall python3-pytest-postgresql.noarch on Fedora 39:

$ sudo dnf remove python3-pytest-postgresql.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-postgresql.noarch package on Fedora 39

Last metadata expiration check: 1:24:04 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pytest-postgresql
Version : 4.1.1
Release : 3.fc39
Architecture : noarch
Size : 70 k
Source : python-pytest-postgresql-4.1.1-3.fc39.src.rpm
Repository : fedora
Summary : A pytest plugin for PostgreSQL database integration
URL : https://github.com/ClearcodeHQ/pytest-postgresql
License : LGPL-3.0-or-later
Description : This is a pytest plugin, that enables you to test your code that relies on a
: running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL
: process and client.