gr from science:gr-framework project
Select Your Operating System
Add repository and install manually
For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/CentOS_9_Stream/science:gr-framework.repo yum install gr
Grab binary packages directly
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/science:/gr-framework/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/science:gr-framework.list curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_gr-framework.gpg > /dev/null sudo apt update sudo apt install gr
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/science:/gr-framework/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/science:gr-framework.list curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_gr-framework.gpg > /dev/null sudo apt update sudo apt install gr
Grab binary packages directly
Add repository and install manually
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:gr-framework/Fedora_40/science:gr-framework.repo dnf install gr
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:gr-framework/Fedora_39/science:gr-framework.repo dnf install gr
Grab binary packages directly
Add repository and install manually
For RockyLinux 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/RockyLinux_9/science:gr-framework.repo yum install gr
For AlmaLinux 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/AlmaLinux_9/science:gr-framework.repo yum install gr
For AlmaLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/AlmaLinux_8/science:gr-framework.repo yum install gr
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/science:/gr-framework/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/science:gr-framework.list curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_gr-framework.gpg > /dev/null sudo apt update sudo apt install gr
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/science:/gr-framework/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/science:gr-framework.list curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_gr-framework.gpg > /dev/null sudo apt update sudo apt install gr