obs-service-recompress from home:jcgl project

Выберите операционную систему

Для Arch Linux отредактируйте /etc/pacman.conf и добавьте следующее (обратите внимание, что в pacman.conf важен порядок репозиториев, поскольку pacman всегда загружает первый найденный пакет):
[home_jcgl_Arch]
Server = https://download.opensuse.org/repositories/home:/jcgl/Arch/$arch
Затем запустите от имени root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:jcgl/Arch/$(uname -m)/home_jcgl_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_jcgl_Arch/obs-service-recompress
Для CentOS CentOS-9 Stream запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:jcgl/CentOS_CentOS-9_Stream/home:jcgl.repo
yum install obs-service-recompress
Для CentOS CentOS-10 Stream запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:jcgl/CentOS_CentOS-10_Stream/home:jcgl.repo
yum install obs-service-recompress
Для CentOS 8 запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:jcgl/CentOS_8/home:jcgl.repo
yum install obs-service-recompress
Для Debian Unstable запустите:
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:/jcgl/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:jcgl.list
curl -fsSL https://download.opensuse.org/repositories/home:jcgl/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jcgl.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress
Для Debian 13 запустите:
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:/jcgl/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:jcgl.list
curl -fsSL https://download.opensuse.org/repositories/home:jcgl/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jcgl.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress
Для Debian 12 запустите:
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:/jcgl/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:jcgl.list
curl -fsSL https://download.opensuse.org/repositories/home:jcgl/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jcgl.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress

Пакеты для Debian Unstable:

Пакеты для Debian 13:

Пакеты для Debian 12:

Для Fedora Rawhide запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_Rawhide/home:jcgl.repo
dnf install obs-service-recompress
Для Fedora 43 запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_43/home:jcgl.repo
dnf install obs-service-recompress
Для Fedora 42 запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_42/home:jcgl.repo
dnf install obs-service-recompress
Для Fedora 41 запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_41/home:jcgl.repo
dnf install obs-service-recompress
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:jcgl/openSUSE_Tumbleweed/home:jcgl.repo
zypper refresh
zypper install obs-service-recompress
Для 16.0 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:jcgl/16.0/home:jcgl.repo
zypper refresh
zypper install obs-service-recompress
Для xUbuntu 25.04 запустите:
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:/jcgl/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:jcgl.list
curl -fsSL https://download.opensuse.org/repositories/home:jcgl/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jcgl.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress
Для xUbuntu 24.10 запустите:
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:/jcgl/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:jcgl.list
curl -fsSL https://download.opensuse.org/repositories/home:jcgl/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jcgl.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress
Для xUbuntu 24.04 запустите:
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:/jcgl/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:jcgl.list
curl -fsSL https://download.opensuse.org/repositories/home:jcgl/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jcgl.gpg > /dev/null
sudo apt update
sudo apt install obs-service-recompress

Пакеты для xUbuntu 25.04:

Пакеты для xUbuntu 24.10:

Пакеты для xUbuntu 24.04: