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

Last updated: May 02,2024

1. Install "python36-bottle" package

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

$ sudo zypper refresh $ sudo zypper install python36-bottle

2. Uninstall "python36-bottle" package

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

$ sudo zypper remove python36-bottle

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

Information for package python36-bottle:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-bottle
Version : 0.12.19-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 585,1 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.