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

Last updated: May 19,2024

1. Install "python38-pathlib2" package

Learn how to install python38-pathlib2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pathlib2

2. Uninstall "python38-pathlib2" package

This guide let you learn how to uninstall python38-pathlib2 on openSuSE Tumbleweed:

$ sudo zypper remove python38-pathlib2

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

Information for package python38-pathlib2:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pathlib2
Version : 2.3.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 169,4 KiB
Installed : No
Status : not installed
Source package : python-pathlib2-2.3.6-1.2.src
Summary : Object-oriented filesystem paths
Description :
The goal of pathlib2 is to provide a backport of
`standard pathlib `_
module which tracks the standard library module,
so all the newest features of the standard pathlib can be
used also on older Python versions.