How to Install and Uninstall zig Package on openSUSE Leap

Last updated: May 13,2024

1. Install "zig" package

In this section, we are going to explain the necessary steps to install zig on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install zig

2. Uninstall "zig" package

Please follow the guidelines below to uninstall zig on openSUSE Leap:

$ sudo zypper remove zig

3. Information about the zig package on openSUSE Leap

Information for package zig:
----------------------------
Repository : Main Repository
Name : zig
Version : 0.10.1-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.8 MiB
Installed : No
Status : not installed
Source package : zig-0.10.1-bp155.1.5.src
Upstream URL : https://ziglang.org/
Summary : Compiler for the Zig language
Description :
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
* Robust - behavior is correct even for edge cases such as out of memory.
* Optimal - write programs the best way they can behave and perform.
* Reusable - the same code works in many environments which have different constraints.
* Maintainable - precisely communicate intent to the compiler and other programmers.
The language imposes a low overhead to reading code and is resilient to changing requirements and environments.