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

Last updated: June 28,2024

1. Install "python2-pathlib2" package

Here is a brief guide to show you how to install python2-pathlib2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pathlib2

2. Uninstall "python2-pathlib2" package

This is a short guide on how to uninstall python2-pathlib2 on openSUSE Leap:

$ sudo zypper remove python2-pathlib2

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

Information for package python2-pathlib2:
-----------------------------------------
Repository : Main Repository
Name : python2-pathlib2
Version : 2.3.2-3.8.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 174,9 KiB
Installed : No
Status : not installed
Source package : python-pathlib2-2.3.2-3.8.1.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.