How to Install and Uninstall rustup Package on openSUSE Leap

Last updated: May 10,2024

1. Install "rustup" package

Please follow the step by step instructions below to install rustup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install rustup

2. Uninstall "rustup" package

This guide let you learn how to uninstall rustup on openSUSE Leap:

$ sudo zypper remove rustup

3. Information about the rustup package on openSUSE Leap

Information for package rustup:
-------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : rustup
Version : 1.26.0~0-150400.3.7.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 7.7 MiB
Installed : No
Status : not installed
Source package : rustup-1.26.0~0-150400.3.7.1.src
Upstream URL : https://github.com/rust-lang/rustup
Summary : A tool for managing user Rust toolchains
Description :
A tool to manager user Rust toolchains. This is generally used by developers
managing multiple parallel toolchains in their environment.