Y
Hacker News
new
|
ask
|
show
|
jobs
by
asicsp
1594 days ago
Thanks for the shout out for my Ruby one-liners ebook. The second link (
https://learnbyexample.github.io/learn_ruby_oneliners/
) is the latest version.
1 comments
indigodaddy
1593 days ago
Does ruby come standard on most distros (Eg mainly thinking of RHEL-based here), or you’d have to install it usually?
link
freedomben
1593 days ago
Usually not, although it's one of the top/main packages supported by Red Hat. `dnf install ruby` will work everywhere.
link
asicsp
1593 days ago
Don't know about RHEL and I'm not aware of Linux distros that come with Ruby pre-installed. Perl/Python are usually available by default.
link
CopperWing
1593 days ago
Suse/openSuse comes with Ruby pre-installed because Yast, their distinctive system manager tool, is written in Ruby.
link