How to Install and Uninstall python311-traits Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python311-traits" package

Please follow the steps below to install python311-traits on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-traits

2. Uninstall "python311-traits" package

This tutorial shows how to uninstall python311-traits on openSuSE Tumbleweed:

$ sudo zypper remove python311-traits

3. Information about the python311-traits package on openSuSE Tumbleweed

Information for package python311-traits:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-traits
Version : 6.4.3-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 9.3 MiB
Installed : No
Status : not installed
Source package : python-traits-6.4.3-1.4.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).