Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2011 13:49:19 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Andy Wodfer <wodfer@gmail.com>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Installing .bin file?
Message-ID:  <20110512134919.4a351b13.freebsd@edvax.de>
In-Reply-To: <BANLkTi=O=t8ifwa3_9_cRUmRBU33aLkHRw@mail.gmail.com>
References:  <BANLkTi=O=t8ifwa3_9_cRUmRBU33aLkHRw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 May 2011 13:10:55 +0200, Andy Wodfer <wodfer@gmail.com> wrote:
> How do I install a .bin file on FreeBSD? I'm used to makefiles etc.

First off all, check _what_ kind of file it is.

	% file <filename>

If it's a Bourne shell script, run

	% sh <filename>

If it's a binary that runs on FreeBSD, run

	% chmod +x <filename>
	% ./<filename>

The .bin seems to indicate that it is a binary file,
so the 3rd method mentioned should apply. If you need
root privileges for the installation process, use su
or sudo / super / ... according to your preferences.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110512134919.4a351b13.freebsd>