Install a rubygem Globally

… on Fedora, that is. Example gem name, obviously.

sudo gem install --no-user-install --minimal-deps \
  -r -i /usr/share/gems winrm-elevated

But I am starting to conclude that it’s better to configure your Ruby/Gem installation to use a personal Gem repository all the time. I think you do that with something like:

export GEM_HOME=$HOME/.gem

But I don’t feel like I understand Ruby packaging at all so maybe that’s terrible advice.

Questions or comments? For better or worse this website isn’t interactive, so send me an email or, uh, Toot me.

To get notified of new posts, try subscribing to my lightweight newsletter or my RSS/Atom feed. No thirsty influencering — you get alerts about what I’m writing; I get warm fuzzies from knowing that someone’s reading!

See a list of all how-to guides.

On GitHub you can propose a revision to this guide or view its revision history.