How to Install and Uninstall python3-anyjson.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "python3-anyjson.noarch" package

Please follow the step by step instructions below to install python3-anyjson.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-anyjson.noarch" package

This tutorial shows how to uninstall python3-anyjson.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-anyjson.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:05:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-anyjson
Version : 0.3.3
Release : 26.el8
Architecture : noarch
Size : 19 k
Source : python-anyjson-0.3.3-26.el8.src.rpm
Repository : epel
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.