Exercise: Quick Package Construction with fpm
Quickly create and install a package using fpm.
We'll cover the following
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:
-
Set the path to install
fpm
. -
Install
fpm
using the Rubygem
installer. -
Create a
.deb
package by converting thebundler
gem. For this, you will need to use the sourcegem
instead ofnpm
. -
After the package is created, install it like any other
.deb
package.
Get hands-on with 1200+ tech skills courses.