[ubuntu-uk] For all you BSG fans out there!
Robert McWilliam
rmcw at allmail.net
Fri Sep 7 18:04:31 BST 2007
On Fri, 7 Sep 2007 16:33:56 +0000
STONE COLD <javad_ayaz at hotmail.com> wrote:
> Ok i downloaded this. followed your instructions...tried to run the
> file.
>
> this is what it tells me "Could not open location
> 'file:///./BtRLDemoInstaller.run "The location or file could not be
> found'
That looks a lot like the response from a run dialogue. If you want to
run the installer from there you need to specify the full path to
it. ./ is a way of running executables that are in the current
directory.
I don't know what the installer mentioned actually does. If it has a
text interface then you will need to run it in a terminal (either start
a terminal, navigate to the directory containing it and
enter ./BtRLDemoInstaller.run or use the run dialogue giving the full
path the the installer and checking the run in terminal option) If it
has a graphical interface then just specifying the full path in the run
dialogue should get it going.
One other thing you'll have to do is make sure the installer has the
executable permission set, which it wouldn't normally have when
downloaded. You can set the executable permissions with your file
manager of choice or the chmod command (something along the lines of
'chmod u+x BtRLDemoInstaller.run' in the directory containing the
installer).
Robert
More information about the ubuntu-uk
mailing list