dvrescue from home:MediaArea_net:snapshots project
Operációs rendszer kiválasztása
Telepítési forrás hozzáadása és telepítés kézzel
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_MediaArea_net_snapshots_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Arch_Extra/$(uname -m)/home_MediaArea_net_snapshots_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_MediaArea_net_snapshots_Arch_Extra/dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: CentOS 8 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/CentOS_8/home:MediaArea_net:snapshots.repo yum install dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
For Debian 13 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:/MediaArea_net:/snapshots/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null sudo apt update sudo apt install dvrescue
For Debian 12 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:/MediaArea_net:/snapshots/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null sudo apt update sudo apt install dvrescue
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:/MediaArea_net:/snapshots/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null sudo apt update sudo apt install dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: Mageia 9 futtassa a következőt root-ként:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Mageia_9/home:MediaArea_net:snapshots.repo dnf install dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Tumbleweed futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/openSUSE_Tumbleweed/home:MediaArea_net:snapshots.repo zypper refresh zypper install dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: RockyLinux 9 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/RockyLinux_9/home:MediaArea_net:snapshots.repo yum install dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Leap 15.6 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/openSUSE_Leap_15.6/home:MediaArea_net:snapshots.repo zypper refresh zypper install dvrescue
Ehhez: SLE 15 SP7 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/SLE_15_SP7/home:MediaArea_net:snapshots.repo zypper refresh zypper install dvrescue
Ehhez: SLE 15 SP6 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/SLE_15_SP6/home:MediaArea_net:snapshots.repo zypper refresh zypper install dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
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:/MediaArea_net:/snapshots/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null sudo apt update sudo apt install dvrescue
For xUbuntu 20.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:/MediaArea_net:/snapshots/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null sudo apt update sudo apt install dvrescue
For Ubuntu 25.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:/MediaArea_net:/snapshots/Ubuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Ubuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null sudo apt update sudo apt install dvrescue
For Ubuntu 24.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:/MediaArea_net:/snapshots/Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null sudo apt update sudo apt install dvrescue
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Leap 16.0 futtassa a következőt root-ként:
?