How to Install and Uninstall rust Package on openSUSE Leap
Last updated: November 23,2024
1. Install "rust" package
Please follow the guidance below to install rust on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
rust
Copied
2. Uninstall "rust" package
In this section, we are going to explain the necessary steps to uninstall rust on openSUSE Leap:
$
sudo zypper remove
rust
Copied
3. Information about the rust package on openSUSE Leap
Information for package rust:
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : rust
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 : 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.
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : rust
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 : 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.