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

Last updated: October 06,2024

1. Install "python3-pytest-flake8-path.noarch" package

In this section, we are going to explain the necessary steps to install python3-pytest-flake8-path.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-pytest-flake8-path.noarch

2. Uninstall "python3-pytest-flake8-path.noarch" package

This guide covers the steps necessary to uninstall python3-pytest-flake8-path.noarch on Oracle Linux 9:

$ sudo dnf remove python3-pytest-flake8-path.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:27:58 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pytest-flake8-path
Version : 1.3.0
Release : 1.el9
Architecture : noarch
Size : 15 k
Source : python-pytest-flake8-path-1.3.0-1.el9.src.rpm
Repository : epel
Summary : A pytest fixture for testing flake8 plugins
URL : https://github.com/adamchainz/pytest-flake8-path
License : MIT
Description : pytest-flake8-path is the successor to pytest-flake8dir. pytest-flake8dir was
: based upon pytest’s tmpdir fixture, which returned a legacy py.path.local
: object. Since version 3.9.0, pytest has provided the tmp_path fixture, which
: returns a standard library pathlib.Path object. pytest-flake8-path is a
: rewrite of pytest-flake8dir to use tmp_path instead of tmpdir.