Horje
how to install .bin file in linux Code Example
how to open .bin file in linux
Open your terminal and go to ~$ cd /Downloads (where ~/Downloads is the folder where you bin file is)
Give it execution permissions (just in case it doesn't have it already):
~/Downloads$ sudo chmod +x filename.bin
Write: ./ followed by the name and extension of your bin file. In this example it would be: ~/Downloads$ ./filename.bin
how to install .bin file in linux
# simply...
$ chmod a+x # add sudo if permission is required
$ ./filename.bin # add sudo if necessary




Shell

Related
linux move everything except Code Example linux move everything except Code Example
Creating tar.gz Code Example Creating tar.gz Code Example
date last friedy in linux Code Example date last friedy in linux Code Example
view branches not merged with master Code Example view branches not merged with master Code Example
restart bluetooth kali Code Example restart bluetooth kali Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7