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

Last updated: October 05,2024

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

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

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

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

This tutorial shows how to uninstall python3-accept-types.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:15:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-accept-types
Version : 0.4.1
Release : 3.fc34
Architecture : noarch
Size : 15 k
Source : python-accept-types-0.4.1-3.fc34.src.rpm
Repository : updates
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.