Wie installiere ich experimentelle Pakete?

654
Woltan

Ich betreibe Debian Squeeze und möchte das experimentelle Wine-Paket von Sid installieren.

Meine Fragen:

  1. Wo finde ich das Paket?
  2. Gibt es eine Möglichkeit, das Paket in die Softwarequellen aufzunehmen und mit Synaptic zu installieren?
  3. Wie werden Abhängigkeiten behandelt, wenn ein experimentelles Paket Aktualisierungen von experimentellen Abhängigkeiten erfordert? Könnte es sein, dass andere Programme aufgrund der Abhängigkeit "Update" instabil werden?
0

1 Antwort auf die Frage

0
kobaltz

Example - stable

The sources.list for using stable reads --

 deb http://http.us.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb http://security.debian.org stable/updates main contrib non-free 

Example - testing

You need to include the stable lines, and then add three lines with a s/stable/testing/g, giving the file:

 deb http://http.us.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb http://security.debian.org stable/updates main contrib non-free deb http://http.us.debian.org/debian testing main contrib non-free deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free deb http://security.debian.org testing/updates main contrib non-free 

Source: http://www.mayin.org/ajayshah/COMPUTING/debian-principles.html

On the testing, notice that the sources are accessing stable and testing.

You can find your sources in /etc/apt/sources.list