How to Install and Uninstall python3-pathspec.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "python3-pathspec.noarch" package

Please follow the step by step instructions below to install python3-pathspec.noarch on Fedora 39

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

2. Uninstall "python3-pathspec.noarch" package

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

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

3. Information about the python3-pathspec.noarch package on Fedora 39

Last metadata expiration check: 2:27:40 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pathspec
Version : 0.12.1
Release : 1.fc39
Architecture : noarch
Size : 61 k
Source : python-pathspec-0.12.1-1.fc39.src.rpm
Repository : updates
Summary : Utility library for gitignore style pattern matching of file paths
URL : https://github.com/cpburnz/python-path-specification
License : MPL-2.0
Description : Path Specification (pathspec) is a utility library for pattern matching of file
: paths. So far this only includes Git's wildmatch pattern matching which itself
: is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.