LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-12-2009, 04:15 PM   #16
LARY PORTER
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Original Poster
Rep: Reputation: 15

It located in file system-file manager.
 
Old 01-12-2009, 04:37 PM   #17
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
Most likely if you downloaded it with firefox and havent changed default location for download.Its on your desktop.Just copy or move it to your home directory..open terminal enter ls and you will see it listed in home directory..when you type in cd..it means change directory..but you need to give it a path to change to..for example.cd /etc/X11/

strat@strat-laptop:~$ ls
Desktop Documents Examples Music Pictures Public Templates Videos
or you can open terminal and cd to desktop example.
strat@strat-laptop:~$ cd /home/strat/Desktop
strat@strat-laptop:~/Desktop$ ls
puppy-4.1.2-k2.6.25.16-seamonkey.iso
 
Old 01-12-2009, 05:45 PM   #18
LARY PORTER
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Original Poster
Rep: Reputation: 15
I downloaded sanModem.gz to a cdr disc,maybe I didn't install it right? how should it be done?
 
Old 01-12-2009, 05:51 PM   #19
ajlewis2
Member
 
Registered: Nov 2003
Distribution: Ubuntu
Posts: 218

Rep: Reputation: 46
If it is on a cd disk, you need to copy it to your Desktop. You can't do anything with it on the cd. It doesn't install. It is a script that runs, but you have to put it on your computer and then unzip it. Can you put the cd in and then drag the file to your Desktop?

Then open a terminal after it is on your Desktop and do:

gunzip scanModem.gz
chmod +x scanModem
./scanModem

Last edited by ajlewis2; 01-12-2009 at 05:55 PM.
 
Old 01-12-2009, 09:14 PM   #20
LARY PORTER
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Original Poster
Rep: Reputation: 15
I did what you said.the response was no such file or directoy?
 
Old 01-12-2009, 09:34 PM   #21
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
if you dragged it from cd to your home directory..then open terminal and enter ls you will see the name of the file..type name of file exactly..linux is case sensitive..so if it is a capitol S you need to use a capitol S..Im lazy..sometime it can be a long file and its easier to do ls then drag mouse over all of file to highlight..right click and copy..then paste ..
 
Old 01-12-2009, 10:00 PM   #22
LARY PORTER
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Original Poster
Rep: Reputation: 15
I did as you said,still no file or directoy, I am really starting to feel foolish about now.
 
Old 01-12-2009, 10:10 PM   #23
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Hello Lary,
Can I help you about the same.
Ok..On Which Directory You have downloaded the software?
Do ls and send the output to me.

Last edited by your_shadow03; 01-12-2009 at 10:51 PM.
 
Old 01-12-2009, 10:35 PM   #24
LARY PORTER
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Original Poster
Rep: Reputation: 15
lary@desktop:~$ ls
aptoncd-0.1 desktop Modem scanModem.2009010331
copy of scanModem.gz file.iso scanModem
 
Old 01-12-2009, 10:47 PM   #25
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Now Thats the whole Issue.
You are trying to cd to scanModem.gz which has another name here :
Code:
copy of scanModem.gz
Actually you have created a duplicate copy of the same file on your desktop thats why its showing "Copy of ...".
Try to delete any one of them.
It should only display scanModem.gz instead of "Copy of ..."
First perform this and I will let you know whats next to do.
 
Old 01-12-2009, 11:03 PM   #26
LARY PORTER
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Original Poster
Rep: Reputation: 15
lary@desktop:~$ ls
aptoncd-0.1 desktop file.iso scanModem.gz
 
Old 01-12-2009, 11:07 PM   #27
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Yes You are going right .
Now Follow these steps on the same directory:

Code:
gunzip scanModem.gz
< this will create a folder >
Code:
chmod +x scanModem
<permission to execute>
Code:
./scanModem
And See if it works fine.
 
Old 01-12-2009, 11:24 PM   #28
LARY PORTER
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Original Poster
Rep: Reputation: 15
gunzip scanModem
gz: scanModem.gz: too many levels of symbolic links
 
Old 01-12-2009, 11:32 PM   #29
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
paste the output:
Code:
lary@desktop:~$ ls -la
 
Old 01-12-2009, 11:37 PM   #30
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Quote:
Originally Posted by LARY PORTER View Post
gunzip scanModem
gz: scanModem.gz: too many levels of symbolic links
The name of the file is not scanModem but scanModem.gz
You will need to run gunzip scanModem.gz.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Installing Xen On An Ubuntu 8.04 (Hardy Heron) Server From The Ubuntu Repositor LXer Syndicated Linux News 0 05-08-2008 02:10 PM
LXer: Installing Xen On An Ubuntu 7.10 (Gutsy Gibbon) Server From The Ubuntu Reposito LXer Syndicated Linux News 0 11-06-2007 08:50 PM
LXer: Installing Xen On An Ubuntu Feisty Fawn Server From The Ubuntu Repositories LXer Syndicated Linux News 0 07-01-2007 06:46 AM
ubuntu partitioning tool does not see external usb hard drive when installing ubuntu fakie_flip Linux - Software 2 07-30-2006 12:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration