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

Last updated: May 07,2024

1. Install "python3-pathlib" package

This tutorial shows how to install python3-pathlib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pathlib

2. Uninstall "python3-pathlib" package

In this section, we are going to explain the necessary steps to uninstall python3-pathlib on openSUSE Leap:

$ sudo zypper remove python3-pathlib

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

Information for package python3-pathlib:
----------------------------------------
Repository : Main Repository
Name : python3-pathlib
Version : 1.0.1-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 123.8 KiB
Installed : No
Status : not installed
Source package : python-pathlib-1.0.1-bp155.2.13.src
Upstream URL : https://pypi.python.org/pypi/pathlib
Summary : Object-oriented filesystem paths
Description :
pathlib offers a set of classes to handle filesystem paths.