gambas3-gb-gsl from home:gambas:stable project

Pilih Sistem Operasi Anda

Untuk Arch Linux, sunting /etc/pacman.conf dan tambahkan berikut ini (perhatikan bahwa urutan repositori di pacman.conf adalah penting, karena pacman selalu mengunduh paket yang pertama kali ditemukan):
[home_gambas_stable_ArchLinux]
Server = https://download.opensuse.org/repositories/home:/gambas:/stable/ArchLinux/$arch
Kemudian jalankan berikut sebagai root
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-gb-gsl
Untuk Debian 13 jalankan berikut ini:
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-gb-gsl
Untuk Debian 12 jalankan berikut ini:
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-gb-gsl
Untuk Debian 11 jalankan berikut ini:
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-gb-gsl
Untuk openSUSE Tumbleweed jalankan berikut ini sebagai root:
zypper addrepo https://download.opensuse.org/repositories/home:gambas:stable/openSUSE_Tumbleweed/home:gambas:stable.repo
zypper refresh
zypper install gambas3-gb-gsl
Untuk openSUSE Leap 15.6 jalankan berikut ini sebagai root:
zypper addrepo https://download.opensuse.org/repositories/home:gambas:stable/openSUSE_Leap_15.6/home:gambas:stable.repo
zypper refresh
zypper install gambas3-gb-gsl
Untuk xUbuntu 25.04 jalankan berikut ini:
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-gb-gsl
Untuk xUbuntu 24.10 jalankan berikut ini:
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-gb-gsl
Untuk xUbuntu 24.04 jalankan berikut ini:
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-gb-gsl
Untuk xUbuntu 22.04 jalankan berikut ini:
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-gb-gsl
Untuk xUbuntu 20.04 jalankan berikut ini:
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-gb-gsl