PDF download Download Article PDF download Download Article

Files ending with the .bin extension are typically installation binaries that you can execute to install a program. Before you can run a BIN install file, you'll need to make it executable using the chmod command or by changing its permissions in your desktop environment's file manager. This wikiHow article will teach you two simple ways to install a BIN file on any Linux distribution, including Ubuntu, Debian, CentOS, & Redhat.

Things You Should Know

  • If you're using a desktop environment like GNOME, KDE, or Cinnamon, you can make the BIN file executable in your file manager.
  • Use chmod + x <filename> at the prompt to make a .bin file executable.
  • Once the BIN file is executable, you can run it using the command ./<filename> or by double-clicking the file in your file manager.
Method 1
Method 1 of 2:

From the Command Line

PDF download Download Article
  1. If you're downloading the file from the internet, you can save it to your default download location.
    • Check the installation directions for any files you download from the internet. Depending on the file, you may need to install it in a certain way—for example, some BIN installers must be run by specifying an installation directory.
    • If you downloaded a compressed file (such as a .tgz, .zip, or .tar.gz file ), look for a "README" or "INSTALL" file after decompressing the file. Use the more command to open the file (e.g., more README ) to look for specific instructions or dependencies.
  2. You can do this on most Linux distributions by pressing Ctrl + Alt + T at the same time. Otherwise, click the Terminal icon in your app list.
    Advertisement
  3. For example, if you downloaded the file to the Downloads folder in your home directory, just type cd downloads .
    • If you don't remember where you saved the file, you can use the locate or find commands to find it .
  4. Replace filename with the name of the BIN file you downloaded, then press Enter to run the command. This changes the file's permissions so you can run it like a program.
  5. / before the file name. For example, to execute the file j2re-1_4_0-linux-i386.bin , you'd use ./j2re-1_4_0-linux-i386.bin . This runs the installation program.
    • If you need to install the program in a directory that requires root permissions (or you get a permissions error during installation), use su before the command. For example, su ./j2re-1_4_0-linux-i386.bin .
  6. Depending on the installer, you might see a graphical wizard that walks you through the installation, or an installation script may execute in the terminal window. Follow any on-screen prompts to install the software.
  7. Advertisement
Method 2
Method 2 of 2:

From the GUI / Desktop Environment

PDF download Download Article
  1. If you don't want to use the command line and are using a standard window manager like GNOME, KDE, or Cinnamon, you can make your BIN file executable and run it from the graphical user interface. Start by navigating to the BIN file in your file manager.
    • Check the installation directions for any files you download from the internet. Depending on the file, you may need to install it at the command line instead of your desktop environment so you can specify an installation directory.
  2. You'll see this option on the right-click menu.
  3. Depending on your window manager, you may already be on this tab. If not, click Permissions to get there.
  4. This checkbox makes the file executable so you can run it like a program.
    • When you're finished, click Close or the X to close the window and save your changes.
  5. This will launch the installer, which should begin installing your software. Follow any on-screen instructions to complete the installation.
    • If you get an error, try running the bin file in a terminal window instead by typing ./filename.bin , replacing "filename" with the name of your bin file.
  6. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 319,489 times.

      Is this article up to date?

      Advertisement