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

Last updated: July 01,2024

1. Install "cargo.x86_64" package

This guide covers the steps necessary to install cargo.x86_64 on Fedora 35

$ 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 Fedora 35:

$ sudo dnf remove cargo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:13:41 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : cargo
Version : 1.63.0
Release : 1.fc35
Architecture : x86_64
Size : 4.6 M
Source : rust-1.63.0-1.fc35.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.