How to Install and Uninstall python3-bottle.noarch Package on Fedora 35

Last updated: January 17,2025

1. Install "python3-bottle.noarch" package

Please follow the steps below to install python3-bottle.noarch on Fedora 35

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

2. Uninstall "python3-bottle.noarch" package

Please follow the instructions below to uninstall python3-bottle.noarch on Fedora 35:

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

3. Information about the python3-bottle.noarch package on Fedora 35

Last metadata expiration check: 2:52:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-bottle
Version : 0.12.21
Release : 2.fc35
Architecture : noarch
Size : 97 k
Source : python-bottle-0.12.21-2.fc35.src.rpm
Repository : updates
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.