• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Adding repositories to Debian?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

perfectturmoil

Member
Joined
Oct 23, 2004
Location
Hillbillyville
Hey.. How do you add the testing / unstable repositories?

On a possibly different note, I'm trying to apt-get qtparted so I can fix my small partition. But it wont show up. Is this because its testing / unstable? If thats the case I'm sure adding those strings can fix the problem. If not.. any idea?
 
Code:
apt-cache policy qtparted
qtparted:
  Installiert:(keine)
  Mögliche Pakete:0.4.4-5
  Versions-Tabelle:
     0.4.4-5 0
        500 [url]ftp://ftp.debian.org[/url] unstable/main Packages
If you want to search for any form of parted (there are several programs), use apt-cache search parted

As for addintg different repositories: edit /etc/apt/sources.list
 
Back