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

Last updated: October 05,2024

1. Install "python311-bottle" package

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

$ sudo zypper refresh $ sudo zypper install python311-bottle

2. Uninstall "python311-bottle" package

Please follow the step by step instructions below to uninstall python311-bottle on openSuSE Tumbleweed:

$ sudo zypper remove python311-bottle

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

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