How to Install and Uninstall python3-bottle.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "python3-bottle.noarch" package

In this section, we are going to explain the necessary steps to install python3-bottle.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-bottle.noarch

2. Uninstall "python3-bottle.noarch" package

Please follow the guidance below to uninstall python3-bottle.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-bottle.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:05:39 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-bottle
Version : 0.12.21
Release : 2.el8
Architecture : noarch
Size : 100 k
Source : python-bottle-0.12.21-2.el8.src.rpm
Repository : epel
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.