How to Install and Uninstall python3-pathspec Package on openSUSE Leap

Last updated: September 20,2024

1. Install "python3-pathspec" package

Please follow the guidance below to install python3-pathspec on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pathspec

2. Uninstall "python3-pathspec" package

Please follow the guidelines below to uninstall python3-pathspec on openSUSE Leap:

$ sudo zypper remove python3-pathspec

3. Information about the python3-pathspec package on openSUSE Leap

Information for package python3-pathspec:
-----------------------------------------
Repository : Main Repository
Name : python3-pathspec
Version : 0.7.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 191.9 KiB
Installed : No
Status : not installed
Source package : python-pathspec-0.7.0-bp155.2.11.src
Upstream URL : https://github.com/cpburnz/python-path-specification
Summary : Utility library for gitignore style pattern matching of file paths
Description :
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.