How to Install and Uninstall python3-pyface.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "python3-pyface.noarch" package

This tutorial shows how to install python3-pyface.noarch on Fedora 34

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

2. Uninstall "python3-pyface.noarch" package

This guide let you learn how to uninstall python3-pyface.noarch on Fedora 34:

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

3. Information about the python3-pyface.noarch package on Fedora 34

Last metadata expiration check: 1:52:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pyface
Version : 7.2.0
Release : 3.fc34
Architecture : noarch
Size : 1.4 M
Source : python-pyface-7.2.0-3.fc34.src.rpm
Repository : fedora
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.