For instance, (please not, this will be different based on your mirrors and sources, but the concept is the same.
as root, nano /etc/apt/sources.list
You'll see lines that look like
deb http://ftp.us.debian.org/debian/ stable main contrib non-free
Comment this out (put a # in front of it) and add
deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
The save the file and exit.
next, do apt-get update
The apt-get install <package name> and it should pull from the unstable repository.
I hope htis helps
-Kevin Dean
On 3/1/06, Robert MannI <[EMAIL PROTECTED]> wrote:
Hello!
Can anyone quickly guide me through the process of installing a
package from "Testing" or "Unstable" with aptitude?
I tried "aptitude -t testing show librmagick-ruby", but it shows me
the Stable version.
Rob