How to Install and Uninstall python3-accept-types.noarch Package on Fedora 36

Last updated: September 29,2024

1. Install "python3-accept-types.noarch" package

Learn how to install python3-accept-types.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-accept-types.noarch

2. Uninstall "python3-accept-types.noarch" package

This is a short guide on how to uninstall python3-accept-types.noarch on Fedora 36:

$ sudo dnf remove python3-accept-types.noarch $ sudo dnf autoremove

3. Information about the python3-accept-types.noarch package on Fedora 36

Last metadata expiration check: 2:26:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-accept-types
Version : 0.4.1
Release : 3.fc36
Architecture : noarch
Size : 15 k
Source : python-accept-types-0.4.1-3.fc36.src.rpm
Repository : fedora
Summary : Use the correct accept type for an HTTP request
URL : https://bitbucket.org/tim_heap/python-accept-types
License : MIT
Description :
: accept-types helps your application respond to a HTTP request in a way
: that a client prefers. The Accept header of an HTTP request informs the
: server which MIME types the client is expecting back from this request,
: with weighting to indicate the most prefered. If your server can respond
: in multiple formats (e.g.: JSON, XML, HTML), the client can easily tell
: your server which is the prefered format without resorting to hacks like
: '&format=json' on the end of query strings.