acmbuild from home:m-grant-prg project
Select Your Operating System
Add repository and install manually
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/home:/m-grant-prg/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
For Debian 13 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/home:/m-grant-prg/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
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/home:/m-grant-prg/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
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/home:/m-grant-prg/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
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/home:/m-grant-prg/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
Grab binary packages directly
Add repository and install manually
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:m-grant-prg/Fedora_43/home:m-grant-prg.repo dnf install acmbuild
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:m-grant-prg/Fedora_42/home:m-grant-prg.repo dnf install acmbuild
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:m-grant-prg/Fedora_41/home:m-grant-prg.repo dnf install acmbuild
Grab binary packages directly
Add repository and install manually
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:m-grant-prg/16.0/home:m-grant-prg.repo zypper refresh zypper install acmbuild
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:m-grant-prg/15.6/home:m-grant-prg.repo zypper refresh zypper install acmbuild
Grab binary packages directly
Add repository and install manually
For Raspbian 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/home:/m-grant-prg/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
For Raspbian 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/home:/m-grant-prg/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
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/home:/m-grant-prg/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install acmbuild
Grab binary packages directly
Add repository and install manually
For Raspbian 13 run the following as root:
?