qdvdauthor from home:tkb 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_tkb_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/tkb/Arch_Extra/$arch
Puis exécutez en tant que root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:tkb/Arch_Extra/$(uname -m)/home_tkb_Arch_Extra.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_tkb_Arch_Extra/qdvdauthor
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_tkb_Arch]
Server = https://download.opensuse.org/repositories/home:/tkb/Arch/$arch
Puis exécutez en tant que root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:tkb/Arch/$(uname -m)/home_tkb_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_tkb_Arch/qdvdauthor
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:/tkb/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
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:/tkb/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour Debian 13, 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:/tkb/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour Debian 12, 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:/tkb/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
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:/tkb/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour Fedora Rawhide, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_Rawhide/home:tkb.repo
dnf install qdvdauthor
Pour Fedora 43, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_43/home:tkb.repo
dnf install qdvdauthor
Pour Fedora 42, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_42/home:tkb.repo
dnf install qdvdauthor
Pour Fedora 41, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_41/home:tkb.repo
dnf install qdvdauthor
Pour Mageia Cauldron, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tkb/Mageia_Cauldron/home:tkb.repo
dnf install qdvdauthor
Pour Mageia 9, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tkb/Mageia_9/home:tkb.repo
dnf install qdvdauthor
Pour openSUSE Tumbleweed, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:tkb/openSUSE_Tumbleweed/home:tkb.repo
zypper refresh
zypper install qdvdauthor
Pour openSUSE Slowroll, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:tkb/openSUSE_Slowroll/home:tkb.repo
zypper refresh
zypper install qdvdauthor
Pour 16.0, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:tkb/16.0/home:tkb.repo
zypper refresh
zypper install qdvdauthor
Pour 15.6, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:tkb/15.6/home:tkb.repo
zypper refresh
zypper install qdvdauthor
Pour Raspbian 12, 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:/tkb/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour Raspbian 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:/tkb/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour Raspbian 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:/tkb/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor

Paquets pour Raspbian 11 :

Paquets pour Raspbian 10 :

Pour xUbuntu 26.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:/tkb/xUbuntu_26.04/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_26.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour xUbuntu 25.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:/tkb/xUbuntu_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour xUbuntu 25.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:/tkb/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour xUbuntu 24.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:/tkb/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor
Pour xUbuntu 24.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:/tkb/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qdvdauthor

Paquets pour xUbuntu 26.04 :

Paquets pour xUbuntu 25.10 :

Paquets pour xUbuntu 25.04 :

Paquets pour xUbuntu 24.10 :