How to Install and Uninstall rust1.56 Package on openSuSE Tumbleweed
Last updated: March 01,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "rust1.56" package
In this section, we are going to explain the necessary steps to install rust1.56 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
rust1.56
Copied
2. Uninstall "rust1.56" package
Please follow the instructions below to uninstall rust1.56 on openSuSE Tumbleweed:
$
sudo zypper remove
rust1.56
Copied
3. Information about the rust1.56 package on openSuSE Tumbleweed
Information for package rust1.56:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rust1.56
Version : 1.56.1-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 175,6 MiB
Installed : No
Status : not installed
Source package : rust1.56-1.56.1-3.1.src
Summary : A systems programming language
Description :
Rust is a systems programming language focused on three goals: safety,
speed, and concurrency. It maintains these goals without having a
garbage collector, making it a useful language for a number of use
cases other languages are not good at: embedding in other languages,
programs with specific space and time requirements, and writing
low-level code, like device drivers and operating systems. It improves
on current languages targeting this space by having a number of
compile-time safety checks that produce no runtime overhead, while
eliminating all data races. Rust also aims to achieve "zero-cost
abstractions", even though some of these abstractions feel like those
of a high-level language. Even then, Rust still allows precise control
like a low-level language would.
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rust1.56
Version : 1.56.1-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 175,6 MiB
Installed : No
Status : not installed
Source package : rust1.56-1.56.1-3.1.src
Summary : A systems programming language
Description :
Rust is a systems programming language focused on three goals: safety,
speed, and concurrency. It maintains these goals without having a
garbage collector, making it a useful language for a number of use
cases other languages are not good at: embedding in other languages,
programs with specific space and time requirements, and writing
low-level code, like device drivers and operating systems. It improves
on current languages targeting this space by having a number of
compile-time safety checks that produce no runtime overhead, while
eliminating all data races. Rust also aims to achieve "zero-cost
abstractions", even though some of these abstractions feel like those
of a high-level language. Even then, Rust still allows precise control
like a low-level language would.