Re: removing samba

2003-01-09 Thread trysaran
Hi John Nichel, To find the samba version just type rpm -qa | grep samba. This will list the samba package complete name with version. Then you can give rpm -e samba... Regards, Saravanan Message: 2Date: Wed, 08 Jan 2003 16:48:28 -0600From: John Nichel [EMAIL PROTECTED]Organization:

removing samba

2003-01-08 Thread Ted Gervais
Can anyone tell me the proper way of using RPM to uninstall Samba. I have looked at the help screen that comes up with RPM and have tried all choices. No luck so far. Maybe I am not using the correct name for Samba?? Anyone help here please. -- T.L.Gervais Coldbrook, NS Canada. --

Re: removing samba

2003-01-08 Thread Will Mc Donald
-client-2.0.10-2 samba-common-2.0.10-2 samba-2.0.10-2 samba-swat-2.0.10-2 Will. - Original Message - From: Ted Gervais [EMAIL PROTECTED] To: redhat-list [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 7:10 PM Subject: removing samba Can anyone tell me the proper way of using RPM

Re: removing samba

2003-01-08 Thread Ted Gervais
PROTECTED] Sent: Wednesday, January 08, 2003 7:10 PM Subject: removing samba Can anyone tell me the proper way of using RPM to uninstall Samba. I have looked at the help screen that comes up with RPM and have tried all choices. No luck so far. Maybe I am not using the correct name

Re: removing samba

2003-01-08 Thread Michael Schwendt
On Wed, 08 Jan 2003 16:17:48 -0400, Ted Gervais wrote: [root@localhost root]# rpm -qa | grep samba samba-2.2.7a-1 Nothing more. And this is what I see when I try to reinstall Samba: [root@localhost root]# rpm -e samba-2.2.7a-1 error reading information on service smb: No such file

Re: removing samba

2003-01-08 Thread John Nichel
Was Samba installed by RPM? Do a `rpm -q samba` If Samba was installed via RPM, it will show you something like... samba-x.x.x-x.x.x So then you can just rpm -e samba-x.x.x-x.x.x Ted Gervais wrote: Can anyone tell me the proper way of using RPM to uninstall Samba. I have looked at the