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

Last updated: May 04,2024

1. Install "python3-ajsonrpc.noarch" package

Please follow the instructions below to install python3-ajsonrpc.noarch on Fedora 36

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

2. Uninstall "python3-ajsonrpc.noarch" package

Please follow the guidance below to uninstall python3-ajsonrpc.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:12:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-ajsonrpc
Version : 1.2.0
Release : 2.fc36
Architecture : noarch
Size : 50 k
Source : python-ajsonrpc-1.2.0-2.fc36.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.