verysimpleslideshow from home:przem:app 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_przem_app_Arch]
Server = https://download.opensuse.org/repositories/home:/przem:/app/Arch/$arch
Depois execute o seguinte como 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/verysimpleslideshow
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:/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 verysimpleslideshow
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:/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 verysimpleslideshow
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:/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 verysimpleslideshow
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:/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 verysimpleslideshow
Para Debian 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:/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 verysimpleslideshow
Para Fedora 43 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_43/home:przem:app.repo
dnf install verysimpleslideshow
Para Fedora 42 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_42/home:przem:app.repo
dnf install verysimpleslideshow
Para Fedora 41 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_41/home:przem:app.repo
dnf install verysimpleslideshow
Para Fedora 40 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_40/home:przem:app.repo
dnf install verysimpleslideshow
Para Fedora 39 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_39/home:przem:app.repo
dnf install verysimpleslideshow
Para Fedora 38 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_38/home:przem:app.repo
dnf install verysimpleslideshow
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Tumbleweed/home:przem:app.repo
zypper refresh
zypper install verysimpleslideshow
Para openSUSE Slowroll corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Slowroll/home:przem:app.repo
zypper refresh
zypper install verysimpleslideshow
Para 16.0 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/16.0/home:przem:app.repo
zypper refresh
zypper install verysimpleslideshow
Para 15.6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.6/home:przem:app.repo
zypper refresh
zypper install verysimpleslideshow
Para 15.5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.5/home:przem:app.repo
zypper refresh
zypper install verysimpleslideshow
Para 15.4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.4/home:przem:app.repo
zypper refresh
zypper install verysimpleslideshow
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:/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 verysimpleslideshow
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:/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 verysimpleslideshow
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:/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 verysimpleslideshow
Para xUbuntu 23.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:/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 verysimpleslideshow
Para xUbuntu 23.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:/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 verysimpleslideshow
Para xUbuntu 22.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:/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 verysimpleslideshow
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:/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 verysimpleslideshow
Para xUbuntu 20.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:/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 verysimpleslideshow

Pacotes para xUbuntu 25.04:

Pacotes para xUbuntu 24.10:

Pacotes para xUbuntu 24.04:

Pacotes para xUbuntu 23.10:

Pacotes para xUbuntu 23.04:

Pacotes para xUbuntu 22.10:

Pacotes para xUbuntu 22.04:

Pacotes para xUbuntu 20.04: