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

Last updated: July 07,2024

1. Install "python310-flexx" package

In this section, we are going to explain the necessary steps to install python310-flexx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-flexx

2. Uninstall "python310-flexx" package

This guide covers the steps necessary to uninstall python310-flexx on openSuSE Tumbleweed:

$ sudo zypper remove python310-flexx

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

Information for package python310-flexx:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-flexx
Version : 0.8.4-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-flexx-0.8.4-1.7.src
Upstream URL : https://github.com/flexxui/flexx
Summary : Python toolkit for creating graphical user interfaces
Description :
Flexx is a pure Python toolkit for creating graphical user interfaces
(GUIs), that uses web technology for its rendering. Apps are written
purely in Python; Flexx's transpiler generates the necessary JavaScript
on the fly.
Flexx can be used to create (cross platform) desktop applications, web
applications, and (if designed well) export an app to a standalone HTML
document. It also works in the Jupyter notebook.