How Do You Install A BIN File In Ubuntu Linux?
Ubuntu is one of the most popular and user-friendly Linux operating system distros. The Ubuntu distro is based on Debian and cannot execute a BIN file. To install a BIN application in Ubuntu, it is necessary to use the Terminal with specific code instructions. The code will change the BIN file so that Ubuntu understands how to execute it. Download a BIN application file to the computer’s hard drive. Once the file is downloaded, copy and paste it to the Desktop. Open the Terminal. The Terminal can be accessed in the Applications menu at the top of the screen by choosing “Accessories” and “Terminal.” Type “CD DESKTOP” in the Terminal (without the quotes) and press the “Enter” key on the keyboard. The Terminal should now read “computer@name:~$ Desktop.” Type “LS” in the Terminal (again, without quotes) and press “Enter.” The name of the BIN file will now appear in the Terminal. Type “SUDO CHMOD +X FILENAME.BIN.” The FILENAME.BIN should be replaced with the name of the file you are install