Why is there are requirement for 1.9.2-p192?
There is a package on aptitude with 1.9.2p0. I've used this and it works. Compiling from source takes forever.
From http://www.ruby-lang.org/en/downloads/
Debian GNU/Linux uses the apt package manager system. (So does Ubuntu.) You can use it like this:
$ sudo apt-get install ruby1.9.1
Yes, this will install Ruby 1.9.2. It has a ‘library compatibility version’ of 1.9.1, hence the name.
Why is there are requirement for 1.9.2-p192?
There is a package on aptitude with 1.9.2p0. I've used this and it works. Compiling from source takes forever.
From http://www.ruby-lang.org/en/downloads/