How to Install and Uninstall python3-dialog.noarch Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "python3-dialog.noarch" package

Please follow the instructions below to install python3-dialog.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-dialog.noarch

2. Uninstall "python3-dialog.noarch" package

Please follow the guidelines below to uninstall python3-dialog.noarch on Oracle Linux 8:

$ sudo dnf remove python3-dialog.noarch $ sudo dnf autoremove

3. Information about the python3-dialog.noarch package on Oracle Linux 8

Last metadata expiration check: 3:02:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-dialog
Version : 3.3.0
Release : 22.el8
Architecture : noarch
Size : 96 k
Source : python-dialog-3.3.0-22.el8.src.rpm
Repository : epel
Summary : Python interface to the Unix dialog utility
URL : http://pythondialog.sourceforge.net
License : LGPLv2+
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.