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

Last updated: October 07,2024

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

Please follow the guidelines below to install python3-json-minify.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall python3-json-minify.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:21:16 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-json-minify
Version : 0.3.0
Release : 11.fc35
Architecture : noarch
Size : 14 k
Source : python-json-minify-0.3.0-11.fc35.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.