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

Last updated: October 04,2024

1. Install "python3-anyjson.noarch" package

Please follow the instructions below to install python3-anyjson.noarch on Fedora 34

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

2. Uninstall "python3-anyjson.noarch" package

Please follow the guidelines below to uninstall python3-anyjson.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:52:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-anyjson
Version : 0.3.3
Release : 29.fc34
Architecture : noarch
Size : 17 k
Source : python-anyjson-0.3.3-29.fc34.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.