On Fri, 18 Jan 2008 02:46:22 -0600
Danny <bunjee at charter.net> wrote:

> Can anyone please explain to me in detail how to install a .bin file
> with Ubuntu 7.10?

Just a guess without knowing where the file was downloaded from:

start a terminal
cd dir_where_the_file_is
sudo chmod +x file.bin
sudo ./file.bin

What are you trying to install?  Maybe it's in ubuntu's repositories
somewhere instead?

Josh