Linux 系统 如何安装bin 文件 (English)

本文提供了一个详细的步骤来安装.bin文件,包括确认文件可执行性、赋予执行权限及最终执行安装的过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

In order to  install *.bin file,

first you need to  open your Terminal/bash window:

1st step : use”file” command to confirm whether it is executable or non-executable:

i.e :     file  /path/file.bin

lets take Adobe Reader for example, 

file /Downloads/AdbeRdr9.4.2-1_i486linux_enu.bin (file is the command)

Now you should see a sentence including the word “executable” and not “non-executable, not executable,… or something completely different)

After I enter the command:  file /Downloads/AdbeRdr9.4.2-1_i486linux_enu.bin

it will display:  ########################################################################### [dbastudent@192-168-1-134 Downloads]$ file AdbeRdr9.4.2-1_i486linux_enu.bin AdbeRdr9.4.2-1_i486linux_enu.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),  dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped ######################################################################### If you do not see “executable,…)” the file is probably an cd-image(BIN/CUE) and not an executable .bin-file

2nd Step :

Now enter: chmod +x file.bin

E.G:  chmod +x AdbeRdr9.4.2-1_i486linux_enu.bin  (chmod +x  is the command to give permission to execute this file)

No path! Just the name of the file!!! Now the file is executable…

Last step: Type:        /path/file.bin

take AdobeReader for example it will prompt the following command,

then type the path name where you would like to install:

Enter installation directory for Adobe Reader 9.4.2 [/opt] home/dbastudent/AdobeReader/

That ‘s all . Hopes to help you .


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值