How to install fpm package builder on Ubuntu/Debian
Problem:
You want to build a package using the fpm command, but you see the following error message:
fpm_error.txt
fpm: command not foundSolution
First, install rubygems:
install_rubygems.sh
sudo apt -y install rubygemsand now install fpm using rubygems:
install_fpm.sh
sudo gem install fpmCheck out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow