How to Install and Uninstall rust1.67 Package on openSUSE Leap
Last updated: December 24,2024
1. Install "rust1.67" package
Learn how to install rust1.67 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
rust1.67
Copied
2. Uninstall "rust1.67" package
Here is a brief guide to show you how to uninstall rust1.67 on openSUSE Leap:
$
sudo zypper remove
rust1.67
Copied
3. Information about the rust1.67 package on openSUSE Leap
Information for package rust1.67:
---------------------------------
Repository : Main Repository
Name : rust1.67
Version : 1.67.1-150400.9.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 368.1 MiB
Installed : No
Status : not installed
Source package : rust1.67-1.67.1-150400.9.6.1.nosrc
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. 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 : Main Repository
Name : rust1.67
Version : 1.67.1-150400.9.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 368.1 MiB
Installed : No
Status : not installed
Source package : rust1.67-1.67.1-150400.9.6.1.nosrc
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. 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.