如何在 Ubuntu/Debian 上安装 fpm 包构建器
问题:
你想使用 fpm 命令构建包,但你看到以下错误消息:
fpm_error.txt
fpm: command not found解决方案
首先,安装 rubygems:
install_rubygems.sh
sudo apt -y install rubygems现在使用 rubygems 安装 fpm:
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