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

Last updated: October 13,2024

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

This is a short guide on how to install python3-pytest-flake8-path.noarch on Rocky Linux 9

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

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

Please follow the instructions below to uninstall python3-pytest-flake8-path.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:04:04 ago on Fri Feb 16 06:49:52 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.