How to Install and Uninstall python39-lsprotocol Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python39-lsprotocol" package

Please follow the guidance below to install python39-lsprotocol on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-lsprotocol

2. Uninstall "python39-lsprotocol" package

Please follow the step by step instructions below to uninstall python39-lsprotocol on openSuSE Tumbleweed:

$ sudo zypper remove python39-lsprotocol

3. Information about the python39-lsprotocol package on openSuSE Tumbleweed

Information for package python39-lsprotocol:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-lsprotocol
Version : 2023.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 817.4 KiB
Installed : No
Status : not installed
Source package : python-lsprotocol-2023.0.1-1.2.src
Upstream URL : https://github.com/microsoft/lsprotocol
Summary : Python implementation of the Language Server Protocol
Description :
lsprotocol is a python implementation of object types used in the
Language Server Protocol (LSP). This repository contains the code
generator and the generated types for LSP.
LSP is used by editors to communicate with various tools to
enables services like code completion, documentation on hover,
formatting, code analysis, etc. The intent of this library is
to allow you to build on top of the types used by LSP. This
repository will be kept up to date with the latest version of LSP
as it is updated.