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

Last updated: July 07,2024

1. Install "python310-lsprotocol" package

In this section, we are going to explain the necessary steps to install python310-lsprotocol on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-lsprotocol

2. Uninstall "python310-lsprotocol" package

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

$ sudo zypper remove python310-lsprotocol

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

Information for package python310-lsprotocol:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-lsprotocol
Version : 2023.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 797.5 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.