1
I need to run a file that requires the command make
. When I type this command the error occurs:
make: g++: Command not found make: *** [clearlines] Error 127
I’ve already executed the commands:
# cd /var/lib/dpkg/info/
# ls | grep "install-info"
I also ran the commands below to solve the package problems
install-info
.
# rm install-info*
# apt-get install -f
# dpkg --configure -a
Unfortunately, I still can’t execute the command make
.
It worked. A short description of what this package is would be welcome and add to the response. :)
– Luis Milanese