Results 1 to 7 of 7
hi
anybody plz help me!!
my mozilla isnt working.
i want to uninstall and then reinstall it, but i cant find where the mozilla rpm is located on redhat 9.
...
- 05-27-2004 #1Just Joined!
- Join Date
- May 2004
- Posts
- 27
mozilla
hi
anybody plz help me!!
my mozilla isnt working.
i want to uninstall and then reinstall it, but i cant find where the mozilla rpm is located on redhat 9.
anybody plz help me out!!
thanks
aparna
- 05-27-2004 #2
Type:
[code]
rpm -qa | grep mozilla
[code]
This will query the rpm database and paste any installed apps with the words mozilla in them to your screen.
To uninstall it: use : rpm -e <packagename>
To install it, use: rpm -Uvh <packagename.rpm>
For more info on how to use rpm: click here
Why the -U
Reason: This is the Upgrade installation, if have an older version installed, it will remove the old installed app and install the newer. This will prevent you from 'downgrading' installed apps.
---[ MS09-99896 - Vulnerability in All MS Windows OS ; Using Windows Could Allow Remote Code Execution. ]---
Hardware: Asus P4P800, 1GB, P4-3Ghz, Asus V9950, Maxtor ATA HD\'s, 3Com GBit lan, Audigy ZS Plat.
- 05-27-2004 #3Linux Newbie
- Join Date
- May 2004
- Location
- Chennai, India
- Posts
- 116
Re: mozilla
http://mozilla.org
Originally Posted by aparna
get the rpm and try to upgrade to latest version...
- 05-31-2004 #4Linux Newbie
- Join Date
- Feb 2004
- Location
- India
- Posts
- 132
You can try
redhat-config-packages
It is interactive, and it will ask for the correct cd.
Hope you have the install disks.You are the one Linux!
- 05-31-2004 #5Linux Newbie
- Join Date
- Feb 2004
- Location
- India
- Posts
- 132
If mozilla is not working first try
rm -rf ~/.mozilla/
From a shellYou are the one Linux!
- 06-07-2004 #6Just Joined!
- Join Date
- May 2004
- Posts
- 27
thanks anand for the help, but i m still not able to run mozilla
i tried the rm-rf ~/.mozilla/
then i did the redhat-config-packages, it shows all the packages installed. so how can i reinstall it??
plz help me...
aparna
- 06-07-2004 #7Linux Newbie
- Join Date
- May 2004
- Location
- Chennai, India
- Posts
- 116
In redhat-config-packages click details of Graphical Internet under Applications section.
Originally Posted by aparna
Now UNCHECK mozilla - A web based browser. option, close the window and click "Update".
You'll be presented with the DEPENDENT applications (if any) Uncheck all of them and then UPDATE.
Now your System does NOT have Mozilla.
Now again CHECK mozilla - A web based browser. and it's dependent applications (if necessary) and UPDATE.
You are done with Re-Installation of Mozilla
regards,
SunnyNEVER stop/pause Journey of Learning -Travelling Soldier ( Me
)


Reply With Quote
