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

Last updated: July 03,2024

1. Install "python3-testpath.noarch" package

This guide let you learn how to install python3-testpath.noarch on Fedora 34

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

2. Uninstall "python3-testpath.noarch" package

Here is a brief guide to show you how to uninstall python3-testpath.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:59:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-testpath
Version : 0.4.4
Release : 4.fc34
Architecture : noarch
Size : 25 k
Source : python-testpath-0.4.4-4.fc34.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.