subtitlecomposer from home:maxrd2 project

Sélectionnez votre système d'exploitation

Pour Arch Linux, modifiez /etc/pacman.conf et ajoutez (remarque : l'ordre des dépôts est important dans pacman.conf, puisque pacman télécharge toujours le premier paquet trouvé) :
[home_maxrd2_Arch]
Server = https://download.opensuse.org/repositories/home:/maxrd2/Arch/$arch
Puis exécutez en tant que 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
Pour Debian Unstable, exécutez :
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
Pour Debian Testing, exécutez :
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
Pour Debian 11, exécutez :
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
Pour Fedora 40, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_40/home:maxrd2.repo
dnf install subtitlecomposer
Pour Fedora 39, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_39/home:maxrd2.repo
dnf install subtitlecomposer
Pour Fedora 38, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_38/home:maxrd2.repo
dnf install subtitlecomposer
Pour openSUSE Tumbleweed, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Tumbleweed/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
Pour openSUSE Leap 15.4, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.4/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
Pour xUbuntu 23.10, exécutez :
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
Pour xUbuntu 22.04, exécutez :
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

Paquets pour xUbuntu 23.10 :

Paquets pour xUbuntu 22.04 :