easyrpg-player from home:easyrpg project

Selecionar o Seu Sistema Operativo

Para Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios em pacman.conf é importante, pois o pacman descarrega sempre o primeiro pacote encontrado):
[home_easyrpg_Arch]
Server = https://download.opensuse.org/repositories/home:/easyrpg/Arch/$arch
Depois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Arch/$(uname -m)/home_easyrpg_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_easyrpg_Arch/easyrpg-player
Para Debian Unstable corra o seguinte:
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:/easyrpg/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para Debian Testing corra o seguinte:
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:/easyrpg/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para Debian 13 corra o seguinte:
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:/easyrpg/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para Debian 12 corra o seguinte:
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:/easyrpg/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para Debian 11 corra o seguinte:
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:/easyrpg/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/openSUSE_Tumbleweed/home:easyrpg.repo
zypper refresh
zypper install easyrpg-player
Para openSUSE Slowroll corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/openSUSE_Slowroll/home:easyrpg.repo
zypper refresh
zypper install easyrpg-player
Para openSUSE Factory PowerPC corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/openSUSE_Factory_PowerPC/home:easyrpg.repo
zypper refresh
zypper install easyrpg-player
Para openSUSE Factory ARM corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/openSUSE_Factory_ARM/home:easyrpg.repo
zypper refresh
zypper install easyrpg-player
Para 16.0 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/16.0/home:easyrpg.repo
zypper refresh
zypper install easyrpg-player
Para 15.6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/15.6/home:easyrpg.repo
zypper refresh
zypper install easyrpg-player
Para Raspbian 12 corra o seguinte:
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:/easyrpg/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para Raspbian 11 corra o seguinte:
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:/easyrpg/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para xUbuntu 25.04 corra o seguinte:
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:/easyrpg/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para xUbuntu 24.10 corra o seguinte:
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:/easyrpg/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para xUbuntu 24.04 corra o seguinte:
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:/easyrpg/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player
Para xUbuntu 22.04 corra o seguinte:
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:/easyrpg/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:easyrpg.list
curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_easyrpg.gpg > /dev/null
sudo apt update
sudo apt install easyrpg-player

Pacotes para xUbuntu 25.04:

Pacotes para xUbuntu 24.10:

Pacotes para xUbuntu 24.04:

Pacotes para xUbuntu 22.04: