Home > OS >  For help: Linux using the make command prompt "grep" command not found
For help: Linux using the make command prompt "grep" command not found

Time:10-12

Use the make command compiler installed incorrectly
Is there a big help solve

CodePudding user response:

The grep not installed
You can yum install grep or apt - get the install grep

CodePudding user response:

reference 1st floor stherix response:
grep not installed
You can yum install grep or apt - get the install grep
already installed, but still like this

CodePudding user response:

refer to the second floor weixin_45082510 response:
Quote: refer to 1st floor stherix response:
grep not installed
You can yum install grep or apt - get the install grep
already installed, but still like this


You enter the grep, see have this command does not
May be the/usr/bin/no grep below

CodePudding user response:

reference stherix reply: 3/f
Quote: refer to the second floor weixin_45082510 response:

Quote: refer to 1st floor stherix response:
grep not installed
You can yum install grep or apt - get the install grep
already installed, but still like this


You enter the grep, see have this command does not
May be under the/usr/bin/no grep
if there is no what to do next

CodePudding user response:

The location of the find grep in actual
Then use ln links
Ln -s/usr/bin/full path to the grep grep

CodePudding user response:

reference 5 floor stherix reply:

find grep in actual positionThen use ln links
Ln -s/usr/bin/full path to the grep grep
grep under usr/bin path
  • Related