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

Last updated: October 07,2024

1. Install "python3-pyface.noarch" package

Here is a brief guide to show you how to install python3-pyface.noarch on CentOS Stream 8

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

2. Uninstall "python3-pyface.noarch" package

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

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

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

Last metadata expiration check: 2:03:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pyface
Version : 6.1.2
Release : 3.el8
Architecture : noarch
Size : 1.3 M
Source : python-pyface-6.1.2-3.el8.src.rpm
Repository : epel
Summary : Generic User Interface objects
URL : https://github.com/enthought/pyface
License : BSD and EPL and LGPLv2+ and Public Domain
Description : Pyface enables programmers to interact with generic UI objects, such as
: an "MDI Application Window", rather than with raw UI widgets. (Pyface is
: named by analogy to JFace in Java.) Traits uses Pyface to implement
: views and editors for displaying and editing Traits-based objects.
:
: Python 3 version.