subtitlecomposer from home:maxrd2 project

Виберіть вашу операційну систему

Для Arch Linux відредагуйте /etc/pacman.conf і додайте наступне (зверніть увагу, що в pacman.conf важливий порядок сховищ, оскільки pacman завжди завантажує перший знайдений пакет):
[home_maxrd2_Arch]
Server = https://download.opensuse.org/repositories/home:/maxrd2/Arch/$arch
Потім запустіть від імені root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Arch/$(uname -m)/home_maxrd2_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_maxrd2_Arch/subtitlecomposer
Для 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:/maxrd2/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Для Debian Testing запустіть:
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:/maxrd2/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Для Debian 11 запустіть:
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:/maxrd2/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Для Fedora 39 запустіть від імені root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_39/home:maxrd2.repo
dnf install subtitlecomposer
Для Fedora 38 запустіть від імені root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_38/home:maxrd2.repo
dnf install subtitlecomposer
Для openSUSE Leap 15.4 запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.4/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
Для xUbuntu 23.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:/maxrd2/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Для xUbuntu 22.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:/maxrd2/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer

Пакунки для xUbuntu 23.10:

Пакунки для xUbuntu 22.04: