Why is Ruby not part of RHEL/CentOS? [closed] - ruby

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
It seems that Red Hat doesn't include software that is made by a company. OpenVPN and MongoDB come to mind. Perl and Python are in RHEL/CentOS. What could be a reason Ruby isn't in RHEL?
Update
RedHat have now announced Red Hat Software Collections 1.0 which exactly addresses this need.

I don't use distribution rubies. It is best to compile them from the latest version or whatever version you use, those packages in the distro repositories are frequently outdated.
Check out RVM or RBENV. I guess why they are not could be interesting, but probably not a question StackOverflow at large is going to like.

Related

How can I downgrade Bash? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Im trying to implement Shellshock and I need downgrade Bash to a vuln. version. I don't know how get it and there isn't much information in the Internet about it.
I'm working with Ubuntu Server 14.04.
How I can get it?
Don't downgrade the system bash. That's a terrible idea. Get the source for a vulnerable version and compile it yourself.
(Don't install it to the system though if you can avoid it, just run it from the source directory.)

How to install puppet-enterprise on fedora 19? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Can some one help me with it, i found in docs of puppet-EE that fedora is supported OS but I cant install any kind of tarballs. Thanks for any help!
Fedora is not on the supported list of Puppet Enterprise operating systems. If you want a Red Hat based OS, and don't want to use RHEL you can use CentOS.

How can I upgrade my Mac's apache to the latest version? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I can't figure out where my Mac's apache installation files are (source files).
Doing which apachectl or which ab just shows me /usr/sbin/ and not the original sources, do they even exist on the system or is it just the compiled binaries?
The end goal for me is to upgrade from 2.2.2 that I have no to the latest version.
How can I do this? or can I blow out what I have now and install it via homebrew.
Youll find the headers in /usr/include/apache2. However i wouldnt upgrade they systems apache. I would use Homebrew, MacPorts, Fink, or a manual installation. This way it doesnt get blown away by a system update or break a dependency somewhere. Its probably unlikely either of those would happen, but you never know 100%.

Updating Ruby on Mac [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I was trying to install rails and also tried to update gem, but it didn't work out.Tried to google the problem and it says i have older version of ruby which i have to update. I currently have 1.8.6 . Can somebody please help me how to update this version to 1.9?
The best way is to use Ruby Version Manager.
Read the site, there are step-by-step manuals.
I suugest you to go to the terminal and using from rvm.

Where can I get the missing figures from the freely available, classic "Programming Ruby" e-book? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am studying the content of "Programming Ruby- The Pragmatic Programmer's Guide" but the HTML version does not include the Figures.
Are the figures available anywhere online?
Unfortunately, the HTML version applies to an older version of Ruby and is no longer maintained. If you want to learn Ruby via the Programming Ruby book, you should buy the latest edition.

Resources