Skip to content

Instantly share code, notes, and snippets.

@yawnoc
Created May 8, 2021 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yawnoc/decce9d6e20130c16dab0cdd7ac378e7 to your computer and use it in GitHub Desktop.
Save yawnoc/decce9d6e20130c16dab0cdd7ac378e7 to your computer and use it in GitHub Desktop.
Installing Licensee (Ruby Gem) on Debian

Installing Licensee (Ruby Gem) on Debian

  1. Add ~/.gem/ruby/2.5.0/bin to path

  2. Install dependencies:

    $ sudo apt install ruby2.5-dev
    $ sudo apt install zlib1g-dev cmake pkg-config
  3. Install licensee:

    $ gem install licensee --user-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment