How to Install and Uninstall rust-analysis.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "rust-analysis.x86_64" package

This tutorial shows how to install rust-analysis.x86_64 on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-analysis.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:22:18 ago on Mon Feb 26 07:04:30 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 : ubi-9-appstream-rpms
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.