How to Install and Uninstall python3-traitsui.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "python3-traitsui.noarch" package

This tutorial shows how to install python3-traitsui.noarch on Fedora 35

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

2. Uninstall "python3-traitsui.noarch" package

This guide let you learn how to uninstall python3-traitsui.noarch on Fedora 35:

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

3. Information about the python3-traitsui.noarch package on Fedora 35

Last metadata expiration check: 3:30:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-traitsui
Version : 7.2.1
Release : 2.fc35
Architecture : noarch
Size : 1.6 M
Source : python-traitsui-7.2.1-2.fc35.src.rpm
Repository : fedora
Summary : User interface tools designed to complement Traits
URL : https://github.com/enthought/traitsui
License : BSD and EPL and LGPLv2 and GPLv2+
Description : The TraitsUI package is a set of user interface tools designed to complement
: Traits. In the simplest case, it can automatically generate a user interface
: for editing a Traits-based object, with no additional coding on the part of
: the programmer-user. In more sophisticated uses, it can implement a Model-
: View-Controller (MVC) design pattern for Traits-based objects.
:
: Python 3 version.