cannot execute: required file not found #3830
Replies: 4 comments 11 replies
-
Alternatively you may use the Bash built-in: Also this question concerns a Termux package, not the app itself so should have been asked in termux/termux-packages. |
Beta Was this translation helpful? Give feedback.
-
Usually a command not having been installed displays the pkg command to install it with the package containing the missing command.
command -v which appears to show which is not installed by returning nothing. Is which a special scenario in where it does not seek for the package to install and return the pkg?
Could be either. As seen this is apparently a special scenario conscerning the app as it does not return a get command for a missing command file. |
Beta Was this translation helpful? Give feedback.
-
" I'm guessing
Nuances of commands which are specific to the preinstalled termux-app could fall under termux-app. Whatever you are mostly trying to do you are mostly wrong. Could be either. |
Beta Was this translation helpful? Give feedback.
-
Hi there. I'm getting this same error trying to execute java instaled using sdkman. |
Beta Was this translation helpful? Give feedback.
-
bash: /bin/which: cannot execute: required file not found
Q.What required file could system binaries (which) need?
A. If I must guess: a lib.
Beta Was this translation helpful? Give feedback.
All reactions