How to Install and Uninstall cargo Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "cargo" package

Here is a brief guide to show you how to install cargo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cargo

2. Uninstall "cargo" package

Please follow the instructions below to uninstall cargo on openSuSE Tumbleweed:

$ sudo zypper remove cargo

3. Information about the cargo package on openSuSE Tumbleweed

Information for package cargo:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cargo
Version : 1.76.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 79 B
Installed : No
Status : not installed
Source package : rust-1.76.0-1.1.src
Upstream URL : https://www.rust-lang.org
Summary : The Rust package manager
Description :
Cargo downloads dependencies of Rust projects and compiles it.
⚠️ This is the Rust toolchain intended for build pipelines. If you
want to install Rust for a development environment, you should install
'rustup' instead.