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

Last updated: May 19,2024

1. Install "python3-testpath.noarch" package

In this section, we are going to explain the necessary steps to install python3-testpath.noarch on Fedora 35

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

2. Uninstall "python3-testpath.noarch" package

Please follow the guidelines below to uninstall python3-testpath.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:00:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-testpath
Version : 0.5.0
Release : 2.fc35
Architecture : noarch
Size : 26 k
Source : python-testpath-0.5.0-2.fc35.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.