मैंने (सोचा कि मुझे) एक क्रंचबैंग में एक पीपीए रेपो जोड़ने की जरूरत है, (डेबियन) स्थापित करें:
( एनबी " रेयरिंग" उबंटू संस्करण है जो डेबियन के संस्करण से मेल खाता है जो मैं उपयोग कर रहा था) तो मैंने किया:
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
इसमें से अधिकांश पर समझाया गया है बूट मरम्मत , पेज (हालांकि अंत में TestDisk और फिर GParted थे कि मैं क्या वास्तव में एक खो विभाजन और एक दूषित एमबीआर बहाल करने के लिए की जरूरत है।) यह शायद नहीं है डेबियन रास्ता (टीएम), लेकिन यह मेरे लिए काम किया।
कुछ डेबियन रिपोज "पुरानी शैली" हैं और फिर आपको केवल एक पंक्ति की आवश्यकता है:
deb http://repo.alexx.net/apt/ /
# the trailing slash needs to be there
यदि आपके पास है तो ऐड-ऑप-रिपॉजिटरी अच्छा है, लेकिन यह अधिक ubuntu लगता है।