Kevin Dean wrote:
In order to do this, you must have the testing or unstable
repository enabled and un-commented in /etc/apt/sources/list
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
And dont forget to uncomment the line with stable, and #to comment
out# the line with unstable after you get your package, and then
run apt-get update again, or your next upgrade will bring your styable
machine to unstable
Thierry
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
|
- Re: Installing a package from "testing" or &q... thierry
-