2

I am using Ruby for sysadmin ops but I was wondering what is the difference between

Fedora Ruby Package like : rubygem-thor-0.19.1-2.fc23.noarch

Ruby Gems like : thor (0.19.1) >> using gem list --local

and How to use the package and when?

1 Answer 1

0

The ruby package is the "original" package created by any developer. The "rubygem" package is the one packaged and provided by fedora.

You should use the packages provided by fedora.... unless you need a version which isn't available for your needs, or when the package isn't available. The technical details of this can be found on packaging ruby.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .