How to Install and Uninstall python3-testpath.noarch Package on CentOS Stream 8

Last updated: July 02,2024

1. Install "python3-testpath.noarch" package

This guide let you learn how to install python3-testpath.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-testpath.noarch

2. Uninstall "python3-testpath.noarch" package

Please follow the instructions below to uninstall python3-testpath.noarch on CentOS Stream 8:

$ sudo dnf remove python3-testpath.noarch $ sudo dnf autoremove

3. Information about the python3-testpath.noarch package on CentOS Stream 8

Last metadata expiration check: 2:41:37 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-testpath
Version : 0.6.0
Release : 3.el8
Architecture : noarch
Size : 25 k
Source : python-testpath-0.6.0-3.el8.src.rpm
Repository : epel
Summary : Test utilities for code working with files and commands
URL : https://github.com/jupyter/testpath
License : MIT
Description :
:
: Testpath is a collection of utilities for Python code working with files and
: commands.
:
: It contains functions to check things on the filesystem, and tools for
: mocking system commands and recording calls to those.