Hi All, I am running Scientific Linux 6.2 (RHEL 6.2 clone) 64 bit. My version of Wine is: $ rpm -qa \*wine-core\* wine-core-1.2.3-1.el6.x86_64 wine-core-1.2.3-1.el6.i686 I will be wanting to remove my 64 bit wine and replacing it with more updated 32 bit wine packages. As far as I can tell, all of the Wine packages start with "wine". So I was thinking that the following would scrub the old guy clean out. rpm -e $(rpm -qa wine\*) Am I missing anything? Many thanks, -T
ToddAndMargo wrote:> > I will be wanting to remove my 64 bit wine and replacing it with more updated 32 bit wine packages. As far as I can tell, all of the Wine packages start with "wine". So I was thinking that the following would scrub the old guy clean out. > > rpm -e $(rpm -qa wine\*) > > Am I missing anything? >You really need to ask your distro, as this is a package manager/packaging question.
Martin Gregorie wrote:> On Tue, 2012-02-28 at 21:13 +0000, Martin Gregorie wrote: > > > "yum line 'wine*'" shows what packages are installed. > > > > > That should be: yum list 'wine*' > > MartinI caught that right off the bat. Thank you for the in depth answer! ( I knew there had be be other folks our there that lived in the RPM world.) Very much appreciated. -T