install problem

Asked by Kim Larsen

I am a Linux newbee. Can't get the install script to run. Error message states can't locate file.

Thanks for any assistance you can render

Question information

Language:
English Edit question
Status:
Solved
For:
localhost-indicator Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alfred Maghi (alfred-maghi) said :
#1

Hello Kim,

You should first download and unzip the files.

Then, open a terminal and use the "cd" command to change directory. Use also
the "ls" command to list the files and directory.

Make sure you are in the localhost-indicator directory.

Then run "sudo python setup.py install".

I hope this helps you,
Cheers,
Al

Revision history for this message
Kim Larsen (kimmlarsen) said :
#2

Thanks Alfred.

It's working fine.

Regards,

Kim

On Sat, Sep 4, 2010 at 3:27 AM, Alfred Maghi <
<email address hidden>> wrote:

> Your question #124005 on localhost-indicator changed:
> https://answers.launchpad.net/localhost-indicator/+question/124005
>
> Status: Open => Answered
>
> Alfred Maghi proposed the following answer:
> Hello Kim,
>
> You should first download and unzip the files.
>
> Then, open a terminal and use the "cd" command to change directory. Use
> also
> the "ls" command to list the files and directory.
>
> Make sure you are in the localhost-indicator directory.
>
> Then run "sudo python setup.py install".
>
> I hope this helps you,
> Cheers,
> Al
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/localhost-indicator/+question/124005/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/localhost-indicator/+question/124005
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Alfred Maghi (alfred-maghi) said :
#3

Kim solved his problem using the "ls" and "cd" commands.