samegame from home:przem:app project
Proszę wybrać system operacyjny
Dodaj repozytorium i zainstaluj ręcznie
Dla Arch Linuksa, edytuj /etc/pacman.conf i dodaj następujące (pamiętaj, że kolejność repozytoriów w pacman.conf jest ważna, ponieważ pacman zawsze pobiera pierwszą znalezioną paczkę):
[home_przem_app_Arch] Server = https://download.opensuse.org/repositories/home:/przem:/app/Arch/$arch
Uruchom następujący program jako root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Arch/$(uname -m)/home_przem_app_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_przem_app_Arch/samegame
Pobierz pakiety binarne bezpośrednio
Dodaj repozytorium i zainstaluj ręcznie
Dla Debian Testing uruchom następujący program:
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:/przem:/app/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla Debian 13 uruchom następujący program:
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:/przem:/app/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla Debian 12 uruchom następujący program:
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:/przem:/app/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla Debian 11 uruchom następujący program:
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:/przem:/app/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla Debian 10 uruchom następujący program:
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:/przem:/app/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Pobierz pakiety binarne bezpośrednio
Dodaj repozytorium i zainstaluj ręcznie
Dla Fedora 43 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_43/home:przem:app.repo dnf install samegame
Dla Fedora 42 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_42/home:przem:app.repo dnf install samegame
Dla Fedora 41 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_41/home:przem:app.repo dnf install samegame
Dla Fedora 40 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_40/home:przem:app.repo dnf install samegame
Dla Fedora 39 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_39/home:przem:app.repo dnf install samegame
Dla Fedora 38 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_38/home:przem:app.repo dnf install samegame
Pobierz pakiety binarne bezpośrednio
Dodaj repozytorium i zainstaluj ręcznie
Dla openSUSE Tumbleweed uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Tumbleweed/home:przem:app.repo zypper refresh zypper install samegame
Dla openSUSE Slowroll uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Slowroll/home:przem:app.repo zypper refresh zypper install samegame
Dla 15.6 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.6/home:przem:app.repo zypper refresh zypper install samegame
Dla 15.5 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.5/home:przem:app.repo zypper refresh zypper install samegame
Dla 15.4 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.4/home:przem:app.repo zypper refresh zypper install samegame
Pobierz pakiety binarne bezpośrednio
Dodaj repozytorium i zainstaluj ręcznie
Dla xUbuntu 25.04 uruchom następujący program:
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:/przem:/app/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla xUbuntu 24.10 uruchom następujący program:
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:/przem:/app/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla xUbuntu 24.04 uruchom następujący program:
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:/przem:/app/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla xUbuntu 23.10 uruchom następujący program:
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:/przem:/app/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla xUbuntu 23.04 uruchom następujący program:
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:/przem:/app/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla xUbuntu 22.10 uruchom następujący program:
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:/przem:/app/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla xUbuntu 22.04 uruchom następujący program:
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:/przem:/app/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Dla xUbuntu 20.04 uruchom następujący program:
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:/przem:/app/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install samegame
Pobierz pakiety binarne bezpośrednio
Dodaj repozytorium i zainstaluj ręcznie
Dla Fedora 37 uruchom następujący program jako root:
?