How to Install and Uninstall cargo Package on openSUSE Leap

Last updated: April 29,2024

1. Install "cargo" package

This guide let you learn how to install cargo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cargo

2. Uninstall "cargo" package

Please follow the steps below to uninstall cargo on openSUSE Leap:

$ sudo zypper remove cargo

3. Information about the cargo package on openSUSE Leap

Information for package cargo:
------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : cargo
Version : 1.76.0-150500.27.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 79 B
Installed : No
Status : not installed
Source package : rust-1.76.0-150500.27.6.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.