How to Install and Uninstall python310-encore Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python310-encore" package

Learn how to install python310-encore on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-encore

2. Uninstall "python310-encore" package

This tutorial shows how to uninstall python310-encore on openSuSE Tumbleweed:

$ sudo zypper remove python310-encore

3. Information about the python310-encore package on openSuSE Tumbleweed

Information for package python310-encore:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-encore
Version : 0.8.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 912.5 KiB
Installed : No
Status : not installed
Source package : python-encore-0.8.0-2.1.src
Upstream URL : https://github.com/enthought/encore
Summary : Low-level core modules for building Python applications
Description :
This package consists of a collection of core utility packages useful
for building Python applications. This package is intended to be at
the bottom of the software stack and have zero required external
dependencies aside from the Python Standard Library.
Packages:
* Events: A package implementing a lightweight application-wide
Event dispatch system. Listeners can subscribe to events based
on Event type or by filtering on event attributes. Typical uses
include UI components listening to low-level progress
notifications and change notification for distributed resources.
* Storage: Abstract base classes and concrete implementations of a
basic key-value storage API. The API is intended to be general
purpose enough to support a variety of local and remote storage
systems.
* Concurrent: A package of tools for handling concurrency within
applications.
* Terminal: Some utilities for working with text-based terminal
displays.