How to Install and Uninstall python3-jsonpickle.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-jsonpickle.noarch" package

This guide covers the steps necessary to install python3-jsonpickle.noarch on CentOS Stream 8

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

2. Uninstall "python3-jsonpickle.noarch" package

Please follow the steps below to uninstall python3-jsonpickle.noarch on CentOS Stream 8:

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

3. Information about the python3-jsonpickle.noarch package on CentOS Stream 8

Last metadata expiration check: 2:53:37 ago on Sun Feb 25 03:03:59 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.