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

Last updated: October 05,2024

1. Install "python3-anyjson.noarch" package

Please follow the guidance below to install python3-anyjson.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 5:23:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-anyjson
Version : 0.3.3
Release : 31.fc35
Architecture : noarch
Size : 16 k
Source : python-anyjson-0.3.3-31.fc35.src.rpm
Repository : fedora
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.