LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-12-2004, 07:37 PM   #16
sirpimpsalot
Member
 
Registered: Feb 2004
Posts: 141

Rep: Reputation: 15

sarcastic? it sounds to me like people here are trying to help.... and its true that as a sysadmin you should know a thing or two about researching the actual chipset instead of a branded name...

Im rather new to linux, but I do know that not all "programs" run off a single dos-like executable like windows...

good luck nonetheless...
 
Old 03-12-2004, 07:40 PM   #17
HadesThunder
Member
 
Registered: Mar 2004
Location: London
Distribution: Mandrake 9.1
Posts: 281

Original Poster
Rep: Reputation: 30
tried ./mozilla-installer , still the same response. sorry if i seemed rude earlier its been a tough nigh and i have spent 3 hours trying to find a simple command.
dslboy, i disagree, even though windows is filled with bad software and crap, under the same resolution, explorer in me is faster than konquerer in x. Maybe its different for some programs but the reason I chose to learn linux is that graphics cripple programs and I want maximum speed.
Anyway, will try in text mode rather than consol tommorow.
 
Old 03-12-2004, 07:44 PM   #18
dslboy
Member
 
Registered: Aug 2003
Location: Norway
Distribution: Slackware -current
Posts: 157

Rep: Reputation: 30
check /usr/local/bin

and if you find it, just type the name should do the trick,
also check the hidden dirs in your user's home catalog...
That's the advice i can give you...

Last edited by dslboy; 03-12-2004 at 07:47 PM.
 
Old 03-12-2004, 07:59 PM   #19
bronko
Member
 
Registered: Dec 2003
Distribution: Debian/unstable
Posts: 30

Rep: Reputation: 15
lynx is a good choice for browsing webpages in textmode.

on your mozilla installer problem:

maybe you need to be root:
in terminal: type 'su', hit enter, give password. (type 'exit' to leave root-session)

if ./mozilla-installer doesn't work, try
chmod u+x mozilla-installer
which makes a file executable for the user owning it.

if you are not owner of a file,(find it out with 'ls -l')
type:
chown user file
You need to be root for doing so.

I guess you are sure you are in the right directory. If not try
find / -name mozilla-installer
where / is root directory, give specific directory to save some time.
e.g. if you are sure it is somwhere in your home directory, use:
find ~ -name mozilla-installer

mfg bronko

Last edited by bronko; 03-12-2004 at 08:02 PM.
 
Old 03-12-2004, 08:06 PM   #20
bronko
Member
 
Registered: Dec 2003
Distribution: Debian/unstable
Posts: 30

Rep: Reputation: 15
Quote:
Originally posted by HadesThunder
k3b-0.9-1mdk.i586.rpm ppinst-0.01.tar.gz
mozilla-i686-pc-linux-gnu-1.6-installer.tar.gz pppic-0.01.tar.gz
mozilla-installer* test
[root@spc1-seve2-5-0-cust252 Documents]# mozilla-intaller*
bash: mozilla-intaller*: command not found
[root@spc1-seve2-5-0-cust252 Documents]# ./program name
bash: ./program: No such file or directory
[root@spc1-seve2-5-0-cust252 Documents]# . /program name
bash: /program: No such file or directory
[root@spc1-seve2-5-0-cust252 Documents]# mozilla-i686-pc-linux-gnu-1.6-installer .tar.gz
bash: mozilla-i686-pc-linux-gnu-1.6-installer.tar.gz: command not found
[root@spc1-seve2-5-0-cust252 Documents]# test
[root@spc1-seve2-5-0-cust252 Documents]# mozilla-installer
bash: mozilla-installer: command not found
[root@spc1-seve2-5-0-cust252 Documents]# pppic-0.01.tar.gz
bash: pppic-0.01.tar.gz: command not found
[root@spc1-seve2-5-0-cust252 Documents]# mozilla-intaller*test
bash: mozilla-intaller*test: command not found
[root@spc1-seve2-5-0-cust252 Documents]#

Ive tried run, man, command, the name of the file, evrything.
in this listing ./mozilla-installer does not appear. Are you sure you tried this between all the mud and the blood and the beer?
 
Old 03-12-2004, 08:57 PM   #21
HadesThunder
Member
 
Registered: Mar 2004
Location: London
Distribution: Mandrake 9.1
Posts: 281

Original Poster
Rep: Reputation: 30
yes, i entered the exact text and got command not found
 
Old 03-12-2004, 09:09 PM   #22
HadesThunder
Member
 
Registered: Mar 2004
Location: London
Distribution: Mandrake 9.1
Posts: 281

Original Poster
Rep: Reputation: 30
[root@spc1-seve2-5-0-cust252 Documents]# ./mozilla-installer*
./mozilla-installer: line 53: ./mozilla-installer-bin: No such file or directory
[root@spc1-seve2-5-0-cust252 Documents]# ls
k3b-0.9-1mdk.i586.rpm ppinst-0.01.tar.gz
mozilla-i686-pc-linux-gnu-1.6-installer.tar.gz pppic-0.01.tar.gz
mozilla-installer* test
[root@spc1-seve2-5-0-cust252 Documents]#

is this enough?
 
Old 03-12-2004, 09:11 PM   #23
HadesThunder
Member
 
Registered: Mar 2004
Location: London
Distribution: Mandrake 9.1
Posts: 281

Original Poster
Rep: Reputation: 30
and yes i tried ./mozilla-installer
and got knowher
 
  


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
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Solaris - Questions! Questions! Questions! qs_tahmeed Solaris / OpenSolaris 2 07-16-2005 05:27 AM
window manager questions and/or theme questions t3gah Linux - Software 2 02-27-2005 04:16 PM
Some questions... CryptDragoon Linux From Scratch 2 02-04-2004 08:28 PM
few questions? pudhiyavan Linux - General 2 10-03-2003 07:35 AM

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

All times are GMT -5. The time now is 02:49 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