Re: Uninstalling Mozilla for newer version

2003-10-17 Thread Antonio Montagnani
rahul b jain cs student wrote: Hi everyone, Does anyone know how to uninstall mozilla 0.9.9 to make way for the newer version of it. I searched through the net and most of the places I got the answer `delete the directory in which you installed mozilla`. The mozilla that I am using came installed

Re: Uninstalling Mozilla for newer version

2003-10-17 Thread Bret Hughes
On Fri, 2003-10-17 at 13:40, rahul b jain cs student wrote: > Hi everyone, > > Does anyone know how to uninstall mozilla 0.9.9 to make way for the newer > version of it. I searched through the net and most of the places I got the > answer `delete the directory in which you installed mozilla`. The

Re: Uninstalling RH8

2003-03-29 Thread Stephen Kuhn
On Sun, 2003-03-30 at 13:08, Josef Oduwo wrote: > Hello, > I have Win 2K, Professioal, Server and RH8 installed on the same machine > with GRUB as the bootloader. How do I uninstall RH8 and leave Win2K as the > boot loader? > OJ You can delete the partitions where linux lives (including the boot

Re: Uninstalling older version of Mozilla

2003-01-20 Thread Robert P. J. Day
On Thu, 16 Jan 2003, Mike Burger wrote: > Assuming you installed it via rpm, you can either: > > "rpm -e mozilla" to remove mozilla, or > > "rpm -u mozilla-.rpm" to simply upgrade. ^^ -U i'm pretty sure lower case "-u" didn't work the last time i looked. rday -- redhat-list

Re: Uninstalling older version of Mozilla

2003-01-16 Thread Mike Burger
Assuming you installed it via rpm, you can either: "rpm -e mozilla" to remove mozilla, or "rpm -u mozilla-.rpm" to simply upgrade. On Thu, 16 Jan 2003, Sean Hendricks wrote: > Hello, > > I just downloaded a newer version of Mozilla, and I was wondering how to > remove the older version. Can a

Re: Uninstalling older version of Mozilla

2003-01-16 Thread Richard S. Crawford
Well, first run rpm -qa | grep mozilla to find out which packages to remove. For example: # rpm -qa | grep mozilla mozilla-1.0.1-26 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Uninstalling older version of Mozilla

2003-01-16 Thread Shoemaker, Michael (STL)
Rpm -e -Original Message- From: Sean Hendricks [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 9:53 AM To: [EMAIL PROTECTED] Subject: Uninstalling older version of Mozilla Hello, I just downloaded a newer version of Mozilla, and I was wondering how to remove the older vers

Re: Uninstalling Non-rpm Things

2003-01-14 Thread j_post
On Tuesday 14 January 2003 02:15 pm, you wrote: > Guys - Here's my dumb question for the day. If I install a program by > using "make" and "make install", is there a simple way to uninstall? I've > installed a later version of a program and need to install the earlier > version instead. Thanks f

Re: Uninstalling Non-rpm Things

2003-01-14 Thread David Busby
when I do upgrades to make sure I re-use the same options. /B - Original Message - From: "Andy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 17:14 Subject: Re: Uninstalling Non-rpm Things > >On Tuesday 14 January 2003 13:20, David

Re: Uninstalling Non-rpm Things

2003-01-14 Thread Andy
>On Tuesday 14 January 2003 13:20, David Busby wrote: > Some packages have a 'make uninstall' that will work if you haven't done a > 'make clean', 'make tidy' or 'make realclean' in the source dir. > Otherwise, manually remove all binaries, libraries, docs, or whatever for > the package...fun time

Re: Uninstalling Non-rpm Things

2003-01-14 Thread Scott Harrison
> From: "Glenn Goodspeed" <[EMAIL PROTECTED]> > Subject: Uninstalling Non-rpm Things > > > Guys - Here's my dumb question for the day. If I install a program by > using > > "make" and "make install", is there a simple way to uninstall? I've > > installed a later version of a program and need to

Re: Uninstalling Non-rpm Things

2003-01-14 Thread David Busby
Some packages have a 'make uninstall' that will work if you haven't done a 'make clean', 'make tidy' or 'make realclean' in the source dir. Otherwise, manually remove all binaries, libraries, docs, or whatever for the package...fun times ;) /B - Original Message - From: "Glenn Goodspeed"

RE: Uninstalling Redhat 7.2

2002-09-18 Thread Mathur, Sachin (UMKC-Student)
Insert the linux cd-rom disc-1, go into the the disk portion menu, u can change the memory allocated to linux, to windows (From your message I infer that u have 1 hard drive, n u've installed windows n linux). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Beh

Re: Uninstalling rh 7.3

2002-07-31 Thread Edward Dekkers
> Whatever I do I can't stop the machine booting to GRUB...even when I change > the bios to boot from the a drive, it still boots to GRUB. > > What should I be doing here? Doing a search on the net? This is a FAQ. run the undocumented 'FDISK /MBR' and all will be well. the /MBR overwrites the

Re: uninstalling packages

2002-06-13 Thread antoine
> > I would like to ask if anyone has a suggestion on what is the best method of > > uninstalling all the packages that get installed during installation which I > > know I'll never use and really don't need, ideally including all the others > > these packages depend on? The aim is to get a slim R

RE: uninstalling packages

2002-06-12 Thread Schmeits, Roger
Look at this site. http://www.rule-project.org   I just found it a minute ago and thought you might or might not be interested. -Original Message-From: Thomas Baumgartner [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 11, 2002 11:35 PMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTE

Re: uninstalling packages

2002-06-12 Thread John P Verel
On 06/12/02, 05:38:50PM +, Adam Becker wrote: > hmmm, look around the man and --help. there may be one showing what files > are only required by the Package you are uninstalling. Easiest way is to do rpm -e --test foo If there are any dependencies that would be broken by erasing foo, they'

Re: uninstalling packages

2002-06-12 Thread Adam Becker
>> Hi! >> >> I would like to ask if anyone has a suggestion on what is the best method of >> uninstalling all the packages that get installed during installation which I >> know I'll never use and really don't need, ideally including all the others >> these packages depend on? The aim is to get a

Re: uninstalling packages

2002-06-12 Thread Stefan Wold
On Wed, 2002-06-12 at 06:35, Thomas Baumgartner wrote: > Hi! > > I would like to ask if anyone has a suggestion on what is the best method of > uninstalling all the packages that get installed during installation which I > know I'll never use and really don't need, ideally including all the other

Re: uninstalling packages

2002-06-12 Thread Stefan Wold
On Wed, 2002-06-12 at 06:35, Thomas Baumgartner wrote: > Hi! > > I would like to ask if anyone has a suggestion on what is the best method of > uninstalling all the packages that get installed during installation which I > know I'll never use and really don't need, ideally including all the other

RE: uninstalling packages

2002-06-12 Thread Stephen_Reilly
use RPM, check the man page under the uninstall and query options. steve -Original Message- From: Thomas Baumgartner [mailto:[EMAIL PROTECTED]] Sent: 12 June 2002 05:35 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: uninstalling packages Hi! I would like to ask if anyone has a

RE: uninstalling packages

2002-06-12 Thread Stephen_Reilly
-Original Message- From: Thomas Baumgartner [mailto:[EMAIL PROTECTED]] Sent: 12 June 2002 05:35 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: uninstalling packages Hi! I would like to ask if anyone has a suggestion on what is the best method of uninstalling all the packages t

Re: Uninstalling applications installed by tar

2002-04-16 Thread Jochen Kaechelin
Am Dienstag, 16. April 2002 18:05 schrieb Todd A. Jacobs: > On Tue, 16 Apr 2002, Linux wrote: > > I've got a new situation to me. I need to uninstall an > > application that was originally install from a tar and compiled > > etc. Can anybody help point me in the right direction? > > If you still h

Re: Uninstalling applications installed by tar

2002-04-16 Thread Todd A. Jacobs
On Tue, 16 Apr 2002, Linux wrote: > I've got a new situation to me. I need to uninstall an application that > was originally install from a tar and compiled etc. Can anybody help > point me in the right direction? If you still have the source installed, and if there's a make target for it, you

RE: Uninstalling applications installed by tar

2002-04-16 Thread Ross Cooney
best to email Bynari and ask them what to do. Ross www.antivirus.ie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Linux > Sent: Tuesday, April 16, 2002 12:03 > To: '[EMAIL PROTECTED]' > Subject: RE: Uninstalling a

RE: Uninstalling applications installed by tar

2002-04-16 Thread Linux
Hi Ross thanks for your reply The application is the Bynari Email server Mike -Original Message- From: Ross Cooney [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 April 2002 22:55 To: [EMAIL PROTECTED] Subject: RE: Uninstalling applications installed by tar What was the application

RE: Uninstalling applications installed by tar

2002-04-16 Thread Ross Cooney
What was the application? Ross www.antivirus.ie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Linux > Sent: Tuesday, April 16, 2002 10:24 > To: 'Redhat-List (E-mail) > Subject: Uninstalling applications installed by tar > > > Hi > > I've got

Re: uninstalling rpm's

2002-01-16 Thread Bret Hughes
On Wed, 2002-01-16 at 12:23, Gregg Morris wrote: > > "Bret" == Bret Hughes <[EMAIL PROTECTED]> writes: > > > > I can at least get you the date in human readable format: try > > %{installtime:date} > > > The man page is not real clear on this. I thought I actually > > did wh

Re: uninstalling rpm's

2002-01-15 Thread Bret Hughes
On Tue, 2002-01-15 at 12:02, Gregg Morris wrote: > #!/bin/sh > > rpm -qa --qf '%-20.20{VENDOR} :: %{NAME}-%{VERSION}.%{ARCH} > %{SUMMARY}\n%{DESCRIPTION} > ==\n\n' > /tmp/rpm.list > > Now, I want to get the install date in there as well. The > %

Re: uninstalling rpm's

2002-01-15 Thread Gregg Morris
> "Jack" == Jack Bowling <[EMAIL PROTECTED]> writes: > I use this stupidly simple bash script. I call it "rpmlist" > rpm -qa --qf '%-20.20{VENDOR} %30.30{BUILDHOST} :: > %{NAME}-%{VERSION}.%{ARCH}\n' | sort > /home/jb/rpm.lst > jb Jack, Thanks for the great idea. I was p

Re: uninstalling rpm's

2002-01-15 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 15-01-02 at 09:09 * Jack Bowling said > > I use this stupidly simple bash script. I call it "rpmlist" > > rpm -qa --qf '%-20.20{VENDOR} %30.30{BUILDHOST} :: %{NAME}-%{VERSION}.%{ARCH}\n' | >sort > /home/jb/rpm.lst > Thanks, that loo

Re: [REDHAT] Re: uninstalling rpm's

2002-01-14 Thread David Kramer
On Mon, 14 Jan 2002, Jack Bowling wrote: > I use this stupidly simple bash script. I call it "rpmlist" > > rpm -qa --qf '%-20.20{VENDOR} %30.30{BUILDHOST} :: %{NAME}-%{VERSION}.%{ARCH}\n' | >sort > /home/jb/rpm.lst It's a good idea to incorporate this into your backup strategy, as it can hel

Re: uninstalling rpm's

2002-01-14 Thread Jack Bowling
** Reply to message from Chuck Mead <[EMAIL PROTECTED]> on Mon, 14 Jan 2002 09:42:28 -0500 (EST) > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, 14 Jan 2002, Nick Wilson posted the following: > NW>How can I get a list of installed packages from the command line? > > rpm -qa >>l

Re: uninstalling rpm's

2002-01-14 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 14-01-02 at 15:57 * Rupesh said > do "rpm -qa | grep -i nvidia" or "rpm -qa | more" & > delete the relevant rpm. > > the second command will list all the rpm's on your > system. > Thanks guys. More nvidia trouble on it's way but I'll st

Re: uninstalling rpm's

2002-01-14 Thread Rupesh
do "rpm -qa | grep -i nvidia" or "rpm -qa | more" & delete the relevant rpm. the second command will list all the rpm's on your system. -Rupesh --- Nick Wilson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi List people. > I need to uninstall the Nvidia rpm'

Re: uninstalling rpm's

2002-01-14 Thread Chuck Mead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 14 Jan 2002, Nick Wilson posted the following: NW>BEGIN PGP SIGNED MESSAGE- NW>Hash: SHA1 NW> NW>Hi List people. NW>I need to uninstall the Nvidia rpm's as I think I've got them a bit NW>messed up. Trouble is I don't know the name of

RE: Uninstalling GRUB

2001-11-19 Thread Stephen Liu
Hi Adam, Sorry to cut in. If I don't want to un-install RH 7.2 but need to change Disk Druid to start Win2K. Can I start from fdisk /mbr (Redhat 7.2) I install Redhat 7.2 on a hard disc running Win2K and use Disk Druid for selection. After installation completed and reboot the PC. There

RE: Uninstalling GRUB

2001-11-17 Thread Adam Haupt
fdisk /mbr   using a boot disk   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Rupesh Sent: Saturday, November 17, 2001 3:38 AM To: [EMAIL PROTECTED] Subject: Uninstalling GRUB   Hi,   I have a dual boot of RedHat 7.2 & Windows

Re: Uninstalling.

2001-02-22 Thread Mikkel L. Ellertson
On Wed, 21 Feb 2001, Jeff Lane wrote: > On Wed, 21 Feb 2001, Dave Wreski wrote: > > > > > > I'm looking to uninstall RH 7.0 , but I don't have a clue where to > > > start! Any help would be appreciated. > > > > 1. Take disk out of machine > > 2. Walk outside with it > > 3. Drop on cement / nearby

Re: Uninstalling.

2001-02-22 Thread Jeff Lane
On Wed, 21 Feb 2001, Dave Wreski wrote: > > > I'm looking to uninstall RH 7.0 , but I don't have a clue where to > > start! Any help would be appreciated. > > 1. Take disk out of machine > 2. Walk outside with it > 3. Drop on cement / nearby a large magnet Heh heh... rm -rf / reboot, boot to d

Re: Uninstalling.

2001-02-21 Thread Mike Burger
Run fdisk, and delete the partition in which you have Linux installed? On Wed, 21 Feb 2001, Ben Hawkes wrote: > Hi, > > I'm looking to uninstall RH 7.0 , but I don't have a clue where to start! > Any help would be appreciated. > > Ben Hawkes > http://www16.brinkster.com/staind/ > > > > > ___

Re: Uninstalling.

2001-02-20 Thread Dave Wreski
> I'm looking to uninstall RH 7.0 , but I don't have a clue where to > start! Any help would be appreciated. 1. Take disk out of machine 2. Walk outside with it 3. Drop on cement / nearby a large magnet Those would be my choices. The other alternative is to insert a Debian or SuSE CDROM, but th

Re: Uninstalling.

2001-02-20 Thread Statux
Are you talking, like, remove 7.0 that you put over 6.2, etc, or just pulling RH off yer system for good. 1) In the former case, this isn't MS Windows. 2) In the latter case, just overwrite the disk with something else. There isn't, last I checked, a concept of uninstalling a distro with UNIX sy

Re: Uninstalling

2000-03-28 Thread mohan mohta
Thank you that worked I was able to uninstall it successfully mohan :-) -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: uninstalling

2000-03-27 Thread Gordon Messmer
mohan mohta wrote: > I just wanted to know how do I uninstall linux from my system Use partition magic, or just fdisk to remove the partition on which it resides. You can use linux's own fdisk to delete its partitions. > And i even wanted to ask is it ok if install the second disk of higher > c

Re: uninstalling

2000-03-27 Thread [EMAIL PROTECTED]
Use fdisk in linux, not dos. Kirk >At 12:33 PM 3/27/00 +0530, you wrote: > Hello > my first partition it does not allow me to do so. >I wanted to uninstall it completely so that I can install it on the second >hard disk which i am going to install in my system . >And i even wanted to ask i

Re: Uninstalling a multiple pacakge

1998-06-14 Thread Igmar Palsenberg
>Greetings! >I have a problem here. I inadvertently installed 2 same named, but >different versioned packages: >[root@HAL /root]# rpm -q libg++ >libg++-2.8.1-2 >libg++-2.7.2.8-6 >And as a result, when I try to uninstall it, I get >this: rpm -e libg++-2.8.1-2 or rpm -e libg++-2.7.2.8-6 >[root