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

Last updated: July 05,2024

1. Install "python2-dialite" package

This guide let you learn how to install python2-dialite on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-dialite

2. Uninstall "python2-dialite" package

Learn how to uninstall python2-dialite on openSUSE Leap:

$ sudo zypper remove python2-dialite

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

Information for package python2-dialite:
----------------------------------------
Repository : Main Repository
Name : python2-dialite
Version : 0.5.2-bp153.1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 51,1 KiB
Installed : No
Status : not installed
Source package : python-dialite-0.5.2-bp153.1.23.src
Summary : Python library to show simple dialogs
Description :
Dialite is a pure Python package to show dialogs. It provides a
handful of functions, each a verb, that can be used to inform(),
warn() or fail() the user, or to ask_ok(), ask_retry() or
ask_yesno().
Dialite can show graphical dialogs, and falls back to a terminal
interface if dialogs are unavailable (e.g. if not supported by the
platform, or for SSH connections).