How to Install and Uninstall python3-dialog.noarch Package on CentOS 8 / RHEL 8

Last updated: October 07,2024

1. Install "python3-dialog.noarch" package

Please follow the guidance below to install python3-dialog.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-dialog.noarch" package

Please follow the steps below to uninstall python3-dialog.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-dialog.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:49:52 ago on Sun May 9 13:03:46 2021.
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.