downloaded scanmodem.gz to download folder how to use terminal to install ?

Asked by Robert Knoll

downoaded scanmodem.gz to download folder, terminal mode can't find it, half of terminal commands don't work like

cd/ ect

need help, just want to run scanmodem

chmod not found ect.

is there command list update list or what...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Knoll
Solved:
Last query:
Last reply:
Revision history for this message
Robert Knoll (rnsk) said :
#1

english,ubuntu 11.10,,,,,,,,rest of functions seem to work....

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

cd is a command you run like amy other. You don't know where the 'apt-get' command is either, yet I'm sure you have ran it a few times.
Where did you download the file from?
Can you give the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
Robert Knoll (rnsk) said :
#3

On 03/30/2012 03:15 PM, actionparsnip wrote:
> Your question #192163 on software-center in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/software-center/+question/192163
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> cd is a command you run like amy other. You don't know where the 'apt-get' command is either, yet I'm sure you have ran it a few times.
> Where did you download the file from?
> Can you give the output of:
>
> lsb_release -a; uname -a
>
> Thanks
>
> got the program scanmodem to work from gui,desktop but termial mode is something else.
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux rkz 3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 17:34:21 UTC 2012
i686 i686 i386 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Where did you get the file?
Where is stored?

Revision history for this message
Robert Knoll (rnsk) said :
#5

got scanmodem file from linmodem org. stored in ~/home/download folder,,got it to unzip and run from gui,desktop,idon't know proper termial commands for 11.10 ubuntu. thanks for helping.......

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

cd ~/Downloads

is how you change to the Downloads folder, the tilde character is the shortcut for home so your path you gave is:

/home/$USER/home/downloads

when you probably meant:

/home/$USER/Downloads