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

Last updated: September 27,2024

1. Install "python3-lsp-jsonrpc.noarch" package

This tutorial shows how to install python3-lsp-jsonrpc.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-lsp-jsonrpc.noarch

2. Uninstall "python3-lsp-jsonrpc.noarch" package

This is a short guide on how to uninstall python3-lsp-jsonrpc.noarch on Fedora 39:

$ sudo dnf remove python3-lsp-jsonrpc.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:22:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-lsp-jsonrpc
Version : 1.1.2
Release : 6.fc39
Architecture : noarch
Size : 33 k
Source : python-lsp-jsonrpc-1.1.2-6.fc39.src.rpm
Repository : updates
Summary : Python implementation of JSON RPC 2.0 protocol
URL : https://github.com/python-lsp/python-lsp-jsonrpc
License : MIT
Description : A python server implementation of JSON RPC 2.0 protocol. This library
: has been pulled out of the python LSP server project (a community maintained
: fork of python-language-server).