how to run pyinstaller generate application in linux

C++
# If your application name is main which is located at /dist/main then run below command.
>> ./main #main is the application name 
# It will run your application directly.
Source

Also in C++: