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

Last updated: May 20,2024

1. Install "python3-jsonrpclib.noarch" package

In this section, we are going to explain the necessary steps to install python3-jsonrpclib.noarch on Fedora 34

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

2. Uninstall "python3-jsonrpclib.noarch" package

Please follow the instructions below to uninstall python3-jsonrpclib.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:38:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-jsonrpclib
Version : 0.3.1
Release : 13.fc34
Architecture : noarch
Size : 60 k
Source : python-jsonrpclib-0.3.1-13.fc34.src.rpm
Repository : fedora
Summary : JSON-RPC v2.0 client library for Python
URL : http://github.com/tcalmant/jsonrpclib/
License : ASL 2.0
Description : This project is an implementation of the JSON-RPC v2.0 specification
: (backwards-compatible) as a client library, for Python 2.7 and Python 3.
: This version is a fork of jsonrpclib by Josh Marshall, usable with Pelix
: remote services.