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

Last updated: October 06,2024

1. Install "python3-dialog.noarch" package

Learn how to install python3-dialog.noarch on CentOS Stream 8

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

2. Uninstall "python3-dialog.noarch" package

Please follow the step by step instructions below to uninstall python3-dialog.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 6:32:49 ago on Sun Feb 25 03:03:59 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.