Zig language and toolchain packaged as a deb for Debian and Ubuntu amd64/ARM64

4 months ago 5

Zig Logo Debian Logo
Zig for Debian
& Ubuntu

⚡ Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

⭐⭐⭐ Love using Zig on Debian? Show your support by starring this repo! ⭐⭐⭐

This repository contains Debian packaging for Zig.

Debian 13 (Trixie), Debian Sid (Unstable) / Ubuntu 24.04 LTS (Noble)

repository installation

echo 'deb http://download.opensuse.org/repositories/home:/clayrisser:/sid/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:clayrisser:sid.list curl -fsSL https://download.opensuse.org/repositories/home:clayrisser:sid/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_clayrisser_sid.gpg > /dev/null sudo apt update sudo apt install zig

direct installation

ARCH="$(dpkg --print-architecture)" curl -LO https://download.opensuse.org/repositories/home:/clayrisser:/sid/Debian_Unstable/$ARCH/zig_0.13.0-1_$ARCH.deb sudo apt install ./zig_0.13.0-1_$ARCH.deb

The packages are built using the Open Build Service.

Read Entire Article