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

Last updated: June 30,2024

1. Install "python38-pathspec" package

This is a short guide on how to install python38-pathspec on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pathspec

2. Uninstall "python38-pathspec" package

This tutorial shows how to uninstall python38-pathspec on openSuSE Tumbleweed:

$ sudo zypper remove python38-pathspec

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

Information for package python38-pathspec:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pathspec
Version : 0.8.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 221,7 KiB
Installed : No
Status : not installed
Source package : python-pathspec-0.8.1-2.2.src
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.