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

Last updated: January 04,2025

1. Install "python3-json-minify.noarch" package

Please follow the guidance below to install python3-json-minify.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-json-minify.noarch

2. Uninstall "python3-json-minify.noarch" package

Please follow the step by step instructions below to uninstall python3-json-minify.noarch on Fedora 36:

$ sudo dnf remove python3-json-minify.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:08:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-json-minify
Version : 0.3.0
Release : 12.fc36
Architecture : noarch
Size : 14 k
Source : python-json-minify-0.3.0-12.fc36.src.rpm
Repository : fedora
Summary : Python port of the JSON-minify utility
URL : https://github.com/getify/JSON.minify/tree/python
License : MIT
Description : JSON-minify minifies blocks of JSON-like content into valid JSON by removing
: all whitespace *and* JS-style comments. With JSON-minify, you can maintain
: developer-friendly JSON documents, but minify them before parsing or
: transmitting them over-the-wire.