gambas3 from home:gambas:stable project
Wählen Sie ihr Betriebssystem
Das Repository hinzufügen und manuell installieren
Für Arch Linux, bearbeiten Sie /etc/pacman.conf und fügen Sie folgendes hinzu (bitte beachten Sie, dass die Reihenfolge der Repositories in pacman.conf wichtig ist, weil pacman immer das zuerst gefundene Paket herunterlädt) :
[home_gambas_stable_ArchLinux] Server = https://download.opensuse.org/repositories/home:/gambas:/stable/ArchLinux/$arch
Führen Sie anschließend das folgende als root aus
key=$(curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/ArchLinux/$(uname -m)/home_gambas_stable_ArchLinux.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_gambas_stable_ArchLinux/gambas3
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für Debian 13 folgendes aus:
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:/gambas:/stable/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3
Führen Sie für Debian 12 folgendes aus:
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:/gambas:/stable/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3
Führen Sie für Debian 11 folgendes aus:
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:/gambas:/stable/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für openSUSE Tumbleweed das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:gambas:stable/openSUSE_Tumbleweed/home:gambas:stable.repo zypper refresh zypper install gambas3
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für openSUSE Leap 15.6 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:gambas:stable/openSUSE_Leap_15.6/home:gambas:stable.repo zypper refresh zypper install gambas3
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für xUbuntu 25.04 folgendes aus:
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:/gambas:/stable/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3
Führen Sie für xUbuntu 24.10 folgendes aus:
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:/gambas:/stable/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3
Führen Sie für xUbuntu 24.04 folgendes aus:
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:/gambas:/stable/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3
Führen Sie für xUbuntu 22.04 folgendes aus:
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:/gambas:/stable/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3
Führen Sie für xUbuntu 20.04 folgendes aus:
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:/gambas:/stable/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null sudo apt update sudo apt install gambas3