How to Install and Uninstall python3-mujson.noarch Package on Fedora 36

Last updated: October 03,2024

1. Install "python3-mujson.noarch" package

This guide covers the steps necessary to install python3-mujson.noarch on Fedora 36

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

2. Uninstall "python3-mujson.noarch" package

Please follow the instructions below to uninstall python3-mujson.noarch on Fedora 36:

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

3. Information about the python3-mujson.noarch package on Fedora 36

Last metadata expiration check: 4:18:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-mujson
Version : 1.4
Release : 4.fc36
Architecture : noarch
Size : 17 k
Source : python-mujson-1.4-4.fc36.src.rpm
Repository : fedora
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.