Terminal
First, open the Terminal, then mark the file as executable with the chmod command.chmod +x file-name.runNow you can execute the file in the terminal.
file-name.run
If an error message including a problem such as 'permission denied' appears, use sudo to run it as root (admin). Be careful, sudo allows you to make critical changes to your system. Many software installs will require sudo.
sudo file-name.run
No comments:
Post a Comment