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

Last updated: January 13,2025

1. Install "python3-anyjson.noarch" package

This guide let you learn how to install python3-anyjson.noarch on Fedora 39

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

2. Uninstall "python3-anyjson.noarch" package

This guide covers the steps necessary to uninstall python3-anyjson.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:27:07 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-anyjson
Version : 0.3.3
Release : 45.fc39
Architecture : noarch
Size : 17 k
Source : python-anyjson-0.3.3-45.fc39.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.