Help

19 messages · started by Charles Breaux on Dec 15, 2019

Help

From Charles Breaux · Dec 15, 2019

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles

View original on FreeLists

Re: Help

From Myles L · Dec 15, 2019

Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Quoted reply (45 lines)

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles

View original on FreeLists

Re: Help

From Charles Breaux · Dec 15, 2019

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Quoted reply (51 lines)
Hello Charles,
You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.
So in this case it may be something like typing in Terminal:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles

View original on FreeLists

Re: Help

From Myles L · Dec 15, 2019

No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

Quoted reply (53 lines)
this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles
On Sun, Dec 15, 2019 at 4:29 PM Myles L < mileschristisum98@gmail.com > wrote:
Hello Charles,
this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles

View original on FreeLists

Re: Help

From Charles Breaux · Dec 17, 2019

Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
Quoted reply (56 lines)
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.
Myles Lynn
On Dec 15, 2019, at 7:00 PM, Charles Breaux < chazbreaux@gmail.com > wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles

View original on FreeLists

Re: Help

From Rex Bouwense · Dec 17, 2019

Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Quoted reply (123 lines)
Ah man,
I'been messing with this for days...  get not such directory
for cd /home/ desktop   cd /home/user/ desktop    etc
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From Charles Breaux · Dec 17, 2019

I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Quoted reply (128 lines)
Try cd Desktop
When using the terminal, you have to remember that it is case
sensitive.
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


Screen Shot 2019-12-17 at 9.38.46 PM.png

View original on FreeLists

Re: Help

From HateNo Hama · Dec 18, 2019

Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (130 lines)
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.
On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense < majb@azloco.com > wrote:
Try cd Desktop
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From Charles Breaux · Dec 18, 2019

Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Quoted reply (132 lines)
Charles, try "cd ~Desktop" , see if that works. 
On Wed, Dec 18, 2019, 1:48 PM Charles Breaux < chazbreaux@gmail.com > wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From Charles Breaux · Dec 18, 2019

This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (151 lines)
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the
install file to the terminal either in the root dir or the desktop I
get the results shown in screen shot 1 attached below.
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


native client install terminal.png

View original on FreeLists

Re: Help

From HateNo Hama · Dec 19, 2019

Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (153 lines)
This is what happens in ubuntu.  see the attached screen shot
On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux < chazbreaux@gmail.com > wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From Charles Breaux · Dec 18, 2019


savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Quoted reply (157 lines)
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 
You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 
Bruce 
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From HateNo Hama · Dec 19, 2019

Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 

cd "/home/savanne/Desktop/native client". 

An easier way is to type out part of the path and hit the tab key. 

cd /home/savanne/Desktop/nativ <hit Tab here to auto-complete>

<TAB> can be used anywhere in the command line to auto-complete commands.  

Please send the link to the app you downloaded so I can look into the install error.  There are a huge amount of video download apps and plugins.  Maybe I can figure out a fix. 

Bruce 

On Thu, Dec 19, 2019, 7:42 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (161 lines)
savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client bash: cd: /home/savanne/Desktop/native: No such file or directory savanne@savanne-OptiPlex-7010:~$
Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.
Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From Charles Breaux · Dec 20, 2019

Last login: Fri Dec 20 07:35:22 on console

PowerMacs-MacBook-Pro-6:~ powermac$ cd "/home/savanne/Desktop/native client"

-bash: cd: /home/savanne/Desktop/native client: No such file or directory

PowerMacs-MacBook-Pro-6:~ powermac$ cd /home/savanne/Desktop/native

The tab function did not work on my mac…haven’t tried in Ubuntu.


This is what drives me crazy about linux...all this advice online and from people like you and nothing works!


Anyway Bruce, thanks so much for your time. I’m gonna let this go: I don’t know if Cox is just underperforming, as often does, or if the servers who host free videos have been stepped on by the powers that be, but, All of the download extensions mostly now say there is no data available, or the few places where you still start a download all fail the download at exactly 189 Mbs. So, I doubt even if I was successful at installing the natvie client that it would be of any benefit….


Plus, I have bigger fish to fry. I’ve been researching getting into crypto currencies. And just to get started I need to extract and install a bunch of stuff just to set up a wallet. I’m burned out on “comparing” all the various, and often contradictory, online guides, and I have never been successful in extracting and installing stuff in Ubuntu.

Do, have any experience with bitcoin and setting up a wallet on ubuntu? No need to respond if the answer is no


On Wed, Dec 18, 2019 at 4:58 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Quoted reply (169 lines)
Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 
cd "/home/savanne/Desktop/native client". 
An easier way is to type out part of the path and hit the tab key. 
Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 

cd "/home/savanne/Desktop/native client". 

An easier way is to type out part of the path and hit the tab key. 

cd /home/savanne/Desktop/nativ <hit Tab here to auto-complete>

<TAB> can be used anywhere in the command line to auto-complete commands.  

Please send the link to the app you downloaded so I can look into the install error.  There are a huge amount of video download apps and plugins.  Maybe I can figure out a fix. 

Bruce 

On Thu, Dec 19, 2019, 7:42 AM Charles Breaux <chazbreaux@gmail.com> wrote:

savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From HateNo Hama · Dec 21, 2019

Hi Charles, sorry for the frustrating.  I have never used a Mac, so I can't speak on them. I did notice that in your Bash line, you did not wrap it in quotes, so it would fail due to the space in the line. 

I do not know much about crypto currencies, but I have read a lot of advice saying you should not keep an online walker, but keep one on a removable drive or even a paper wallet, to avoid theft. 
I can possibly help with the commands to extract though, if you are downloading a tarball (extension is .tar, .tar.gz, etc.). 

Bruce 

On Sat, Dec 21, 2019, 1:13 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (205 lines)
Last
login: Fri Dec 20 07:35:22 on console
PowerMacs-MacBook-Pro-6:~

Last login: Fri Dec 20 07:35:22 on console

PowerMacs-MacBook-Pro-6:~ powermac$ cd "/home/savanne/Desktop/native client"

-bash: cd: /home/savanne/Desktop/native client: No such file or directory

PowerMacs-MacBook-Pro-6:~ powermac$ cd /home/savanne/Desktop/native

The tab function did not work on my mac…haven’t tried in Ubuntu.


This is what drives me crazy about linux...all this advice online and from people like you and nothing works!


Anyway Bruce, thanks so much for your time. I’m gonna let this go: I don’t know if Cox is just underperforming, as often does, or if the servers who host free videos have been stepped on by the powers that be, but, All of the download extensions mostly now say there is no data available, or the few places where you still start a download all fail the download at exactly 189 Mbs. So, I doubt even if I was successful at installing the natvie client that it would be of any benefit….


Plus, I have bigger fish to fry. I’ve been researching getting into crypto currencies. And just to get started I need to extract and install a bunch of stuff just to set up a wallet. I’m burned out on “comparing” all the various, and often contradictory, online guides, and I have never been successful in extracting and installing stuff in Ubuntu.

Do, have any experience with bitcoin and setting up a wallet on ubuntu? No need to respond if the answer is no


On Wed, Dec 18, 2019 at 4:58 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 

cd "/home/savanne/Desktop/native client". 

An easier way is to type out part of the path and hit the tab key. 

cd /home/savanne/Desktop/nativ <hit Tab here to auto-complete>

<TAB> can be used anywhere in the command line to auto-complete commands.  

Please send the link to the app you downloaded so I can look into the install error.  There are a huge amount of video download apps and plugins.  Maybe I can figure out a fix. 

Bruce 

On Thu, Dec 19, 2019, 7:42 AM Charles Breaux <chazbreaux@gmail.com> wrote:

savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From Charles Breaux · Dec 20, 2019

Thanks, yeah those would be the rascals. Yeah, I was gonna put the wallet on usb drive...

so, let's start with these, screenshots. I think I need to type in the menu bar a location to extract the file. What would be the correct command to do that.
Then once the file is extracted, it looks like I have to enter the commands on the other screen shot. Which of those tow sets should I enter into the terminal,  And there are two lines of commands i each set, do I enter the first line and hit enter, then enter the second line?
or do I enter both lines at once.

Thanks again.

On Fri, Dec 20, 2019 at 2:23 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Quoted reply (209 lines)
Hi Charles, sorry for the frustrating.  I have never used a Mac, so I can't speak on them. I did notice that in your Bash line, you did not wrap it in quotes, so it would fail due to the space in the line. 
I do not know much about crypto currencies, but I have read a lot of advice saying you should not keep an online walker, but keep one on a removable drive or even a paper wallet, to avoid theft. 
I can possibly help with the commands to extract though, if you are downloading a tarball (extension is .tar, .tar.gz, etc.).   Bruce 
Hi Charles, sorry for the frustrating.  I have never used a Mac, so I can't speak on them. I did notice that in your Bash line, you did not wrap it in quotes, so it would fail due to the space in the line. 

I do not know much about crypto currencies, but I have read a lot of advice saying you should not keep an online walker, but keep one on a removable drive or even a paper wallet, to avoid theft. 
I can possibly help with the commands to extract though, if you are downloading a tarball (extension is .tar, .tar.gz, etc.). 

Bruce 

On Sat, Dec 21, 2019, 1:13 AM Charles Breaux <chazbreaux@gmail.com> wrote:

Last login: Fri Dec 20 07:35:22 on console

PowerMacs-MacBook-Pro-6:~ powermac$ cd "/home/savanne/Desktop/native client"

-bash: cd: /home/savanne/Desktop/native client: No such file or directory

PowerMacs-MacBook-Pro-6:~ powermac$ cd /home/savanne/Desktop/native

The tab function did not work on my mac…haven’t tried in Ubuntu.


This is what drives me crazy about linux...all this advice online and from people like you and nothing works!


Anyway Bruce, thanks so much for your time. I’m gonna let this go: I don’t know if Cox is just underperforming, as often does, or if the servers who host free videos have been stepped on by the powers that be, but, All of the download extensions mostly now say there is no data available, or the few places where you still start a download all fail the download at exactly 189 Mbs. So, I doubt even if I was successful at installing the natvie client that it would be of any benefit….


Plus, I have bigger fish to fry. I’ve been researching getting into crypto currencies. And just to get started I need to extract and install a bunch of stuff just to set up a wallet. I’m burned out on “comparing” all the various, and often contradictory, online guides, and I have never been successful in extracting and installing stuff in Ubuntu.

Do, have any experience with bitcoin and setting up a wallet on ubuntu? No need to respond if the answer is no


On Wed, Dec 18, 2019 at 4:58 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 

cd "/home/savanne/Desktop/native client". 

An easier way is to type out part of the path and hit the tab key. 

cd /home/savanne/Desktop/nativ <hit Tab here to auto-complete>

<TAB> can be used anywhere in the command line to auto-complete commands.  

Please send the link to the app you downloaded so I can look into the install error.  There are a huge amount of video download apps and plugins.  Maybe I can figure out a fix. 

Bruce 

On Thu, Dec 19, 2019, 7:42 AM Charles Breaux <chazbreaux@gmail.com> wrote:

savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


vid downhelper companion.png

net.downhelper.png

View original on FreeLists

Re: Help

From HateNo Hama · Dec 21, 2019

Charles, you do not need to type anything in the menu bar.

Use the user-wide install.  Type those two commands in that order, while in the same directory as the file you are extracting.  That should be it, as long as you don't get any errors.  Look for a Readme file in the extracted folders as well. 


On Sat, Dec 21, 2019, 12:31 PM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (215 lines)
Thanks, yeah those would be the rascals. Yeah, I was gonna put the wallet on usb drive...
so, let's start with these, screenshots. I think I need to type in the menu bar a location to extract the file. What would be the correct command to do that.
Then once the file is extracted, it looks like I have to enter the commands on the other screen shot. Which of those tow sets should I enter into the terminal,  And there are two lines of commands i each set, do I enter the first line and hit enter, then enter the second line?
Thanks, yeah those would be the rascals. Yeah, I was gonna put the wallet on usb drive...

so, let's start with these, screenshots. I think I need to type in the menu bar a location to extract the file. What would be the correct command to do that.
Then once the file is extracted, it looks like I have to enter the commands on the other screen shot. Which of those tow sets should I enter into the terminal,  And there are two lines of commands i each set, do I enter the first line and hit enter, then enter the second line?
or do I enter both lines at once.

Thanks again.

On Fri, Dec 20, 2019 at 2:23 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Hi Charles, sorry for the frustrating.  I have never used a Mac, so I can't speak on them. I did notice that in your Bash line, you did not wrap it in quotes, so it would fail due to the space in the line. 

I do not know much about crypto currencies, but I have read a lot of advice saying you should not keep an online walker, but keep one on a removable drive or even a paper wallet, to avoid theft. 
I can possibly help with the commands to extract though, if you are downloading a tarball (extension is .tar, .tar.gz, etc.). 

Bruce 

On Sat, Dec 21, 2019, 1:13 AM Charles Breaux <chazbreaux@gmail.com> wrote:

Last login: Fri Dec 20 07:35:22 on console

PowerMacs-MacBook-Pro-6:~ powermac$ cd "/home/savanne/Desktop/native client"

-bash: cd: /home/savanne/Desktop/native client: No such file or directory

PowerMacs-MacBook-Pro-6:~ powermac$ cd /home/savanne/Desktop/native

The tab function did not work on my mac…haven’t tried in Ubuntu.


This is what drives me crazy about linux...all this advice online and from people like you and nothing works!


Anyway Bruce, thanks so much for your time. I’m gonna let this go: I don’t know if Cox is just underperforming, as often does, or if the servers who host free videos have been stepped on by the powers that be, but, All of the download extensions mostly now say there is no data available, or the few places where you still start a download all fail the download at exactly 189 Mbs. So, I doubt even if I was successful at installing the natvie client that it would be of any benefit….


Plus, I have bigger fish to fry. I’ve been researching getting into crypto currencies. And just to get started I need to extract and install a bunch of stuff just to set up a wallet. I’m burned out on “comparing” all the various, and often contradictory, online guides, and I have never been successful in extracting and installing stuff in Ubuntu.

Do, have any experience with bitcoin and setting up a wallet on ubuntu? No need to respond if the answer is no


On Wed, Dec 18, 2019 at 4:58 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 

cd "/home/savanne/Desktop/native client". 

An easier way is to type out part of the path and hit the tab key. 

cd /home/savanne/Desktop/nativ <hit Tab here to auto-complete>

<TAB> can be used anywhere in the command line to auto-complete commands.  

Please send the link to the app you downloaded so I can look into the install error.  There are a huge amount of video download apps and plugins.  Maybe I can figure out a fix. 

Bruce 

On Thu, Dec 19, 2019, 7:42 AM Charles Breaux <chazbreaux@gmail.com> wrote:

savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From Charles Breaux · Dec 20, 2019

so, how do I find out what dir the file is extracted to.
And, do I type the first line then hit enter, and then type the second line.

On Fri, Dec 20, 2019 at 9:07 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Quoted reply (218 lines)
Charles, you do not need to type anything in the menu bar.
Use the user-wide install.  Type those two commands in that order, while in the same directory as the file you are extracting.  That should be it, as long as you don't get any errors.  Look for a Readme file in the extracted folders as well. 
On Sat, Dec 21, 2019, 12:31 PM Charles Breaux < chazbreaux@gmail.com > wrote:
Charles, you do not need to type anything in the menu bar.

Use the user-wide install.  Type those two commands in that order, while in the same directory as the file you are extracting.  That should be it, as long as you don't get any errors.  Look for a Readme file in the extracted folders as well. 


On Sat, Dec 21, 2019, 12:31 PM Charles Breaux <chazbreaux@gmail.com> wrote:
Thanks, yeah those would be the rascals. Yeah, I was gonna put the wallet on usb drive...

so, let's start with these, screenshots. I think I need to type in the menu bar a location to extract the file. What would be the correct command to do that.
Then once the file is extracted, it looks like I have to enter the commands on the other screen shot. Which of those tow sets should I enter into the terminal,  And there are two lines of commands i each set, do I enter the first line and hit enter, then enter the second line?
or do I enter both lines at once.

Thanks again.

On Fri, Dec 20, 2019 at 2:23 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Hi Charles, sorry for the frustrating.  I have never used a Mac, so I can't speak on them. I did notice that in your Bash line, you did not wrap it in quotes, so it would fail due to the space in the line. 

I do not know much about crypto currencies, but I have read a lot of advice saying you should not keep an online walker, but keep one on a removable drive or even a paper wallet, to avoid theft. 
I can possibly help with the commands to extract though, if you are downloading a tarball (extension is .tar, .tar.gz, etc.). 

Bruce 

On Sat, Dec 21, 2019, 1:13 AM Charles Breaux <chazbreaux@gmail.com> wrote:

Last login: Fri Dec 20 07:35:22 on console

PowerMacs-MacBook-Pro-6:~ powermac$ cd "/home/savanne/Desktop/native client"

-bash: cd: /home/savanne/Desktop/native client: No such file or directory

PowerMacs-MacBook-Pro-6:~ powermac$ cd /home/savanne/Desktop/native

The tab function did not work on my mac…haven’t tried in Ubuntu.


This is what drives me crazy about linux...all this advice online and from people like you and nothing works!


Anyway Bruce, thanks so much for your time. I’m gonna let this go: I don’t know if Cox is just underperforming, as often does, or if the servers who host free videos have been stepped on by the powers that be, but, All of the download extensions mostly now say there is no data available, or the few places where you still start a download all fail the download at exactly 189 Mbs. So, I doubt even if I was successful at installing the natvie client that it would be of any benefit….


Plus, I have bigger fish to fry. I’ve been researching getting into crypto currencies. And just to get started I need to extract and install a bunch of stuff just to set up a wallet. I’m burned out on “comparing” all the various, and often contradictory, online guides, and I have never been successful in extracting and installing stuff in Ubuntu.

Do, have any experience with bitcoin and setting up a wallet on ubuntu? No need to respond if the answer is no


On Wed, Dec 18, 2019 at 4:58 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 

cd "/home/savanne/Desktop/native client". 

An easier way is to type out part of the path and hit the tab key. 

cd /home/savanne/Desktop/nativ <hit Tab here to auto-complete>

<TAB> can be used anywhere in the command line to auto-complete commands.  

Please send the link to the app you downloaded so I can look into the install error.  There are a huge amount of video download apps and plugins.  Maybe I can figure out a fix. 

Bruce 

On Thu, Dec 19, 2019, 7:42 AM Charles Breaux <chazbreaux@gmail.com> wrote:

savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists

Re: Help

From HateNo Hama · Dec 21, 2019

Charles, to find out where a file is located if you've lost track of where you put it, type "sudo updatedb" (no quotes) then type "locate <your file name>" (also no quotes).  The file name can be a partial name, what you remember.

For the commands, once you find the file and cd to that directory, yes, type the first command and hit <ENTER>, then type the next command and hit <ENTER>. 


On Sat, Dec 21, 2019, 1:49 PM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (221 lines)
so, how do I find out what dir the file is extracted to.
And, do I type the first line then hit enter, and then type the second line.
On Fri, Dec 20, 2019 at 9:07 PM HateNo Hama < hateno.hama@gmail.com > wrote:
so, how do I find out what dir the file is extracted to.
And, do I type the first line then hit enter, and then type the second line.

On Fri, Dec 20, 2019 at 9:07 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, you do not need to type anything in the menu bar.

Use the user-wide install.  Type those two commands in that order, while in the same directory as the file you are extracting.  That should be it, as long as you don't get any errors.  Look for a Readme file in the extracted folders as well. 


On Sat, Dec 21, 2019, 12:31 PM Charles Breaux <chazbreaux@gmail.com> wrote:
Thanks, yeah those would be the rascals. Yeah, I was gonna put the wallet on usb drive...

so, let's start with these, screenshots. I think I need to type in the menu bar a location to extract the file. What would be the correct command to do that.
Then once the file is extracted, it looks like I have to enter the commands on the other screen shot. Which of those tow sets should I enter into the terminal,  And there are two lines of commands i each set, do I enter the first line and hit enter, then enter the second line?
or do I enter both lines at once.

Thanks again.

On Fri, Dec 20, 2019 at 2:23 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Hi Charles, sorry for the frustrating.  I have never used a Mac, so I can't speak on them. I did notice that in your Bash line, you did not wrap it in quotes, so it would fail due to the space in the line. 

I do not know much about crypto currencies, but I have read a lot of advice saying you should not keep an online walker, but keep one on a removable drive or even a paper wallet, to avoid theft. 
I can possibly help with the commands to extract though, if you are downloading a tarball (extension is .tar, .tar.gz, etc.). 

Bruce 

On Sat, Dec 21, 2019, 1:13 AM Charles Breaux <chazbreaux@gmail.com> wrote:

Last login: Fri Dec 20 07:35:22 on console

PowerMacs-MacBook-Pro-6:~ powermac$ cd "/home/savanne/Desktop/native client"

-bash: cd: /home/savanne/Desktop/native client: No such file or directory

PowerMacs-MacBook-Pro-6:~ powermac$ cd /home/savanne/Desktop/native

The tab function did not work on my mac…haven’t tried in Ubuntu.


This is what drives me crazy about linux...all this advice online and from people like you and nothing works!


Anyway Bruce, thanks so much for your time. I’m gonna let this go: I don’t know if Cox is just underperforming, as often does, or if the servers who host free videos have been stepped on by the powers that be, but, All of the download extensions mostly now say there is no data available, or the few places where you still start a download all fail the download at exactly 189 Mbs. So, I doubt even if I was successful at installing the natvie client that it would be of any benefit….


Plus, I have bigger fish to fry. I’ve been researching getting into crypto currencies. And just to get started I need to extract and install a bunch of stuff just to set up a wallet. I’m burned out on “comparing” all the various, and often contradictory, online guides, and I have never been successful in extracting and installing stuff in Ubuntu.

Do, have any experience with bitcoin and setting up a wallet on ubuntu? No need to respond if the answer is no


On Wed, Dec 18, 2019 at 4:58 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, for a path with a space, you need to wrap your path in quotes or double quotes. 

cd "/home/savanne/Desktop/native client". 

An easier way is to type out part of the path and hit the tab key. 

cd /home/savanne/Desktop/nativ <hit Tab here to auto-complete>

<TAB> can be used anywhere in the command line to auto-complete commands.  

Please send the link to the app you downloaded so I can look into the install error.  There are a huge amount of video download apps and plugins.  Maybe I can figure out a fix. 

Bruce 

On Thu, Dec 19, 2019, 7:42 AM Charles Breaux <chazbreaux@gmail.com> wrote:

savanne@savanne-OptiPlex-7010:~$ cd /home/savanne/Desktop/native client
bash: cd: /home/savanne/Desktop/native: No such file or directory
savanne@savanne-OptiPlex-7010:~$

Thanks Bruce. this is a app for firefox that downloads videos.  it used to work without this ext, but it requires you to install this ext now.

Well, worst case scenario: I learned a few things about using the cd command....but no cigars.

On Wed, Dec 18, 2019 at 1:38 PM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, to run ". /install.sh", you must first "cd" to the directory in which it resides - "cd /home/savanne/Desktop/native client".  Type "ls" and make sure you see install.sh listed before trying to run it.  Try that. 

You may need to be in the same directory as the install.sh file when running it, or there may be a bug in the script, or you don't have something installed you need for this application.  What is the name of this app, and where did you get it from?  What does it do? 

Bruce 

On Thu, Dec 19, 2019, 2:47 AM Charles Breaux <chazbreaux@gmail.com> wrote:
This is what happens in ubuntu.  see the attached screen shot

On Wed, Dec 18, 2019 at 9:16 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Ok, finally I was able to change to the desktop dir, ~/Desktop is what worked. But when I either type in the command (./install.sh) or drag the install file to the terminal either in the root dir or the desktop I get the results shown in screen shot 1 attached below.


This is what the instruction say to do:

To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh


“Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time – that is run ./install.sh

This is driving me  crazy! and thanks for your help




On Wed, Dec 18, 2019 at 1:09 AM HateNo Hama <hateno.hama@gmail.com> wrote:
Charles, try "cd ~Desktop" , see if that works. 

On Wed, Dec 18, 2019, 1:48 PM Charles Breaux <chazbreaux@gmail.com> wrote:
I've tried everything. I gave up on my linux machine and having the same trouble on my mac. I can change to /home. And read the directories there. But can not cd to Desktop, check out the screen shot attached.

On Tue, Dec 17, 2019 at 6:13 PM Rex Bouwense <majb@azloco.com> wrote:
Try cd Desktop
When using the terminal, you have to remember that it is case sensitive.

On 12/17/19 4:15 PM, Charles Breaux wrote:
Ah man, I'been messing with this for days...  get not such directory for cd /home/ desktop   cd /home/user/ desktop    etc
So, I tried to drag the native client file into the home directory to see if I could get it to instal from there. But I can't drag the file into the home directory.  All I can online is info about "is" command.  how can I find out what the full path of my desktop directory?
Thanks again....

On Sun, Dec 15, 2019 at 10:30 PM Myles L <mileschristisum98@gmail.com> wrote:
No worries, it’s not a dumb question. Yes, it will return back to the home directory once you’ve opened a new terminal. Glad to help.

Myles Lynn

On Dec 15, 2019, at 7:00 PM, Charles Breaux <chazbreaux@gmail.com> wrote:

this is probably dummer than my first question, "after cd to desktop, and install.   Do I then need to  CD back to root, or will that happen auto matically next time it's opened. And thank you so much for your very clear help.  Charles

On Sun, Dec 15, 2019 at 4:29 PM Myles L <mileschristisum98@gmail.com> wrote:
Hello Charles,

You may still need to change your directory to the desktop where your application is located within your terminal, so that you can then continue to run the “./install.sh” command. The terminal initially starts within your user home directory, so you will probably need to change it.

So in this case it may be something like typing in Terminal:
“cd /home/desktop”

The command “cd” literally stands for “change directory”, if that provides any context.
You can also bring up a visual list of files located in that directory by typing “ls”. This way you can see if your install file is located in that directory, else you may need to check another.
Once you have located your file in the directory, you can run it by typing out “./install.sh”. Though you may need to provide permission for the installer to run, but we can get to that later if needed.

Hopefully that provides a bit of help for the time being. The terminal can be a bit intimidating at first, but once you’ve learned some the commands it becomes a lot easier to handle.

Myles Lynn

On Dec 15, 2019, at 5:19 AM, Charles Breaux <chazbreaux@gmail.com> wrote:

Ubuntu folks, I need help with the correct command line to perform the following install...

After searching for how to do this simple function, I only found what to do, and not “how” to install this app. Due to past experiences I am leery of putting commands into the terminal when I don’t know exactly what I’m doing. All I need ,I think, is the exact commands to change the directory to the desktop where I have the extracted file for both ubuntu and Mac.


"To install the native application

1. Open a terminal window and point it into this directory

2. run ./install.sh"


when I pasted the command into "terminal" I got the message: "No such file or directory". So...


“If you get "No such file or directory" message, it means the current directory is not the root of the extracted directory.”


“You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here command. In Mac OS, type cd followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.”


I have the file I want to install on my desktop. So what is the exact command line/words that I need to type into the terminal for “cd directory-path-here.” And for Mac, “type cd followed by a space.”

Thanks, Charles


View original on FreeLists


Previous thread · Next thread

Back to December 2019