ddrescue from home:garloff:storage project
Select Your Operating System
Add repository and install manually
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:/garloff:/storage/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
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:/garloff:/storage/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
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:/garloff:/storage/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
For Debian 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:/garloff:/storage/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
Grab binary packages directly
Add repository and install manually
For Raspbian 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:/garloff:/storage/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
For Raspbian 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:/garloff:/storage/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
For Raspbian 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:/garloff:/storage/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
Grab binary packages directly
Add repository and install manually
For xUbuntu 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:/garloff:/storage/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
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:/garloff:/storage/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
For xUbuntu 18.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:/garloff:/storage/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:garloff:storage.list curl -fsSL https://download.opensuse.org/repositories/home:garloff:storage/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_garloff_storage.gpg > /dev/null sudo apt update sudo apt install ddrescue
Grab binary packages directly
Add repository and install manually
For Univention 4.4 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/garloff:/storage/Univention_4.4/ /' > /etc/apt/sources.list.d/home:garloff:storage.list wget -nv https://download.opensuse.org/repositories/home:garloff:storage/Univention_4.4/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install ddrescue