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

Last updated: June 17,2024

1. Install "rust-analysis.x86_64" package

Please follow the instructions below to install rust-analysis.x86_64 on Rocky Linux 9

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

2. Uninstall "rust-analysis.x86_64" package

Please follow the steps below to uninstall rust-analysis.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:06:48 ago on Tue Sep 13 04:19:08 2022.
Available Packages
Name : rust-analysis
Version : 1.58.1
Release : 1.el9
Architecture : x86_64
Size : 2.8 M
Source : rust-1.58.1-1.el9.src.rpm
Repository : 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.