How to Install and Uninstall python3-traits Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-traits" package

Please follow the step by step instructions below to install python3-traits on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-traits

2. Uninstall "python3-traits" package

This is a short guide on how to uninstall python3-traits on openSUSE Leap:

$ sudo zypper remove python3-traits

3. Information about the python3-traits package on openSUSE Leap

Information for package python3-traits:
---------------------------------------
Repository : Main Repository
Name : python3-traits
Version : 6.3.1-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 9.4 MiB
Installed : No
Status : not installed
Source package : python-traits-6.3.1-bp155.2.12.src
Upstream URL : https://github.com/enthought/traits
Summary : Explicitly typed attributes for Python
Description :
The traits package developed by Enthought provides a special type definition
called a trait. Although they can be used as normal Python object attributes,
traits also have several additional characteristics:
* Initialization: A trait can be assigned a default value.
* Validation: A trait attribute's type can be explicitly declared.
* Delegation: The value of a trait attribute can be contained either
in another object.
* Notification: Setting the value of a trait attribute can trigger
notification of other parts of the program.
* Visualization: User interfaces that permit the interactive
modification of a trait's value can be automatically constructed
using the trait's definition.
Part of the Enthought Tool Suite (ETS).