subtitlecomposer from home:maxrd2 project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_maxrd2_Arch]
Server = https://download.opensuse.org/repositories/home:/maxrd2/Arch/$arch
Then run the following as 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
For Debian Unstable run the following:
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
For Debian Testing run the following:
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
For Debian 11 run the following:
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
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_39/home:maxrd2.repo
dnf install subtitlecomposer
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_38/home:maxrd2.repo
dnf install subtitlecomposer
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Tumbleweed/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.4/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
For xUbuntu 23.10 run the following:
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
For xUbuntu 22.04 run the following:
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

Packages for xUbuntu 23.10:

Packages for xUbuntu 22.04: