rakudo from home:voegelas:raku project
Select Your Operating System
Add repository and install manually
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/voegelas:/raku/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas:raku.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas:raku/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_voegelas_raku.gpg > /dev/null sudo apt update sudo apt install rakudo
Grab binary packages directly
Add repository and install manually
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:voegelas:raku/Fedora_41/home:voegelas:raku.repo dnf install rakudo
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas:raku/openSUSE_Tumbleweed/home:voegelas:raku.repo zypper refresh zypper install rakudo
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas:raku/openSUSE_Leap_15.6/home:voegelas:raku.repo zypper refresh zypper install rakudo
For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas:raku/openSUSE_Leap_15.5/home:voegelas:raku.repo zypper refresh zypper install rakudo