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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install python3-lsp-server.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 1:49:33 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-lsp-server
Version : 1.2.2
Release : 1.fc35
Architecture : noarch
Size : 95 k
Source : python-lsp-server-1.2.2-1.fc35.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.