How to Install and Uninstall python3-dialog.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "python3-dialog.noarch" package

Please follow the guidelines below to install python3-dialog.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-dialog.noarch" package

This tutorial shows how to uninstall python3-dialog.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-dialog.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:02:21 ago on Mon Feb 26 15:59:38 2024.
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.