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

Last updated: November 05,2024

1. Install "python3-dialite" package

Here is a brief guide to show you how to install python3-dialite on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dialite

2. Uninstall "python3-dialite" package

This is a short guide on how to uninstall python3-dialite on openSUSE Leap:

$ sudo zypper remove python3-dialite

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

Information for package python3-dialite:
----------------------------------------
Repository : Main Repository
Name : python3-dialite
Version : 0.5.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 58.3 KiB
Installed : No
Status : not installed
Source package : python-dialite-0.5.2-bp155.2.12.src
Upstream URL : http://dialite.readthedocs.io
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).