How to Install and Uninstall cargo.x86_64 Package on CentOS Stream 8

Last updated: June 26,2024

1. Install "cargo.x86_64" package

Please follow the step by step instructions below to install cargo.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install cargo.x86_64

2. Uninstall "cargo.x86_64" package

This is a short guide on how to uninstall cargo.x86_64 on CentOS Stream 8:

$ sudo dnf remove cargo.x86_64 $ sudo dnf autoremove

3. Information about the cargo.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:33:04 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : cargo
Version : 1.75.0
Release : 1.module_el8+840+a685d749
Architecture : x86_64
Size : 6.4 M
Source : rust-1.75.0-1.module_el8+840+a685d749.src.rpm
Repository : appstream
Summary : Rust's package manager and build tool
URL : https://www.rust-lang.org
License : (Apache-2.0 OR MIT) AND (Artistic-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016)
Description : Cargo is a tool that allows Rust projects to declare their various dependencies
: and ensure that you'll always get a repeatable build.