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

Last updated: October 12,2024

1. Install "python3-mujson.noarch" package

Here is a brief guide to show you how to install python3-mujson.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-mujson.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-mujson.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:30:34 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-mujson
Version : 1.4
Release : 10.el9
Architecture : noarch
Size : 17 k
Source : python-mujson-1.4-10.el9.src.rpm
Repository : epel
Summary : Use the fastest JSON functions available at import time
URL : https://github.com/mattgiles/mujson
License : MIT
Description : mujson lets python libraries make use of the most performant JSON functions
: available at import time. It is small, and does not itself implement any
: encoding or decoding functionality.