How to Install and Uninstall python3-mimerender.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-mimerender.noarch" package

Please follow the guidance below to install python3-mimerender.noarch on Fedora 34

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

2. Uninstall "python3-mimerender.noarch" package

This guide let you learn how to uninstall python3-mimerender.noarch on Fedora 34:

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

3. Information about the python3-mimerender.noarch package on Fedora 34

Last metadata expiration check: 3:46:30 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mimerender
Version : 0.6.0
Release : 10.fc34
Architecture : noarch
Size : 32 k
Source : python-mimerender-0.6.0-10.fc34.src.rpm
Repository : fedora
Summary : RESTful HTTP Content Negotiation for Flask, Bottle, etc.
URL : https://pypi.python.org/pypi/mimerender
License : MIT
Description : mimerender provides a decorator that wraps a HTTP request handler to select
: the correct render function for a given HTTP Accept header. It uses mimeparse
: to parse the accept string and select the best available representation.
: Supports Flask, Bottle, web.py and webapp2 out of the box, and it’s easy to
: add support for other frameworks. This is the Python 3 build of mimerender.