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

Last updated: July 05,2024

1. Install "rust.x86_64" package

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

$ sudo dnf update $ sudo dnf install rust.x86_64

2. Uninstall "rust.x86_64" package

This is a short guide on how to uninstall rust.x86_64 on Oracle Linux 9:

$ sudo dnf remove rust.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:51:25 ago on Thu Feb 15 07:50:05 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 : ol9_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.