On 04/06/2014 09:10 AM, Elio Fabri wrote: > Cannot install wine > > Hi all, > I am trying to install wine into SL 6.2. > Executing > >> sudo yum install wine > > I get the following message: > > Error: Protected multilib versions: db4-4.7.25-16.el6.i686 != > db4-4.7.25-17.el6.x86_64 > You could try using --skip-broken to work around the problem > ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows: > common-lisp-controller-7.8-4.2.noarch has missing requires of asdf > > Using --skip-broken is of no help. > > Any suggestions? > Thx
# yum list --showduplicates --releasever=6.2 db4 Available Packages db4.i686 4.7.25-16.el6 sl db4.x86_64 4.7.25-16.el6 sl db4.i686 4.7.25-17.el6 sl-fastbugs db4.x86_64 4.7.25-17.el6 sl-fastbugs My guess is that you updated db4.x86_64 from sl-fastbugs at some point, but currently do not have sl-fastbugs enabled. Enable sl-fastbugs and update db4.i686 then install wine. (It's also possible that you have it enabled but yum will not update db4.i686 automatically). -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane [email protected] Boulder, CO 80301 http://www.cora.nwra.com
