How to Install and Uninstall rls.x86_64 Package on Fedora 36

Last updated: September 30,2024

1. Install "rls.x86_64" package

Please follow the guidelines below to install rls.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rls.x86_64

2. Uninstall "rls.x86_64" package

This guide covers the steps necessary to uninstall rls.x86_64 on Fedora 36:

$ sudo dnf remove rls.x86_64 $ sudo dnf autoremove

3. Information about the rls.x86_64 package on Fedora 36

Last metadata expiration check: 2:24:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rls
Version : 1.63.0
Release : 1.fc36
Architecture : x86_64
Size : 7.4 M
Source : rust-1.63.0-1.fc36.src.rpm
Repository : updates
Summary : Rust Language Server for IDE integration
URL : https://www.rust-lang.org
License : (ASL 2.0 or MIT) and (BSD and MIT)
Description : The Rust Language Server 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.