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

Last updated: July 03,2024

1. Install "python2-bottle" package

In this section, we are going to explain the necessary steps to install python2-bottle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-bottle

2. Uninstall "python2-bottle" package

This tutorial shows how to uninstall python2-bottle on openSUSE Leap:

$ sudo zypper remove python2-bottle

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

Information for package python2-bottle:
---------------------------------------
Repository : Main Repository
Name : python2-bottle
Version : 0.12.13-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 629,9 KiB
Installed : No
Status : not installed
Source package : python-bottle-0.12.13-3.3.1.src
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.