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

Last updated: April 29,2024

1. Install "python38-bottle" package

This guide covers the steps necessary to install python38-bottle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-bottle

2. Uninstall "python38-bottle" package

Please follow the steps below to uninstall python38-bottle on openSuSE Tumbleweed:

$ sudo zypper remove python38-bottle

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

Information for package python38-bottle:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-bottle
Version : 0.12.19-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 583,3 KiB
Installed : No
Status : not installed
Source package : python-bottle-0.12.19-1.8.src
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.