-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

gem


> Interact with the package manager for the Ruby programming language.

More information.


Search for remote gem(s) and show all available versions:

gem search {regular_expression} --all

Install the latest version of a gem:

gem install {gemname}

Install specific version of a gem:

gem install {gemname} --version {1.0.0}

Install the latest matching (SemVer) version of a gem:

gem install {gemname} --version '~> {1.0}'

Update a gem:

gem update {gemname}

List all local gems:

gem list

Uninstall a gem:

gem uninstall {gemname}

Uninstall specific version of a gem:

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



-- Response ended

-- Page fetched on Fri May 17 16:59:39 2024