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

Last updated: May 17,2024

1. Install "python310-pathspec" package

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

$ sudo zypper refresh $ sudo zypper install python310-pathspec

2. Uninstall "python310-pathspec" package

This is a short guide on how to uninstall python310-pathspec on openSuSE Tumbleweed:

$ sudo zypper remove python310-pathspec

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

Information for package python310-pathspec:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.