- ArchPKGs
- How to Install bin (Step-by-Step Tutorial) on Arch-Based Linux (Manjaro/RebornOS)
- Table of Contents
- Install bin link
- Install with pacman (Default Package Manager) link
- Install with yay (AUR Helper) link
- Update bin link
- Update with pacman (Default Package Manager) link
- Update with yay (AUR Helper) link
- Uninstall bin link
- Remove with pacman (Default Package Manager) link
- Remove with yay (AUR Helper) link
- More Guides
- A Straightforward Tutorial on asteroid-git Installation on Arch Linux (Manjaro, Garuda)
- Step-by-Step Tutorial on tesseract-data-tir-git Installation on Arch-Based Linux (Manjaro/ArcoLinux)
- linux-steam-integration-git Install (Update/Remove) Guide on Arch Linux, Manjaro and Anarchy
- A Straightforward Guide on Installing ros2-humble-behaviortree-cpp-v3 on Arch Linux (Manjaro, EndeavourOS)
- Installing vte3-git with CLI on Arch Linux (Manjaro, Anarchy)
- Full Guide on suphp Installation on Arch-Based Linux (Manjaro/ArcoLinux)
- Как устанавливать bin файлы в Linux
- Установка bin файлов в Linux
- Консольный вариант
- Графический вариант
- How can I install a .bin file?
- 8 Answers 8
ArchPKGs
How to Install bin (Step-by-Step Tutorial) on Arch-Based Linux (Manjaro/RebornOS)
Quoting from bin ‘s own profile, it is «A paste bin written in Rust.». To get bin from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Parabola, BlackArch and Garuda is relatively uncomplicated. This guide will show you step-by-step how to install/update/remove the package with either the default package manager pacman or an AUR helper (e.g. yay ).
Table of Contents
Install bin link
Two well known ways are used to install bin from AUR. pacman is the way to go if you’re an experienced Linux user and know the concept of how packages are built. Otherwise, yay is a popular alternative to install packages without the trouble to review PKGBUILD and build packages with makepkg yourself.
Install with pacman (Default Package Manager) link
sudo pacman -S --needed git && git clone https://aur.archlinux.org/bin.git && cd bin && makepkg -si
- Install git if it’s not installed before.
- clone the package’s git repository from AUR.
- cd into the directory of the repository.
- Use makepkg to build the package. Also, it will automatically be installed with pacman afterwards.
Install with yay (AUR Helper) link
Update bin link
Updating AUR packages is practically the same as installing them. Simply pull it from upstream then re-build it. Nonetheless, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid dependency issues, since Arch is a rolling-release Linux distribution.
Update with pacman (Default Package Manager) link
git pull && makepkg -si
- pull from the package’s git repository.
- Build the package with makepkg . Also, it will automatically be updated with pacman if built successfully.
Update with yay (AUR Helper) link
Uninstall bin link
Compared to installing and updating packages, uninstalling is the most uncomplicated of these three,just choose whether to purge the dependencies that no longer required by other packages and the configuration files generated by the package.
Remove with pacman (Default Package Manager) link
sudo pacman -R bin
sudo pacman -Rs bin
sudo pacman -Rns bin
Remove with yay (AUR Helper) link
yay ‘s uninstalling command is just a pacman wrapper, executing with the same options will do the trick:
For more details about AUR packages installation or how to install yay , please refer to this guide from NoCache.
More Guides
A Straightforward Tutorial on asteroid-git Installation on Arch Linux (Manjaro, Garuda)
«A modern version of the arcade classic Asteroids» is the developer’s outline of asteroid-git. To install or uninstall asteroid-git from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Anarchy) is pretty straightforward. This guide will cover how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.
Step-by-Step Tutorial on tesseract-data-tir-git Installation on Arch-Based Linux (Manjaro/ArcoLinux)
Referring to tesseract-data-tir-git’s outline, it’s «Trained language data for tesseract OCR Engine». To install or uninstall this package (tesseract-data-tir-git) from AUR (Arch User Repository) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, ArcoLinux, Anarchy) is relatively uncomplicated. This guide will show you step-by-step how to install, update and remove the package with either the built-in package manager pacman or an AUR helper like yay.
linux-steam-integration-git Install (Update/Remove) Guide on Arch Linux, Manjaro and Anarchy
linux-steam-integration-git is «Helper for enabling better Steam integration on Linux» based on its own gist. To install or remove this package (linux-steam-integration-git) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, BlackArch, RebornOS, Artix, ArcoLinux) is relatively straightforward. This tutorial will be covering how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
A Straightforward Guide on Installing ros2-humble-behaviortree-cpp-v3 on Arch Linux (Manjaro, EndeavourOS)
ros2-humble-behaviortree-cpp-v3 is «Behavior Trees Library in C++. Batteries included.» referring to its gist. To install this package (ros2-humble-behaviortree-cpp-v3) from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, Parabola) is rather easy. This guide will show you step-by-step how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Installing vte3-git with CLI on Arch Linux (Manjaro, Anarchy)
Quoting from vte3-git’s own outline, it’s «Virtual Terminal Emulator widget (GTK3)». To install and update vte3-git from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Garuda, Artix, ArcoLinux, Anarchy) is relatively easy. This tutorial will show you step-by-step how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.
Full Guide on suphp Installation on Arch-Based Linux (Manjaro/ArcoLinux)
«A tool for executing PHP scripts with the permissions of their owners.» is their profile of suphp. To install and update suphp from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Garuda and Parabola is comparatively simple. This tutorial will taught you how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay.
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
Как устанавливать bin файлы в Linux
Не смотря, на то, что большинство программ в операционной системе Linux (в моем случае Ubuntu) можно установить из Центра приложений, тем самым обеспечивая совместимость с системой, иногда вам может понадобится установить новую версию программы или наоборот, старую, которой может не оказаться в списке.
Такие программы чаще всего распространяются, в формате .bin также известные как бинарные файлы. Бывает, что они запакованы в архив, а иногда как исполняемые файлы. Установка bin linux, может быть произведена через терминал либо же через графический интерфейс. Рассмотрим оба варианта.
Установка bin файлов в Linux
Консольный вариант
1. Для начала в файловом менеджере, нужно найти наш бинарник.
2. Откроем терминал, сочетанием клавиш Ctrl+Alt+T.
3. Зайдем в режим суперпользователя (под рутом). Для этого введем следующую команду в терминале:
Затем нужно ввести пароль.
4. Теперь, в терминале нам нужно зайти в ту директорию, где расположен наш бинарник. В моем случае это будет так:
5. Дайте права на выполнение файла .bin, командой:
В моем случае это выглядит так:
6. Теперь выполните его. Для этого находясь уже в той директории, где находится бинарный файл введем точку и слэш, затем имя файла. В случае со мной это выглядит так:
7. После этой команды, установщик программы запустился и спрашивает меня на каком языке я хотел бы установить bin файл в linux.
8. Далее устанавливаем программу как обычно это делается в ОС Windows.
Графический вариант
Он ненамного проще, но для новичков, которые недавно перешли с Windows будет понятнее. Первые 3 пункта из консольного варианта все же придется выполнить. Затем нужно выбрать файл, нажать правой кнопкой мыши, выбрать пункт «свойства». На вкладке права, нужно поставить галочку напротив пункта «Разрешить выполнение файла как программы».
Закрываем окно. И перетаскиваем этот файл в терминал, запущенный от суперпользователя, имя файла и путь уже впишутся автоматически, остается лишь нажать на кнопку «Enter». Далее, вы можете установить bin файл, как и в первом варианте. На этом все.
Обнаружили ошибку в тексте? Сообщите мне об этом. Выделите текст с ошибкой и нажмите Ctrl+Enter.
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.
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