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

Last updated: June 18,2024

1. Install "python3-jsonfield.noarch" package

This guide covers the steps necessary to install python3-jsonfield.noarch on Fedora 34

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

2. Uninstall "python3-jsonfield.noarch" package

Please follow the guidance below to uninstall python3-jsonfield.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:32:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-jsonfield
Version : 3.1.0
Release : 5.fc34
Architecture : noarch
Size : 21 k
Source : python-jsonfield-3.1.0-5.fc34.src.rpm
Repository : fedora
Summary : A reusable Django field that allows you to store validated JSON in your model
URL : https://github.com/rpkilby/jsonfield
License : MIT
Description : jsonfield is a reusable Django field that allows you to store validated
: JSON in your model. It silently takes care of serialization. To use, simply
: add the field to one of your models.