How to Install and Uninstall cargo.x86_64 Package on Oracle Linux 8

Last updated: June 23,2024

1. Install "cargo.x86_64" package

This guide covers the steps necessary to install cargo.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install cargo.x86_64

2. Uninstall "cargo.x86_64" package

Learn how to uninstall cargo.x86_64 on Oracle Linux 8:

$ sudo dnf remove cargo.x86_64 $ sudo dnf autoremove

3. Information about the cargo.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:12:19 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : cargo
Version : 1.58.1
Release : 1.module+el8.6.0+20563+1eb4e043
Architecture : x86_64
Size : 4.3 M
Source : rust-1.58.1-1.module+el8.6.0+20563+1eb4e043.src.rpm
Repository : ol8_appstream
Summary : Rust's package manager and build tool
URL : https://www.rust-lang.org
License : (ASL 2.0 or MIT) and (BSD and MIT)
Description : Cargo is a tool that allows Rust projects to declare their various dependencies
: and ensure that you'll always get a repeatable build.