LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-02-2003, 02:11 AM   #1
lejakl
LQ Newbie
 
Registered: Apr 2002
Location: Southern CA
Distribution: RH 9.0
Posts: 22

Rep: Reputation: 15
i got the new mozilla 1.4! but...


I successfully installed Mozilla 1.4 (yay for me!) and I got the shortcuts in the menu to work too (took me a while, I was being a klutz)

So now I have the new 1.4 .. I no longer need Mozilla 1.2.1 (right?)

I was wondering if there was some special procedure to uninstall (there is no readme file in the directory...)

thanks in advance to everyone!

by the way, for the people who read my other thread, I got the shockwave plugin to install correctly.

man, i love this OS
 
Old 08-02-2003, 09:51 AM   #2
zer01
LQ Newbie
 
Registered: Jul 2003
Location: Canada
Posts: 7

Rep: Reputation: 0
I would like the answer to this also, I got 1.4 installed and got the shortcut to work, hehe took me a while aslo as was being a klutz, and your right O/S does Rock!!
 
Old 08-02-2003, 09:54 AM   #3
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
You should have upgraded the existing mozilla 1.2.
 
Old 08-02-2003, 10:15 AM   #4
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
try to issue a find like this:

# find / -name "mozilla"

and see if you have 2 different versions of mozilla. Normally the mozilla came with the distro is located in /usr/bin/ but the one installed later will be located in /usr/local/bin.

I dont know how to uninstall it, though.
 
Old 08-02-2003, 10:25 AM   #5
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
rpm -ev mozilla1.2
mozilla1.2 is just a name, replace it with the one that you want to remove
 
Old 08-02-2003, 11:28 AM   #6
Kasperisa
LQ Newbie
 
Registered: Jul 2003
Posts: 26

Rep: Reputation: 15
Hey, I had the exact same problem. What i did to uninstall the older mozilla, is that i went to the add/remove applications (im using redhat 9) and i just removed mozilla. worked like a charm
 
Old 08-02-2003, 12:07 PM   #7
Kasperisa
LQ Newbie
 
Registered: Jul 2003
Posts: 26

Rep: Reputation: 15
Does anyone have any problems with the new 1.4 mozilla browser? Some websites, like msnbc.com have really huge text now, and in the mozilla options, i do not see how to shrink it.

my other option is to remove the 1.4 version, but try as i might the command
rpm -ev mozilla doesn't exist, and i don't know how to find the proper name. can anyone help me please

could i just delete the files and folders containing mozilla? or woult that be a problem

Last edited by Kasperisa; 08-02-2003 at 12:11 PM.
 
Old 08-02-2003, 01:31 PM   #8
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
dont delete the folder just like that, try this command
locate mozilla | more
or
rpm -q mozilla
to find the version installed
and you will see a list. Find out which one you want to remove and then do rpm -e mozilla (it will work only if its an rpm package). Which distribution are you using?
 
Old 08-02-2003, 02:08 PM   #9
Disruptor
LQ Newbie
 
Registered: Jul 2003
Location: Hellas - Crete - Heraklion
Distribution: Red Hat 9
Posts: 24

Rep: Reputation: 15
Hehe ... basing on the posts of this thread it seems that you have installed
mozilla from source or from precompiled source. Well, sorry, `rpm -ev
<package>' and the `rpm' command in general apply only for programs that
you have installed via rpm Can sources or even precompiled sources be
turned in rpms?? Sure!! But this would require some reading and work on your
behalf which I guess you (just like me when I was in your shoes) don't even
want to hear about at this stage. Thankfully for us, there is a workaround for
these situations (keep on reading).

Now, about the problems that you are facing with the fonts and so on,
you should be prepared for this kind of stuff when you install from source or
from precompiled source (mere - not refering to rpm packages). Why??' Cause
many times, compilation of sources needs fine-tuning: some finishing touches here and there, special compilation parameters, that kind of stuff. The greater
the sources the more this rule applies (like here with mozilla). Other major
problems with compiling and installing mere sources is that they are hard to
uninstall and upgrade, they may break silently some programs on your system
leaving you in the dark without notice and so on. So avoid sources (the .tar.gz
, tar.bz2 ones - not the `src.rpm' ones you will see below) until you really get to
know what you are doing. As for rpm packaging system, it has adressed, in a
99.9% rate, all these and many other difficult problems. In fact, as far as I
know at least, it's the most advanced packaging system out there.

Now about acquiring a more fine-tuned mozilla: Before you uninstall
your new mozilla use it to download a mozilla .src.rpm (the site to download it
is below). Note the `.src' before the ending `.rpm' here: just have in mind it
denotes a quitte different type of package from the common `.rpm'
package. Follow this link to download the package:

ftp://rpmfind.net/linux/rawhide/1.0/...1.4-12.src.rpm

When done open a console and just login as root:

su
password: <your password>

now `cd' to the directory where you downloaded the mozilla package and issue:

Note: Make sure first you have at least 1.6G available space on you HD in order this to work: mozilla is a beast and unlike usual programs it needs a lot of
space to compile.

rpmbuild --rebuild mozilla-1.4-12.src.rpm

Now let your computer to compile mozilla. On an intel's Pentium 1.9Ghz
compilation took about 4/5 hours. So, be patient. By the time compilation will
finally be over, several rpms (not src.rpms) will have been created. Where??
Well it depends: If you are using mandrake you will find them in:

/usr/src/MDK/RPMS/i386 or something

if you are using redhat, you will find them at:

/usr/src/redhat/RPMS/i386

if you are using SuSE:

(you get the picture)

Now once you've switched to the directory where these RPMs are located just
do:

rpm -Uvh *.rpm (it's OK if you don't understand)

Now type at the command line: mozilla and voila: you will have the ultimate browser up and running at your disposal!! Isn't FS cool!?
Anyway, I hope these to prove helpful.

Cheers,
Dominique

P.S.1: I know that I am asking you to wear your clothes inside-out with all this
stuff, but if you really want to use Linux, instead of start hitting your head
against the wall for using it, you must become accustomed to these things

P.S.2: An excellent, must-read tutorial for using Rpm is here:

ftp://rpmfind.net/linux/PLD/current/...429.noarch.rpm

install the rpm and reach the index of the documentation it provides via path:

/usr/share/doc/maximum-rpm-1.0/index.html

read chapters 1 through 7 and you will never have problems with rpms.
 
Old 08-02-2003, 03:03 PM   #10
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
holy crap..Disruptor, dont you think thats an overkill :P? He's using redhat..so most likely its an rpm hes trying to remove. Even if it isnt than there are easier/simpler ways of uninstalling programs like
make uninstall
for example.....
 
Old 08-02-2003, 03:07 PM   #11
Kasperisa
LQ Newbie
 
Registered: Jul 2003
Posts: 26

Rep: Reputation: 15
thanks for the tips, but I think you misunderstood. The problem isn't installing the sucker, it's getting rid of it. Its not an RPM that I installed, so i figure the RPM command won't work, Ive done so much installing these last few days, i don't remember what was an RPM or a tar.gz or whatever.. :P
In the mean time, i just removed the shortcut on my desktop, and renamed the folder, and am using the 1.2 version again, as i don't have a size font problem. I'll stick with it until i figure it out.
 
Old 08-02-2003, 03:09 PM   #12
Kasperisa
LQ Newbie
 
Registered: Jul 2003
Posts: 26

Rep: Reputation: 15
Quote:
Originally posted by Jatt_thugz

make uninstall
for example.....
OMG.. uninstall.. It was too simple I would have never thought about it for linux

(1 minute later...)

ack... just tried it, didn't work

Last edited by Kasperisa; 08-02-2003 at 03:13 PM.
 
Old 08-02-2003, 03:19 PM   #13
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
If you wanna remove the mozilla browser preinstalled in linux than all you have to do is-
rpm -ev mozilla
have you tried this command?
 
Old 08-02-2003, 03:33 PM   #14
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
you have to be in the directory which has Makefile (source directory) in order to do
make uninstall
I am almost sure that to remove older version of mozilla, all you have to do is:
rpm -e mozilla
 
Old 08-02-2003, 06:49 PM   #15
lejakl
LQ Newbie
 
Registered: Apr 2002
Location: Southern CA
Distribution: RH 9.0
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
[lejakl@localhost lejakl]$ rpm -q mozilla
mozilla-1.2.1-26
[lejakl@localhost lejakl]$ rpm -e mozilla
error: Failed dependencies:
mozilla = 1.2.1-26 is needed by (installed) mozilla-mail-1.2.1-26
mozilla = 1.2.1-26 is needed by (installed) mozilla-psm-1.2.1-26
The error is pretty simple. (i think) This is my interpretation, let me know if Im reading Linux wrong :P
mozilla-mail and mozilla-psm need mozilla-1.2.1, therefore mozilla-1.2.1 cannot uninstall.

emmm.. what do I do now?

update: did a man rpm and learned a couple things :P i can use the nodeps option and not have it do a dependency check. I was wondering if I can just do that... (since I probably wont use mozilla mail 1.2.1 or mozilla psm 1.2.1 since i already have mozilla 1.4)

just wanna double check before i do something rash and have the system go up in smoke :P

thanks again guys

---

Disruptor, I really do appreciate your long post. I didn't install Mozilla 1.2.1 myself, so I dont know if it applies to me, therefore I tried what some others posted. However, I will read through your long post, just for the education thank you!

Last edited by lejakl; 08-02-2003 at 07:00 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Mozilla flaws could allow attacks, data access into Firefox & Mozilla web browsers! t3gah Linux - Security 6 04-09-2006 04:00 AM
/usr/lib/mozilla-1.7.11/run-mozilla.sh: line 159: 3492 Segmentation fault behmjoe Linux From Scratch 2 11-28-2005 10:48 AM
Installing Blam: no mozilla found - I'm positive I have Mozilla installed. Strange. cillm527 Linux - Software 2 07-25-2005 04:49 PM
Segfaults in Mozilla, Mozilla Firebird, and Mozilla Thunderbird Ninja Cow Linux - Software 2 02-02-2004 01:33 AM
howto get firebird to open link in mozilla mail instead of mozilla? breadbin Linux - Software 1 09-13-2003 04:46 PM

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

All times are GMT -5. The time now is 06:19 PM.

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