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

Last updated: October 05,2024

1. Install "python310-bottle" package

Please follow the instructions below to install python310-bottle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-bottle

2. Uninstall "python310-bottle" package

Please follow the instructions below to uninstall python310-bottle on openSuSE Tumbleweed:

$ sudo zypper remove python310-bottle

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

Information for package python310-bottle:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-bottle
Version : 0.12.25-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 588.7 KiB
Installed : No
Status : not installed
Source package : python-bottle-0.12.25-6.4.src
Upstream URL : https://bottlepy.org/
Summary : WSGI framework for small web applications
Description :
Bottle is a micro-framework for small web applications. It offers
request dispatching (routes) with URL parameter support, templates, a
built-in HTTP server, and adapters for many third party WSGI/HTTP
servers and template engines. This is all in a single file and with
no dependencies other than the Python Standard Library.