How to Install and Uninstall python-dialog Package on openSUSE Leap

Last updated: April 30,2024

1. Install "python-dialog" package

Here is a brief guide to show you how to install python-dialog on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-dialog

2. Uninstall "python-dialog" package

This tutorial shows how to uninstall python-dialog on openSUSE Leap:

$ sudo zypper remove python-dialog

3. Information about the python-dialog package on openSUSE Leap

Information for package python-dialog:
--------------------------------------
Repository : Main Repository
Name : python-dialog
Version : 3.3.0-bp153.1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 504,4 KiB
Installed : No
Status : not installed
Source package : python-dialog-3.3.0-bp153.1.12.src
Summary : A Python interface to the Unix dialog utility
Description :
A Python interface to the Unix dialog utility, designed to provide an
easy, pythonic and as complete as possible way to use the dialog
features from Python code.