How to Install and Uninstall rls.x86_64 Package on Oracle Linux 8

Last updated: September 20,2024

1. Install "rls.x86_64" package

Please follow the guidelines below to install rls.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rls.x86_64

2. Uninstall "rls.x86_64" package

Here is a brief guide to show you how to uninstall rls.x86_64 on Oracle Linux 8:

$ sudo dnf remove rls.x86_64 $ sudo dnf autoremove

3. Information about the rls.x86_64 package on Oracle Linux 8

Last metadata expiration check: 3:38:06 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rls
Version : 1.58.1
Release : 1.module+el8.6.0+20563+1eb4e043
Architecture : x86_64
Size : 7.7 M
Source : rust-1.58.1-1.module+el8.6.0+20563+1eb4e043.src.rpm
Repository : ol8_appstream
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.