How to Install and Uninstall python3-jsons.noarch Package on Fedora 38

Last updated: September 29,2024

1. Install "python3-jsons.noarch" package

This tutorial shows how to install python3-jsons.noarch on Fedora 38

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

2. Uninstall "python3-jsons.noarch" package

Please follow the steps below to uninstall python3-jsons.noarch on Fedora 38:

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

3. Information about the python3-jsons.noarch package on Fedora 38

Last metadata expiration check: 4:06:48 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-jsons
Version : 1.5.0
Release : 6.fc38
Architecture : noarch
Size : 149 k
Source : python-jsons-1.5.0-6.fc38.src.rpm
Repository : fedora
Summary : Python library for (de)serializing objects to/from JSON
URL : https://github.com/ramonhagenaars/jsons
License : MIT
Description : Jsons is a library that allows you to serialize your plain old Python
: objects to readable json (dicts or strings) and deserialize them back.
: No magic, no special types, no polluting your objects.