How to Install and Uninstall python3-jsonpickle.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "python3-jsonpickle.noarch" package

This guide covers the steps necessary to install python3-jsonpickle.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-jsonpickle.noarch" package

Please follow the guidelines below to uninstall python3-jsonpickle.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-jsonpickle.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:26:45 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-jsonpickle
Version : 1.4.1
Release : 4.el8
Architecture : noarch
Size : 71 k
Source : python-jsonpickle-1.4.1-4.el8.src.rpm
Repository : epel
Summary : A module that allows any object to be serialized into JSON
URL : https://pypi.io/project/jsonpickle/
License : BSD
Description : This module allows python objects to be serialized to JSON in a similar fashion
: to the pickle module.
:
: This is the version for Python 3.