Learn to say popular Linux software package format names correctly.
0 / 5 completed
1 / 5
How is RPM (RPM Package Manager, the package format used by Red Hat-based Linux distributions) correctly pronounced?
RPM is pronounced 'AR-PEE-EM' — every letter spoken individually, R-P-M. In a technical interview: "RPM tracked every file the package installed, so removing it left nothing orphaned behind."
2 / 5
How is DEB (the package format used by Debian and Ubuntu-based Linux distributions) correctly pronounced?
DEB is pronounced 'DEB' — one syllable, short for 'Debian'. In a technical interview: "DEB bundled the compiled binary together with its dependency list in a single archive."
3 / 5
How is Snap (Canonical's universal Linux package format that bundles its own dependencies) correctly pronounced?
Snap (the package format) is pronounced 'SNAP' — exactly like the everyday word for a quick snapping sound. In a technical interview: "Snap packaged the app with its own runtime, so it ran the same way across completely different distributions."
4 / 5
How is Flatpak (sandboxed universal Linux package format, an alternative to Snap) correctly pronounced?
Flatpak is pronounced 'FLAT-pak' — 'flat' plus 'pack' spelled with a 'k', both plain English words. In a technical interview: "Flatpak sandboxed the app's file system access, so it couldn't reach outside its permitted folders."
5 / 5
How is AppImage (portable Linux package format that runs directly without installation) correctly pronounced?
AppImage is pronounced 'AP-im-ij' — 'app' plus 'image', both plain English words. In a technical interview: "AppImage ran straight from the downloaded file, without needing root access to install anything."