Executing .run Files in Linux
Some Linux installation files some as a .run file. These can be executed by making them executable.
chmod 777 SOME_INSTALLER.run
./SOME_INSTALLER.run
Some Linux installation files some as a .run file. These can be executed by making them executable.
chmod 777 SOME_INSTALLER.run
./SOME_INSTALLER.run