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

Last updated: September 21,2024

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

In this section, we are going to explain the necessary steps to install python3-json-minify.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:55:16 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-json-minify
Version : 0.3.0
Release : 9.fc34
Architecture : noarch
Size : 14 k
Source : python-json-minify-0.3.0-9.fc34.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.