I've a dedicated debian 5.0 server, which runs the "stable" tree.

Now I want to install [testing] ruby 1.8.7 - but my system isnt configured for installing testing packages via apt-get.

How can I do that? I only want ruby to be testing - all other packages should be upgraded with the "stable" tree.

Can you help me?

link|improve this question
feedback

3 Answers

up vote 1 down vote accepted

See: http://stackoverflow.com/questions/512906/debian-how-can-i-pull-a-single-package-with-dependencies-from-another-repository/513078#513078

The mechanics are exactly the same despite that having been written for etch using packages from lenny. As a further suggestion, always use the name of the distribution rather than 'stable' as to avoid being bitten by an unplanned upgrade around release time. Feel free to use 'testing' though.

link|improve this answer
feedback

Michael Greenly has a nice description of how to do it on Ubuntu. My guess is that it will not need much tweaking to work on Debian.

link|improve this answer
feedback

You should definitly check out Ruby Enterprise Edition. It is often faster and needs less memory than the variant of your distribution. It is also very easy to install.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.