sudoku-solver from home:admsasha project

Select Your Operating System

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):
[home_admsasha_Arch]
Server = https://download.opensuse.org/repositories/home:/admsasha/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:admsasha/Arch/$(uname -m)/home_admsasha_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 home_admsasha_Arch/sudoku-solver
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:admsasha/CentOS_8/home:admsasha.repo
yum install sudoku-solver
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:admsasha/CentOS_7/home:admsasha.repo
yum install sudoku-solver
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/home:/admsasha/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver
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:/admsasha/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver
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:/admsasha/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:admsasha/Fedora_Rawhide/home:admsasha.repo
dnf install sudoku-solver
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:admsasha/Mageia_Cauldron/home:admsasha.repo
dnf install sudoku-solver
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:admsasha/Mageia_7/home:admsasha.repo
dnf install sudoku-solver
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/openSUSE_Tumbleweed/home:admsasha.repo
zypper refresh
zypper install sudoku-solver
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/openSUSE_Leap_42.3/home:admsasha.repo
zypper refresh
zypper install sudoku-solver
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/15.4/home:admsasha.repo
zypper refresh
zypper install sudoku-solver
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/15.3/home:admsasha.repo
zypper refresh
zypper install sudoku-solver
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:/admsasha/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver
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:/admsasha/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver

Packages for Raspbian 11:

Packages for Raspbian 10:

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/home:/admsasha/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver
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/home:/admsasha/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver
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/home:/admsasha/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:admsasha.list
curl -fsSL https://download.opensuse.org/repositories/home:admsasha/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_admsasha.gpg > /dev/null
sudo apt update
sudo apt install sudoku-solver

Packages for xUbuntu 22.04:

Packages for xUbuntu 20.04:

Packages for xUbuntu 18.04: