how to install .run files linux code example
Example 1: what if there is no run option for a .run file in ubuntu
$ sudo chmod +x ./FILENAME.run
$ ./FILENAME.run
Example 2: how to run .run file in linux
sudo chmod +x /path/to/file.run
sudo /path/to/file.run