How to Install and Uninstall rust-src.noarch Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "rust-src.noarch" package

This guide covers the steps necessary to install rust-src.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rust-src.noarch

2. Uninstall "rust-src.noarch" package

Please follow the guidance below to uninstall rust-src.noarch on Oracle Linux 8:

$ sudo dnf remove rust-src.noarch $ sudo dnf autoremove

3. Information about the rust-src.noarch package on Oracle Linux 8

Last metadata expiration check: 3:28:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rust-src
Version : 1.58.1
Release : 1.module+el8.6.0+20563+1eb4e043
Architecture : noarch
Size : 3.1 M
Source : rust-1.58.1-1.module+el8.6.0+20563+1eb4e043.src.rpm
Repository : ol8_appstream
Summary : Sources for the Rust standard library
URL : https://www.rust-lang.org
License : (ASL 2.0 or MIT) and (BSD and MIT)
Description : This package includes source files for the Rust standard library. It may be
: useful as a reference for code completion tools in various editors.