How to Install and Uninstall python3-testpath.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-testpath.noarch" package

Please follow the step by step instructions below to install python3-testpath.noarch on Fedora 36

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

2. Uninstall "python3-testpath.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-testpath.noarch on Fedora 36:

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

3. Information about the python3-testpath.noarch package on Fedora 36

Last metadata expiration check: 3:44:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-testpath
Version : 0.5.0
Release : 3.fc36
Architecture : noarch
Size : 26 k
Source : python-testpath-0.5.0-3.fc36.src.rpm
Repository : fedora
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.