Magic Banana, if you just need the make command to show up then of course it is sufficient to install the make package. However in order to actually make packages, you will probably also need the build-essential package, as it includes C header files and development libraries (libc6-dev) and a C++ compiler (g++). Even Ubuntu 's documentation says you need build-essential to make packages:
https://help.ubuntu.com/community/CompilingEasyHowTo
Step 1: Prep your system for building packages
By default, Ubuntu does not come with the tools required. You need to install the package build-essential for making the package and checkinstall for putting it into your package manager.

Reply via email to