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

Last updated: January 11,2025

1. Install "rust.src" package

This is a short guide on how to install rust.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust.src

2. Uninstall "rust.src" package

Here is a brief guide to show you how to uninstall rust.src on Oracle Linux 9:

$ sudo dnf remove rust.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:21:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust
Version : 1.71.1
Release : 1.el9
Architecture : src
Size : 146 M
Source : None
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.