PDF download Download Article PDF download Download Article

.RUN files usually contain program data and installation instructions for Linux programs. This wikiHow teaches you how to execute .RUN files in Linux using the Ubuntu terminal. Since RUN files install software, make sure it's legitimate and won't harm your computer before executing it. RUN files from suspicious links can contain malware and damage your computer.

Running a .RUN File in Linux

Press Ctrl+Alt+T and find the folder with the file you want to run. Then, type "chmod +x yourfilename.run" and press “Enter.” Type "./yourfilename.run" and press “Enter” to run the file.

  1. Press Ctrl + Alt + T to open a Terminal window and navigate to the folder where your .RUN file is. You can also search for Terminal in the "dash" bar on the left side of your screen by clicking the "All Applications" icon.
  2. This will make your file executable.
    Advertisement
  3. /yourfilename.run " and press Enter . This command will execute your RUN file.
    • If you get a "Permission denied" error during this process, add " sudo " to the beginning of the code so it will run with the appropriate permissions. [1]
  4. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Name
      Please provide your name and last initial
      Thanks for submitting a tip for review!

      About This Article

      Article Summary X

      1. Open the Terminal.
      2. Type "cd" followed by the path of the file and press Enter .
      3. Type "sudo chmod +x " to change allow yourself permission to edit the file.
      4. Type "./" to run the file.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 106,007 times.

      Is this article up to date?

      Advertisement