Apt-get :: apt-get install gcc



i've just enabling the apt and type apt- get install gcc as root. but still, i can't use the "make" command in sudo.
root@box:`# make
bash: make: command not found

here's the result when i try to re-"apt-get install gcc" again

root@box:`# apt-get install gcc
Reading Package Lists... Done
Building Dependency Tree... Done
gcc is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

did i miss something?

FYI: i'm using DSL 2.3

make is not part of gcc

So you will have to install make as well,
(or use myDSL if on a frugal)


original here.