CentOS 6.0 yum การพึ่งพาความกล้า


0

ฉันกำลังพยายามติดตั้งความกล้าบน centos โดยใช้ yum และฉันไม่สามารถบังคับให้ yum แก้ไขการพึ่งพาทั้งหมดนี่คือสิ่งที่ฉันได้รับมีใครช่วยฉันด้วย (เมื่อฉันดาวน์โหลดไฟล์ rpm และคลิก-installit :

# 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

จะเกิดอะไรขึ้นถ้าคุณเพิ่งติดตั้ง yum --disablerepo=c6-media install audacity?
quanta

ฉันได้รับ: การตั้งค่ากระบวนการติดตั้งไม่มีความกล้าแพ็คเกจ ข้อผิดพลาด: ไม่มีอะไรให้ทำ

คำตอบ:


1

มันมีอยู่ใน EPEL repo:

Name       : audacity
Arch       : x86_64
Version    : 1.3.12
Release    : 0.6.beta.el6
Size       : 13 M
Repo       : installed
From repo  : epel
Summary    : Multitrack audio editor
URL        : http://audacity.sourceforge.net
License    : GPLv2
Description: Audacity is a cross-platform multitrack audio editor. It allows you to
           : record sounds directly or to import files in various formats. It features
           : a few simple effects, all of the editing features you should need, and
           : unlimited undo. The GUI was built with wxWidgets and the audio I/O
           : supports OSS and ALSA under Linux.

ขอบคุณหลังจากเพิ่ม repo นี้มันใช้งานได้
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.