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

Last updated: September 28,2024

1. Install "cargo.x86_64" package

Please follow the guidelines below to install cargo.x86_64 on CentOS 8 / RHEL 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 8 / RHEL 8:

$ sudo dnf remove cargo.x86_64 $ sudo dnf autoremove

3. Information about the cargo.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:01:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : cargo
Version : 1.47.0
Release : 1.module_el8.3.0+702+c3b74dac
Architecture : x86_64
Size : 3.9 M
Source : rust-1.47.0-1.module_el8.3.0+702+c3b74dac.src.rpm
Repository : 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.