Answer the question
In order to leave comments, you need to log in
How to fix bash: ./myprogram: No such file or directory?
When installing in the Ubuntu terminal through the command ./myprogram
(./myprogram wrote purely for an example), writes bash: ./myprogram: No such file or directory
How to solve?
Answer the question
In order to leave comments, you need to log in
when installed in the Ubuntu terminal via the command ./
chmod +x myprogram
do you have myprogram in the current directory? Is this a bash script?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question