High, On Sun, 10 Mar 2002, Alan & Kerry Shrimpton wrote:
> Hi all, > > I downloaded StarOffice .bin files. Set up tells me to run them but I don't > know how to run a .bin file. Please help? > > For Linux customers who downloaded StarOffice as several segments: > >From the command line, change directory to the directory into which you > downloaded the StarOffice files and run the following: > > > Danish: so-5_2-ga-bin-linux-da-000.bin It's very simple. First you have to tell Linux that this is an executable: chmod a+x *.bin Then you can run it by simply typing the filename. However, the current directory may not be in your search path. In that case, simplay add an ./ in front of the filename, so: ./so-5_2-ga-bin-linux-da-000.bin That's all. Greetz, Sebastiaan