Installation on Linux

Installation on Linux is a simple process. Just perform the following steps.

Create a folder at a location of your choice and copy the tar file to this location. In our example we create a folder called fpm and the enterprise edition file was copied to this folder.
Folder and File on Linux

Use the command tar -xvf FILENAME.tar to extract this file.
Extract File on Linux

After the command is executed, the contents of your folder should look like this.
Extract File on Linux Done

To start the application, simply type the command ./fpm .
Linux Start Command