How to Install and Uninstall python39-pathspec Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-pathspec" package

Please follow the step by step instructions below to install python39-pathspec on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pathspec

2. Uninstall "python39-pathspec" package

This guide let you learn how to uninstall python39-pathspec on openSuSE Tumbleweed:

$ sudo zypper remove python39-pathspec

3. Information about the python39-pathspec package on openSuSE Tumbleweed

Information for package python39-pathspec:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pathspec
Version : 0.12.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 178.5 KiB
Installed : No
Status : not installed
Source package : python-pathspec-0.12.1-1.4.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.