How to Install and Uninstall cargo.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 02,2024

1. Install "cargo.x86_64" package

Please follow the step by step instructions below to install cargo.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install cargo.x86_64

2. Uninstall "cargo.x86_64" package

This guide let you learn how to uninstall cargo.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove cargo.x86_64 $ sudo dnf autoremove

3. Information about the cargo.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:39:44 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : cargo
Version : 1.71.1
Release : 1.module+el8.9.0+19676+2215d419
Architecture : x86_64
Size : 5.9 M
Source : rust-1.71.1-1.module+el8.9.0+19676+2215d419.src.rpm
Repository : ubi-8-appstream-rpms
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.