On Wed, 23 Feb 2005 20:09:56 +0530
"Deepak, R." <masatran@research.iiit.ac.in> wrote:
> Requirements:
> 2. Packages must be installed from "testing" by default, but
> "apt-get install {package}/unstable" must be available.
Create or edit /etc/apt/apt.conf and add the line:
APT::Default-Release "testing";
To add stuff from unstable do
apt-get install -t unstable package-name
H.