obs-service-recompress from home:in0rdr project

Selecione seu sistema operacional

Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[home_in0rdr_Arch]
Server = https://download.opensuse.org/repositories/home:/in0rdr/Arch/$arch
Então execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:in0rdr/Arch/$(uname -m)/home_in0rdr_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_in0rdr_Arch/obs-service-recompress
Para CentOS 8 Stream execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:in0rdr/CentOS_8_Stream/home:in0rdr.repo
yum install obs-service-recompress
Para Debian Unstable execute 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:/in0rdr/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:in0rdr.list
curl -fsSL https://download.opensuse.org/repositories/home:in0rdr/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_in0rdr.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress
Para Debian 12 execute 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:/in0rdr/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:in0rdr.list
curl -fsSL https://download.opensuse.org/repositories/home:in0rdr/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_in0rdr.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress

Pacotes para Debian Unstable:

Para Fedora Rawhide execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:in0rdr/Fedora_Rawhide/home:in0rdr.repo
dnf install obs-service-recompress
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:in0rdr/Fedora_41/home:in0rdr.repo
dnf install obs-service-recompress
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:in0rdr/openSUSE_Tumbleweed/home:in0rdr.repo
zypper refresh
zypper install obs-service-recompress
Para 15.6 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:in0rdr/15.6/home:in0rdr.repo
zypper refresh
zypper install obs-service-recompress
Para Raspbian 12 execute 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:/in0rdr/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:in0rdr.list
curl -fsSL https://download.opensuse.org/repositories/home:in0rdr/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_in0rdr.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress

Pacotes para Raspbian 12:

Para xUbuntu 24.04 execute 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:/in0rdr/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:in0rdr.list
curl -fsSL https://download.opensuse.org/repositories/home:in0rdr/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_in0rdr.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress

Pacotes para xUbuntu 24.04: