CentOS 6.0 yum audacity dependency

Posted by Kaemic on Super User See other posts from Super User or by Kaemic
Published on 2011-10-09T13:53:06Z Indexed on 2013/07/03 5:09 UTC
Read the original article Hit count: 341

Filed under:
|
|

I'm trying to install audacity on centos using yum and I cant force yum to resolve all dependencies, here's what i got, can someone help me with it (when I download the rpm file and click-installit i get the dependency problem too):

# yum --disablerepo=c6-media install audacity-1.2.3-2.2.el4.rf.i386.rpm
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
 * base: mirror.karneval.cz
 * centosplus: mirror.karneval.cz
 * extras: centos.vieth-server.de
 * rpmforge: fr2.rpmfind.net
 * updates: mirror.karneval.cz
Setting up Install Process
Examining audacity-1.2.3-2.2.el4.rf.i386.rpm: audacity-1.2.3-2.2.el4.rf.i386
Marking audacity-1.2.3-2.2.el4.rf.i386.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package audacity.i386 0:1.2.3-2.2.el4.rf set to be updated
--> Processing Dependency: wxGTK >= 2.4.0 for package: audacity-1.2.3-2.2.el4.rf.i386
--> Processing Dependency: libwx_gtk-2.4.so.0 for package: audacity-1.2.3-2.2.el4.rf.i386
--> Processing Dependency: libwx_gtk-2.4.so.0(WXGTK_2.4) for package: audacity-1.2.3-2.2.el4.rf.i386
--> Running transaction check
---> Package audacity.i386 0:1.2.3-2.2.el4.rf set to be updated
--> Processing Dependency: libwx_gtk-2.4.so.0 for package: audacity-1.2.3-2.2.el4.rf.i386
--> Processing Dependency: libwx_gtk-2.4.so.0(WXGTK_2.4) for package: audacity-1.2.3-2.2.el4.rf.i386
---> Package wxGTK.i686 0:2.8.12-1.el6.rf set to be updated
--> Finished Dependency Resolution
Error: Package: audacity-1.2.3-2.2.el4.rf.i386 (/audacity-1.2.3-2.2.el4.rf.i386)
           Requires: libwx_gtk-2.4.so.0
Error: Package: audacity-1.2.3-2.2.el4.rf.i386 (/audacity-1.2.3-2.2.el4.rf.i386)
           Requires: libwx_gtk-2.4.so.0(WXGTK_2.4)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

© Super User or respective owner

Related posts about centos

Related posts about yum