postagelabels from home:przem:app project

Seleccioneu el sistema operatiu

Per aArch Linux, editeu /etc/pacman.conf i afegiu-hi el següent (tingueu present que l'ordre dels repositoris dins de pacman.conf és important, ja que el Pacman sempre descarrega el primer paquet que troba):
[home_przem_app_Arch]
Server = https://download.opensuse.org/repositories/home:/przem:/app/Arch/$arch
Llavors executeu el següent com a 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/postagelabels
Per a Fedora 43 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_43/home:przem:app.repo
dnf install postagelabels
Per a Fedora 42 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_42/home:przem:app.repo
dnf install postagelabels
Per a Fedora 41 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_41/home:przem:app.repo
dnf install postagelabels
Per a Fedora 40 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_40/home:przem:app.repo
dnf install postagelabels
Per a Fedora 39 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_39/home:przem:app.repo
dnf install postagelabels
Per a Fedora 38 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_38/home:przem:app.repo
dnf install postagelabels
Per a openSUSE Tumbleweed executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Tumbleweed/home:przem:app.repo
zypper refresh
zypper install postagelabels
Per a openSUSE Slowroll executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Slowroll/home:przem:app.repo
zypper refresh
zypper install postagelabels
Per a 16.0 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/16.0/home:przem:app.repo
zypper refresh
zypper install postagelabels
Per a 15.6 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.6/home:przem:app.repo
zypper refresh
zypper install postagelabels
Per a 15.5 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.5/home:przem:app.repo
zypper refresh
zypper install postagelabels
Per a 15.4 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.4/home:przem:app.repo
zypper refresh
zypper install postagelabels