How to Install and Uninstall rust Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "rust" package

This tutorial shows how to install rust on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install rust

2. Uninstall "rust" package

Please follow the guidelines below to uninstall rust on openSuSE Tumbleweed:

$ sudo zypper remove rust

3. Information about the rust package on openSuSE Tumbleweed

Information for package rust:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rust
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 : A systems programming language
Description :
Rust is a systems programming language focused on three goals: safety,
speed, and concurrency.
⚠️ This is the Rust toolchain intended for build pipelines. If you
want to install Rust for a development environment, you should install
'rustup' instead.