How to Install and Uninstall python2-traitsui Package on openSUSE Leap

Last updated: June 26,2024

1. Install "python2-traitsui" package

This is a short guide on how to install python2-traitsui on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-traitsui

2. Uninstall "python2-traitsui" package

Please follow the guidelines below to uninstall python2-traitsui on openSUSE Leap:

$ sudo zypper remove python2-traitsui

3. Information about the python2-traitsui package on openSUSE Leap

Information for package python2-traitsui:
-----------------------------------------
Repository : Main Repository
Name : python2-traitsui
Version : 6.0.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 7,9 MiB
Installed : No
Status : not installed
Source package : python-traitsui-6.0.0-bp153.1.15.src
Summary : Traits-capable windowing framework
Description :
The TraitsGUI project contains a toolkit-independent GUI abstraction layer
(known as Pyface), which is used to support the "visualization" features of
the Traits package. Thus, you can write code in terms of the Traits API
(views, items, editors, etc.), and let TraitsGUI and your selected toolkit
and back-end take care of the details of displaying them.
Part of the Enthought Tool Suite (ETS).