LinuxQuestions.org
Review your favorite Linux distribution.
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 09-23-2004, 04:30 PM   #1
:King_58:
Member
 
Registered: Aug 2004
Location: Cyprus
Distribution: RedHat 9
Posts: 46

Rep: Reputation: 15
how to uninstall a software


how can i uninstall any software.
 
Old 09-23-2004, 04:32 PM   #2
esanchez
Member
 
Registered: Mar 2004
Location: SJ, Costa Rica
Distribution: Slackware
Posts: 34

Rep: Reputation: 15
that will depend on your distribution...
what distribution are you using?
regards,
-eduardo s.m.
 
Old 09-23-2004, 04:35 PM   #3
:King_58:
Member
 
Registered: Aug 2004
Location: Cyprus
Distribution: RedHat 9
Posts: 46

Original Poster
Rep: Reputation: 15
I use redhat 9
 
Old 09-23-2004, 04:35 PM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Depends: you could install yum or apt4rpm and use those to install/uninstall, accounting for dependencies automatically.
If you want to do it the hard way, use
rpm -e <rpmname>

If you installed the src from scratch and built it ie started with somefile.tgz or somefile.bz2 and then did make, make install, then you have to hope that the supplier supplied a make uninstall option. Check the src dir for a README or install guide.
 
Old 09-23-2004, 04:43 PM   #5
:King_58:
Member
 
Registered: Aug 2004
Location: Cyprus
Distribution: RedHat 9
Posts: 46

Original Poster
Rep: Reputation: 15
So what I understand is if the supplier does not supplied a make uninstall option then there is no way of removing it.
 
Old 09-23-2004, 04:45 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
As I said, only if you downloaded the src and built it yourself, otherwise use one of my other suggestions.
 
Old 09-23-2004, 04:46 PM   #7
:King_58:
Member
 
Registered: Aug 2004
Location: Cyprus
Distribution: RedHat 9
Posts: 46

Original Poster
Rep: Reputation: 15
ok... is there any command that would list all the software that are installed.

Thanks chrism01.
 
Old 09-23-2004, 04:52 PM   #8
esanchez
Member
 
Registered: Mar 2004
Location: SJ, Costa Rica
Distribution: Slackware
Posts: 34

Rep: Reputation: 15
try using:

Code:
   redhat-config-packages
as root...
regards,
-eduardo s.m.
 
Old 09-23-2004, 04:54 PM   #9
:King_58:
Member
 
Registered: Aug 2004
Location: Cyprus
Distribution: RedHat 9
Posts: 46

Original Poster
Rep: Reputation: 15
Cheers.
 
Old 09-29-2004, 06:02 PM   #10
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
I find that redhat-config-packages doesn't list everything. I also use "rpm -qa" from the command line.

Does anyone know how to uninstall software that used an installer to set themselves up? I am trying to uninstall Netscape, it seems to be messing Mozilla up but I can't find anything in the /usr/local/netscape directory or the installer directory that can help me.
 
Old 09-30-2004, 11:03 AM   #11
esanchez
Member
 
Registered: Mar 2004
Location: SJ, Costa Rica
Distribution: Slackware
Posts: 34

Rep: Reputation: 15
what you can do is delete the netscape dir in /usr/local, and also
remove the .netscape in your $HOME directory.
Probably there will be other files, as libraries por netscape but I really
don't know where they are installed..
regards,
-eduardo s.m.
 
Old 09-30-2004, 11:15 AM   #12
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
redhat9 is an rpm based distro...if netscape was installed when you installed redhat, then it's an rpm....open a terminal, su to root and type:
rpm -e netscape
 
Old 09-30-2004, 12:29 PM   #13
esanchez
Member
 
Registered: Mar 2004
Location: SJ, Costa Rica
Distribution: Slackware
Posts: 34

Rep: Reputation: 15
he didn't use any rpm to install netscape, he use the installer that comes
with Netscape when you download it for linux..
regards,
-eduardo s.m.
 
Old 09-30-2004, 01:44 PM   #14
FF103
Member
 
Registered: Aug 2003
Location: Kentucky
Distribution: Mandrake 10.1
Posts: 157

Rep: Reputation: 30
As esanchez said just delete the netscape directories, usually one is in /home.netscape and one in /usr/local you can also look in /usr/lib if you install netscape or a newer version of mozilla, you should remove the old version first to keep from having some of the problems you incountered.
 
Old 09-30-2004, 02:36 PM   #15
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
There is no .netscape directory. Netscape is using $HOME/.mozilla. I did not ask it to. It must have detected Mozilla and tried to install its settings there. If I delete ~/.mozilla, my Mozilla profiles will say goodbye too.

I don't know why, but Netscape keeps defaulting to my Mozilla default profile, even when I create additional ones.

How do I get rid of Netscape?

Last edited by vincebs; 09-30-2004 at 02:37 PM.
 
  


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
How to uninstall software! oliverkazaam41 Linux - Newbie 2 09-19-2005 06:04 PM
Uninstall Software jrmann1999 Ubuntu 4 07-21-2005 06:08 PM
how to uninstall a software puru_09 Linux - Software 2 12-02-2002 11:04 PM
How do I 'Uninstall' software? Brad Linux - Software 3 05-13-2002 09:33 AM
how to uninstall software? croger Linux - Software 2 05-11-2002 08:20 AM

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

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