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

Last updated: July 02,2024

1. Install "python3-parse" package

In this section, we are going to explain the necessary steps to install python3-parse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-parse

2. Uninstall "python3-parse" package

This guide covers the steps necessary to uninstall python3-parse on openSUSE Leap:

$ sudo zypper remove python3-parse

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

Information for package python3-parse:
--------------------------------------
Repository : Main Repository
Name : python3-parse
Version : 1.15.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 167.5 KiB
Installed : No
Status : not installed
Source package : python-parse-1.15.0-bp155.2.13.src
Upstream URL : https://github.com/r1chardj0n3s/parse
Summary : Python module for parsing strings using a "format" syntax
Description :
Parse strings using a specification based on the Python format() syntax.