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

Last updated: July 01,2024

1. Install "python311-flexx" package

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

$ sudo zypper refresh $ sudo zypper install python311-flexx

2. Uninstall "python311-flexx" package

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

$ sudo zypper remove python311-flexx

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

Information for package python311-flexx:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-flexx
Version : 0.8.4-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 2.7 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.