This is a discussion on firefix within the Linux Administration forums, part of the Linux Forums category; How do I uninstall firefox .80 from redhat 7.3? Any links? Thanks in advance...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In article <s33Xc.9763$Nn2.8749@trndny05>, mickeyg wrote:
>How do I uninstall firefox .80 from redhat 7.3? How did you install it? RPM? tarball? apt-get? YUM? For an rpm, find the name of the package ( try rpm -q | grep fire ). If the package name is firefox-0.9.3.i386.rpm (that's really a _file_ name rather than a package) try 'rpm -e firefox' If the package name is mozilla-firefox_0.9.3, use 'rpm -e mozilla-firefox'. If it's a tarball, then look at the Makefile that came with the tarball, and look for an 'uninstall:' target. If it's there, then in the directory with the Makefile, run 'make uninstall'. If the makefile doesn't have an uninstall option, look at the 'install:' target, and carefull remove what it says it installed. apt-get has a remove option as well (I don't use that manager), and YUM is using rpm, so see the instructions above. Old guy |
|
|||
|
remove the firefox directory.
--- Leon Kyneur lkyneur@unitedip.net.au United IP http://www.unitedip.net.au/ Phone: 02 8825 5586 Fax: 02 8825 5587 On Wed, 25 Aug 2004, mickeyg wrote: > How do I uninstall firefox .80 from redhat 7.3? > > Any links? > > Thanks in advance > |
![]() |
| Thread Tools | |
| Display Modes | |
|
|