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

gem install PACKAGE_NAME

To uninstall a package, run

gem uninstall PACKAGE_NAME

To search for a package, run

gem search PACKAGE_NAME

gem install error libxslt is missing

See Ruby

Need help with Linux Server or WordPress? We can help!

Leave a Reply

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