Exercise: Quick Package Construction with fpm

Quickly create and install a package using fpm.

Task

In this exercise, you are required to create a package bundler using fpm. We have installed ruby for you in the terminal below. In order to complete the task, you need to perform the following steps:

  1. Set the path to install fpm.

  2. Install fpm using the Ruby gem installer.

  3. Create a .deb package by converting the bundler gem. For this, you will need to use the source gem instead of npm.

  4. After the package is created, install it like any other .deb package.

Get hands-on with 1300+ tech skills courses.