How to Install and Uninstall python3-bottle Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-bottle" package

This guide let you learn how to install python3-bottle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bottle

2. Uninstall "python3-bottle" package

This guide let you learn how to uninstall python3-bottle on openSUSE Leap:

$ sudo zypper remove python3-bottle

3. Information about the python3-bottle package on openSUSE Leap

Information for package python3-bottle:
---------------------------------------
Repository : Main Repository
Name : python3-bottle
Version : 0.12.13-150000.3.6.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 728.7 KiB
Installed : No
Status : not installed
Source package : python-bottle-0.12.13-150000.3.6.1.src
Upstream URL : http://bottlepy.org/
Summary : Fast and simple WSGI-framework for small web-applications
Description :
Bottle is a fast and simple 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-server and
template engines. All in a single file and with no dependencies other than the
Python Standard Library.