Gem – Package Manager for Ruby

gem is package manager for Ruby.

To get list of all install packages, run

gem list

To install a package, run

Advertisement

gem install PACKAGE_NAME

To uninstall a package, run

gem uninstall PACKAGE_NAME

To search for a package, run

gem search PACKAGE_NAME
Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement