How to Install and Uninstall python3-pytest-flake8-path Package on Kali Linux

Last updated: July 01,2024

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

Please follow the step by step instructions below to install python3-pytest-flake8-path on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-flake8-path

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

This tutorial shows how to uninstall python3-pytest-flake8-path on Kali Linux:

$ sudo apt remove python3-pytest-flake8-path $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-flake8-path package on Kali Linux

Package: python3-pytest-flake8-path
Source: pytest-flake8-path
Version: 1.5.0-2
Installed-Size: 31
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flake8, python3-pytest, python3:any
Size: 6560
SHA256: f067ea6e8a8314f8dbc2dbf14d7e716a7acdfe899d7becc68940019edd785162
SHA1: fb268e45c07196847389cd011d7aeb851e958544
MD5sum: 04e055a07928e5ac35820dea25181751
Description: pytest fixture for testing flake8 plugins (Python 3)
Provides a fixture that wraps Pytest's built-in tmp_path fixture, to create a
temporary directory, allow adding files, and running flake8.
.
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.
.
This package installs the library for Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/adamchainz/pytest-flake8-path
Section: python
Priority: optional
Filename: pool/main/p/pytest-flake8-path/python3-pytest-flake8-path_1.5.0-2_all.deb

5. The same packages on other Linux Distributions