How to Install and Uninstall rls Package on openSUSE Leap

Last updated: January 24,2025

1. Install "rls" package

Please follow the step by step instructions below to install rls on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install rls

2. Uninstall "rls" package

Learn how to uninstall rls on openSUSE Leap:

$ sudo zypper remove rls

3. Information about the rls package on openSUSE Leap

Information for package rls:
----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : rls
Version : 1.54.0-21.6.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 79 B
Installed : No
Status : not installed
Source package : rust-1.54.0-21.6.2.src
Summary : Language server for Rust lang
Description :
The RLS provides a server that runs in the background, providing IDEs,
editors, and other tools with information about Rust programs. It
supports functionality such as 'goto definition', symbol search,
reformatting, and code completion, and enables renaming and
refactorings. It can be used with an IDE such as Gnome-Builder.