gr from science:gr-framework project
Select Your Operating System
Add repository and install manually
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/CentOS_8_Stream/science:gr-framework.repo yum install gr
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/CentOS_8/science:gr-framework.repo yum install gr
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/CentOS_7/science:gr-framework.repo yum install gr
Grab binary packages directly
Add repository and install manually
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
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/science:/gr-framework/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/science:gr-framework.list curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/Debian_10/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 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:gr-framework/Fedora_38/science:gr-framework.repo dnf install gr
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:gr-framework/Fedora_37/science:gr-framework.repo dnf install gr
For Fedora 36 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:gr-framework/Fedora_36/science:gr-framework.repo dnf install gr
Grab binary packages directly
Add repository and install manually
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:gr-framework/ScientificLinux_7/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
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/science:/gr-framework/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/science:gr-framework.list curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/xUbuntu_18.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