Skip to content

Instantly share code, notes, and snippets.

@pfigue
Created August 7, 2014 10:30
Show Gist options
  • Save pfigue/312a4260bf3e7fdfc12d to your computer and use it in GitHub Desktop.
Save pfigue/312a4260bf3e7fdfc12d to your computer and use it in GitHub Desktop.
Installing fpm (https://github.com/jordansissel/fpm) in Ubuntu 14.04
# Installing fpm in Ubuntu 14.04
sudo apt-get install ruby-dev gcc build-essential # build-essential is for make
sudo gem install fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment