How to Install and Uninstall rust-analysis.x86_64 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "rust-analysis.x86_64" package

This guide let you learn how to install rust-analysis.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-analysis.x86_64

2. Uninstall "rust-analysis.x86_64" package

Please follow the guidelines below to uninstall rust-analysis.x86_64 on Oracle Linux 9:

$ sudo dnf remove rust-analysis.x86_64 $ sudo dnf autoremove

3. Information about the rust-analysis.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:10:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-analysis
Version : 1.66.1
Release : 2.el9_2
Architecture : x86_64
Size : 3.3 M
Source : rust-1.66.1-2.el9_2.src.rpm
Repository : ol9_appstream
Summary : Compiler analysis data for the Rust standard library
URL : https://www.rust-lang.org
License : (ASL 2.0 or MIT) and (BSD and MIT)
Description : This package contains analysis data files produced with rustc's -Zsave-analysis
: feature for the Rust standard library. The RLS (Rust Language Server) uses this
: data to provide information about the Rust standard library.