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

Last updated: November 25,2024

1. Install "python3-anyjson.noarch" package

This guide covers the steps necessary to install python3-anyjson.noarch on Fedora 36

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

2. Uninstall "python3-anyjson.noarch" package

Please follow the instructions below to uninstall python3-anyjson.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:25:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-anyjson
Version : 0.3.3
Release : 41.fc36
Architecture : noarch
Size : 16 k
Source : python-anyjson-0.3.3-41.fc36.src.rpm
Repository : updates
Summary : Wraps the best available JSON implementation
URL : http://pypi.python.org/pypi/anyjson
License : BSD
Description : Anyjson loads whichever is the fastest JSON module installed and
: provides a uniform API regardless of which JSON implementation is used.