During custom compiling of applications, sometimes you will see error messages like the following:
make: depmod: Command not found
That doesn’t necessarily mean your computer doesn’t have something installed, but it could mean the program just couldn’t find it.
Here is how to fix it:
Continue reading Adding a Directory to Linux PATH Environment Variable