I need to run a file that needs the make
command. When I type this command the error occurs:
make: g ++: Command not found make: *** [clearlines] Error 127
I have already executed the commands:
# cd /var/lib/dpkg/info/
# ls | grep "install-info"
I also ran the following commands to solve the problems of the package
install-info
.
# rm install-info*
# apt-get install -f
# dpkg --configure -a
Unfortunately, I still can not execute the command make
.