How to Install and Uninstall python3-ajsonrpc.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "python3-ajsonrpc.noarch" package

Learn how to install python3-ajsonrpc.noarch on Fedora 39

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

2. Uninstall "python3-ajsonrpc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-ajsonrpc.noarch on Fedora 39:

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

3. Information about the python3-ajsonrpc.noarch package on Fedora 39

Last metadata expiration check: 1:17:56 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-ajsonrpc
Version : 1.2.0
Release : 7.fc39
Architecture : noarch
Size : 69 k
Source : python-ajsonrpc-1.2.0-7.fc39.src.rpm
Repository : fedora
Summary : Lightweight JSON-RPC 2.0 protocol implementation and asynchronous server
URL : https://github.com/pavlov99/ajsonrpc
License : MIT
Description : Lightweight JSON-RPC 2.0 protocol implementation and asynchronous server
: powered by asyncio. This library is a successor of json-rpc and written by the
: same team.