How to Install and Uninstall python3-pathlib2 Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-pathlib2" package

Please follow the step by step instructions below to install python3-pathlib2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pathlib2

2. Uninstall "python3-pathlib2" package

Please follow the steps below to uninstall python3-pathlib2 on openSUSE Leap:

$ sudo zypper remove python3-pathlib2

3. Information about the python3-pathlib2 package on openSUSE Leap

Information for package python3-pathlib2:
-----------------------------------------
Repository : Main Repository
Name : python3-pathlib2
Version : 2.3.2-3.8.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 154.4 KiB
Installed : No
Status : not installed
Source package : python-pathlib2-2.3.2-3.8.1.src
Upstream URL : https://pypi.python.org/pypi/pathlib2/
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.