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

Last updated: November 08,2024

1. Install "python312-lsprotocol" package

Learn how to install python312-lsprotocol on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-lsprotocol

2. Uninstall "python312-lsprotocol" package

This guide covers the steps necessary to uninstall python312-lsprotocol on openSuSE Tumbleweed:

$ sudo zypper remove python312-lsprotocol

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

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