pharo9-ui from devel:languages:pharo:latest project
Select Your Operating System
Add repository and install manually
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[devel_languages_pharo_latest_Arch] Server = https://download.opensuse.org/repositories/devel:/languages:/pharo:/latest/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/Arch/$(uname -m)/devel_languages_pharo_latest_Arch.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 devel_languages_pharo_latest_Arch/pharo9-ui
Grab binary packages directly
Add repository and install manually
For Raspbian 9.0 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/devel:/languages:/pharo:/latest/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For Debian Testing 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/devel:/languages:/pharo:/latest/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For Debian 9.0 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/devel:/languages:/pharo:/latest/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For Debian 11 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/devel:/languages:/pharo:/latest/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For Debian 10 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/devel:/languages:/pharo:/latest/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
Grab binary packages directly
Add repository and install manually
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/devel:languages:pharo:latest/Fedora_37/devel:languages:pharo:latest.repo dnf install pharo9-ui
For Fedora 36 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/devel:languages:pharo:latest/Fedora_36/devel:languages:pharo:latest.repo dnf install pharo9-ui
For Fedora 35 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/devel:languages:pharo:latest/Fedora_35/devel:languages:pharo:latest.repo dnf install pharo9-ui
For Fedora 34 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/devel:languages:pharo:latest/Fedora_34/devel:languages:pharo:latest.repo dnf install pharo9-ui
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:pharo:latest/openSUSE_Tumbleweed/devel:languages:pharo:latest.repo zypper refresh zypper install pharo9-ui
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:pharo:latest/15.4/devel:languages:pharo:latest.repo zypper refresh zypper install pharo9-ui
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:pharo:latest/15.3/devel:languages:pharo:latest.repo zypper refresh zypper install pharo9-ui
Grab binary packages directly
Add repository and install manually
For Raspbian 10 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/devel:/languages:/pharo:/latest/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
Grab binary packages directly
Add repository and install manually
For xUbuntu 22.04 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/devel:/languages:/pharo:/latest/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For xUbuntu 21.10 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/devel:/languages:/pharo:/latest/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For xUbuntu 21.04 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/devel:/languages:/pharo:/latest/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For xUbuntu 20.10 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/devel:/languages:/pharo:/latest/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For xUbuntu 20.04 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/devel:/languages:/pharo:/latest/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui
For xUbuntu 18.04 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/devel:/languages:/pharo:/latest/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:pharo:latest.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:pharo:latest/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_pharo_latest.gpg > /dev/null sudo apt update sudo apt install pharo9-ui