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

uninstalling rpm's

2002-01-14 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List people. I need to uninstall the Nvidia rpm's as I think I've got them a bit messed up. Trouble is I don't know the name of the packages to use with 'rpm -e' I've tried a few educated guesses but no luck. How can I get a list of installed packa