how to run .run file in linux

C++
sudo chmod +x /path/to/file.run
sudo /path/to/file.run

Source

Also in C++: