💾 Archived View for freeshell.de › tldr › gem.gmi captured on 2023-07-10 at 14:31:29. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

gem

Interact with the package manager for the Ruby programming language.

More information.

gem search {regular_expression} --all
gem install {gemname}
gem install {gemname} --version {1.0.0}
gem install {gemname} --version '~> {1.0}'
gem update {gemname}
gem list
gem uninstall {gemname}
gem uninstall {gemname} --version {1.0.0}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY