How to Install and Uninstall rust.x86_64 Package on Rocky Linux 8

Last updated: May 16,2024

1. Install "rust.x86_64" package

Please follow the instructions below to install rust.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install rust.x86_64

2. Uninstall "rust.x86_64" package

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

$ sudo dnf remove rust.x86_64 $ sudo dnf autoremove

3. Information about the rust.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:22:11 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rust
Version : 1.58.1
Release : 1.module+el8.6.0+826+60f85975
Architecture : x86_64
Size : 28 M
Source : rust-1.58.1-1.module+el8.6.0+826+60f85975.src.rpm
Repository : appstream
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.