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

Last updated: November 28,2024

1. Install "cargo.x86_64" package

Please follow the step by step instructions below to install cargo.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install cargo.x86_64

2. Uninstall "cargo.x86_64" package

Please follow the guidelines below to uninstall cargo.x86_64 on Fedora 39:

$ sudo dnf remove cargo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:04:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cargo
Version : 1.76.0
Release : 1.fc39
Architecture : x86_64
Size : 6.1 M
Source : rust-1.76.0-1.fc39.src.rpm
Repository : updates
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.