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

Last updated: July 06,2024

1. Install "python312-bottle" package

This guide let you learn how to install python312-bottle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-bottle

2. Uninstall "python312-bottle" package

Please follow the guidance below to uninstall python312-bottle on openSuSE Tumbleweed:

$ sudo zypper remove python312-bottle

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

Information for package python312-bottle:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-bottle
Version : 0.12.25-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 733.5 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.