Latest News

Ubuntu - How to execute .Run or .Bin File



Terminal

First, open the Terminal, then mark the file as executable with the chmod command.
 
chmod +x file-name.run
Now 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

D-Tech Designed by Templateism.com Copyright © 2014.Modified by D. This blog is created for educational purpose only, I own and gain nothing from it except for the Programming Code

Theme images by Bim. Powered by Blogger.