How to Install and Uninstall python3-bottle.noarch Package on Amazon Linux 2

Last updated: May 08,2024

1. Install "python3-bottle.noarch" package

This is a short guide on how to install python3-bottle.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-bottle.noarch

2. Uninstall "python3-bottle.noarch" package

Learn how to uninstall python3-bottle.noarch on Amazon Linux 2:

$ sudo yum remove python3-bottle.noarch $ sudo yum autoremove

3. Information about the python3-bottle.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-bottle
Arch : noarch
Version : 0.12.18
Release : 2.amzn2
Size : 95 k
Repo : amzn2-core/2/x86_64
Summary : Fast and simple WSGI-framework for small web-applications
URL : http://bottlepy.org
License : MIT
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.