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

Last updated: October 06,2024

1. Install "rust.x86_64" package

In this section, we are going to explain the necessary steps to install rust.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust.x86_64

2. Uninstall "rust.x86_64" package

Please follow the steps below to uninstall rust.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:28:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust
Version : 1.71.1
Release : 1.el9
Architecture : x86_64
Size : 26 M
Source : rust-1.71.1-1.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : The Rust Programming Language
URL : https://www.rust-lang.org
License : (ASL 2.0 or MIT) and (BSD and MIT)
Description : Rust is a systems programming language that runs blazingly fast, prevents
: segfaults, and guarantees thread safety.
:
: This package includes the Rust compiler and documentation generator.