How to Install and Uninstall cargo.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "cargo.x86_64" package

This is a short guide on how to install cargo.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install cargo.x86_64

2. Uninstall "cargo.x86_64" package

This tutorial shows how to uninstall cargo.x86_64 on Fedora 34:

$ sudo dnf remove cargo.x86_64 $ sudo dnf autoremove

3. Information about the cargo.x86_64 package on Fedora 34

Last metadata expiration check: 0:32:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : cargo
Version : 1.61.0
Release : 2.fc34
Architecture : x86_64
Size : 4.6 M
Source : rust-1.61.0-2.fc34.src.rpm
Repository : updates
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.