How to Install and Uninstall python3-pytest-postgresql.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

Please follow the guidance below to install python3-pytest-postgresql.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall python3-pytest-postgresql.noarch on Oracle Linux 9:

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

3. Information about the python3-pytest-postgresql.noarch package on Oracle Linux 9

Last metadata expiration check: 2:38:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pytest-postgresql
Version : 3.1.3
Release : 3.el9
Architecture : noarch
Size : 54 k
Source : python-pytest-postgresql-3.1.3-3.el9.src.rpm
Repository : epel
Summary : A pytest plugin for PostgreSQL database integration
URL : https://github.com/ClearcodeHQ/pytest-postgresql
License : LGPLv3+
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.