To install bin files in linux

How can I install a .bin file?

I want to update Acrobat Reader for Firefox, but the download has the .bin extension. How can I install it?

You should always try to install software from repositories (that is using synaptic/software center) to get security updates, new release,etc much more easily. Please note that you won’t get support (from launchpad.net, ubuntuforums.org or other Ubuntu support channels) for applications that aren’t installed from official sources.

8 Answers 8

Go into a terminal and issue the following command in the directory where the bin file is,

If you get a permission error and/or you’re dealing with an installer that applies system-wide changes you might have to launch your application with root privileges:

Hi, I am very illiterate in terminal. I have the bin file in desktop. Please tell me how to execute it. thanks

In terminal type cd Desktop and press enter.And then type chmod a+x name_of_file.bin and press enter.Finally type sudo ./name_of_file.bin It will install the bin file.

Читайте также:  Мой офис стандартный линукс

if you wanted to do this without the terminal you can flip executable bit with right click properties -> permissions -> set executable bit. but run as I don’t know how to do without a terminal

Right click and select properties then go to permissions tab and tick allow excecuting.

enter image description here

Now double click the file and select run.

Some binaries require to be run from a terminal. If that’s the case with your .bin file and/or nothing happens after double-clicking, drag the file into a new terminal window and run it by pressing ‘Return’. The output should give you a clue on what’s wrong.

So! 1. I changed the «allow exectuing » from properties. 2. used chmod to change permission, currently the permission is -rwxr-xr-x- 3. then i executed using .?filename.bin there is no response after that! what should i do?

If you want to globally install any binary, use the install command.

sudo install ./mybin /usr/bin/ 

The install command is used to copy files, and it does so by combining several commands into one to make them easy to use, i.e. cp , chown , chmod , and strip .

I want to update the Acrobat reader for firefox.

Adobe Reader is available in the Software Center.

Important note: This is only relevant for packages that don’t have a 64-bit version (e.g. Acrobat Reader). Installing ia32-libs is not required if you can download a 64-bit executable and/or are running a 32-bit system in the first place.

If your 64-bit Ubuntu doesn’t have the following package installed , you will not able to access Acrobat Reader.

sudo apt-get install ia32-libs chmod a+x yourfile.bin sudo ./yourfile.bin 

Источник

How to Install Bin Files in Linux: 11 Steps

How to Install Bin Files in Linux: 11 Steps

There are two types of bin files: self-extracting archives and the programs you run as they are. Both are covered in this article.

Steps

Install Bin Files in Linux Step 1

Step 1. If the bin file is an installation / self-extracting archive, first download it and save it in a safe location to avoid having to download it again later

Install Bin Files in Linux Step 2

Step 2. Log into the console

Install Bin Files in Linux Step 3

Step 3. Log in to the root user:

su — (hyphenation is required) and enter the password.

Install Bin Files in Linux Step 4

Step 4. If necessary, copy the bin file to final destination as some packages like Java Runtime Environment need it

Read the online instructions first.

Install Bin Files in Linux Step 5

Step 5. Follow the bin file like this:

cd / highest-directory / folder, for example cd / usr / share.

Install Bin Files in Linux Step 6

Step 6. Give the bin file execute permissions:

Install Bin Files in Linux Step 7

Step 7. Run it:

./file.bin (include period and forward slash).

Читайте также:  Linux установить разрешение монитора

Install Bin Files in Linux Step 8

Step 8. If the bin file is the program itself, you’ll need to unzip it first, like Firefox does

Install Bin Files in Linux Step 9

Step 9. Copy the archive and unzip it to the output folder to get a folder

Install Bin Files in Linux Step 10

Step 10. Open the folder, find the program and give it execute permissions if necessary (see step 6)

Install Bin Files in Linux Step 11

Step 11. Create a shortcut for convenience, right click on the desktop and select the necessary option following the example, an icon should appear

Warnings

  • Be careful where you save the file, unzipping may overwrite files.
  • If the program needs to run at the system level, save it somewhere central, such as / usr / share.
  • If you are a system administrator please prevent other users from doing this to avoid damage.
  • Use this procedure as a last resort, always use your distribution’s repositories if possible.

How To Run INSTALL.sh Files On Linux Using The Terminal

How To Run INSTALL.sh Files On Linux Using The Terminal

Linux offers many easy ways to install new programs, for example through the use of the Ubuntu Software Center and Synaptic Package Manager. However, some applications still need to be installed from the command prompt. This article explains how to install an application from an install.

3 Ways to Open BIN Format Files

3 Ways to Open BIN Format Files

If you’ve downloaded an old image file of some forgotten program or game, you may be wondering how to open it on your computer. The BIN format is an old type of file that contains all the information about the CD or DVD it came from. In order to use it, you need to burn it to a disc or mount it to a virtual drive.

How to Install the Linux Operating System on a Flash Drive and Install Portable Versions of your Favorite Programs

How to Install the Linux Operating System on a Flash Drive and Install Portable Versions of your Favorite Programs

Have you ever thought about doing something more advanced with your flash drive instead of the usual copy and paste files? How do you make your breakfast, take the dog out or do your homework? Well… it’s not possible !! However, you can install a portable operating system that can run on any computer in any location.

How to Install APK Files on Android: 12 Steps

How to Install APK Files on Android: 12 Steps

This article explains how to install APK format files on an Android phone or tablet. APK stands for Android Package Kit, which is the standard format used to distribute Android apps. The following instructions assume that you want to install an application from a different source than the Google Play Store.

Читайте также:  Linux connect to user session

How to Convert CPP Files to EXE Files: 7 Steps

How to Convert CPP Files to EXE Files: 7 Steps

This guide shows you how to convert C ++ source files to.exe files which are executable on most (not to say «all») Windows computers. This procedure also works with other extensions, such as.c ++,.cc, and.cxx (and.c in part, however not to be taken into consideration).

Источник

Как устанавливать bin файлы в Linux

Не смотря, на то, что большинство программ в операционной системе Linux (в моем случае Ubuntu) можно установить из Центра приложений, тем самым обеспечивая совместимость с системой, иногда вам может понадобится установить новую версию программы или наоборот, старую, которой может не оказаться в списке.

Такие программы чаще всего распространяются, в формате .bin также известные как бинарные файлы. Бывает, что они запакованы в архив, а иногда как исполняемые файлы. Установка bin linux, может быть произведена через терминал либо же через графический интерфейс. Рассмотрим оба варианта.

Установка bin файлов в Linux

Консольный вариант

1. Для начала в файловом менеджере, нужно найти наш бинарник.

Загрузки_007

2. Откроем терминал, сочетанием клавиш Ctrl+Alt+T.

Терминал_009

3. Зайдем в режим суперпользователя (под рутом). Для этого введем следующую команду в терминале:

Затем нужно ввести пароль.

Терминал_011

4. Теперь, в терминале нам нужно зайти в ту директорию, где расположен наш бинарник. В моем случае это будет так:

Терминал_012

5. Дайте права на выполнение файла .bin, командой:

В моем случае это выглядит так:

Терминал_014

6. Теперь выполните его. Для этого находясь уже в той директории, где находится бинарный файл введем точку и слэш, затем имя файла. В случае со мной это выглядит так:

Терминал_015

7. После этой команды, установщик программы запустился и спрашивает меня на каком языке я хотел бы установить bin файл в linux.

Language Selection_016

8. Далее устанавливаем программу как обычно это делается в ОС Windows.

Установка_017

Графический вариант

Он ненамного проще, но для новичков, которые недавно перешли с Windows будет понятнее. Первые 3 пункта из консольного варианта все же придется выполнить. Затем нужно выбрать файл, нажать правой кнопкой мыши, выбрать пункт «свойства». На вкладке права, нужно поставить галочку напротив пункта «Разрешить выполнение файла как программы».

Свойства «clip2net.bin»_018

Закрываем окно. И перетаскиваем этот файл в терминал, запущенный от суперпользователя, имя файла и путь уже впишутся автоматически, остается лишь нажать на кнопку «Enter». Далее, вы можете установить bin файл, как и в первом варианте. На этом все.

Обнаружили ошибку в тексте? Сообщите мне об этом. Выделите текст с ошибкой и нажмите Ctrl+Enter.

Источник

Оцените статью
Adblock
detector