Ben (ben) bir crunchbang, (debian) yüklemek için bir ppa repo eklemek gerekiyordu:
( NB "raring" kullandığım debian sürümüyle eşleşen ubuntu sürümüdür) ben yaptım:
sudo su -
# you can call the file anything that you want, but it has to end with .list to be a valid for apt-get
echo 'deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ raring main'>> /etc/apt/sources.list.d/boot-repair.list
# get the keys for that repo so that apt can verify the signed .deb files
wget http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/raring/Release.gpg
apt-key add Release.gpg
#gpg --search-keys 60D8DA0B
apt-get update
Bunun büyük kısmı açıklanmıştır önyükleme tamir (son olsa, sayfa TestDisk'in sonra ve Gparted'tan aslında kayıp bir bölümü ve bozuk MBR geri gerekeni idi.) Bu muhtemelen değil Debian yolu (TM) ama benim için çalıştı.
Bazı debian depoları "eski stil" dir ve daha sonra sadece aşağıdaki gibi bir satıra ihtiyacınız vardır:
deb http://repo.alexx.net/apt/ /
# the trailing slash needs to be there
add-apt-repository varsa iyi, ama bu daha ubuntu gibi görünüyor.