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

Last updated: May 11,2024

1. Install "python36-pathlib2" package

Here is a brief guide to show you how to install python36-pathlib2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pathlib2

2. Uninstall "python36-pathlib2" package

Please follow the guidelines below to uninstall python36-pathlib2 on openSuSE Tumbleweed:

$ sudo zypper remove python36-pathlib2

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

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