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

Last updated: October 11,2024

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

This is a short guide on how to install python3-lsp-server.noarch on Fedora 36

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

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

Learn how to uninstall python3-lsp-server.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:37:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-lsp-server
Version : 1.3.3
Release : 3.fc36
Architecture : noarch
Size : 97 k
Source : python-lsp-server-1.3.3-3.fc36.src.rpm
Repository : fedora
Summary : Python implementation of language server protocol
URL : https://github.com/python-lsp/python-lsp-server
License : MIT
Description : A python implementation of language server protocol. pylsp provides for
: auto-completion, code linting (via pycodestyle and pyflakes) and other features.
:
: This package provides the python-language-server package maintained by
: spyder-IDE maintainers.