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

Last updated: May 05,2024

1. Install "python3-flexx" package

Please follow the steps below to install python3-flexx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-flexx

2. Uninstall "python3-flexx" package

Learn how to uninstall python3-flexx on openSUSE Leap:

$ sudo zypper remove python3-flexx

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

Information for package python3-flexx:
--------------------------------------
Repository : Main Repository
Name : python3-flexx
Version : 0.8.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-flexx-0.8.0-bp155.2.11.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.