winget install --id=goreleaser.nfpm -e
Simple, 0-dependencies, deb, rpm, and apk packager. nFPM (not FPM) is configurable via YAML and does not need any packaging software installed.
nFPM (Not FPM) is a zero-dependency packager designed for creating deb, rpm, apk, ipk, and arch Linux packages. Built in Go, nFPM eliminates the need for external dependencies like Ruby or tar, offering a lightweight alternative to traditional packaging tools.
Key Features:
Audience & Benefit:
Ideal for developers, DevOps professionals, and anyone seeking a lightweight packaging solution. By eliminating external dependencies, nFPM enables faster, more efficient package creation without the need to install additional software. It is particularly beneficial for environments where simplicity and minimalism are prioritized.
Install nFPM using winget for quick setup and start building packages with ease.