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

Last updated: May 20,2024

1. Install "python39-pathlib2" package

Please follow the guidelines below to install python39-pathlib2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pathlib2

2. Uninstall "python39-pathlib2" package

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

$ sudo zypper remove python39-pathlib2

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

Information for package python39-pathlib2:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pathlib2
Version : 2.3.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 169,3 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.