Following the advise on Using Awesome window manager on CentOS 7, I installed the fedora 19 repository so I could get Awesome working on CentOS7. However, when I run yum update
, I am getting this error:
Error: Package: brlapi-0.6.0-5.fc19.i686 (fedora)
Requires: brltty = 4.5-5.fc19
Installed: brltty-4.5-8.el7.x86_64 (@anaconda)
brltty = 4.5-8.el7
Available: brltty-4.5-5.fc19.x86_64 (fedora)
brltty = 4.5-5.fc19
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Some more information:
; sudo yum list installed | grep brl
127:brlapi.x86_64 0.6.0-8.el7 @anaconda
128:brltty.x86_64 4.5-8.el7 @anaconda
1254:python-brlapi.x86_64 0.6.0-8.el7 @anaconda
Clearly, the two repositories are in conflict: How to solve this problem?
As requested:
; sudo yum repolist all
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.mirroring.pulsant.co.uk
* epel: mirror-fr2.bbln.org
* extras: mirror.ukhost4u.com
* updates: mirror.ukhost4u.com
repo id repo name status
base/7/x86_64 CentOS-7 - Base enabled: 8,465
base-debuginfo/x86_64 CentOS-7 - Debuginfo disabled
base-source/7 CentOS-7 - Base Sources disabled
centosplus/7/x86_64 CentOS-7 - Plus disabled
centosplus-source/7 CentOS-7 - Plus Sources disabled
epel/x86_64 Extra Packages for Enterprise Linu enabled: 6,418
epel-debuginfo/x86_64 Extra Packages for Enterprise Linu disabled
epel-source/x86_64 Extra Packages for Enterprise Linu disabled
epel-testing/x86_64 Extra Packages for Enterprise Linu disabled
epel-testing-debuginfo/x86_64 Extra Packages for Enterprise Linu disabled
epel-testing-source/x86_64 Extra Packages for Enterprise Linu disabled
extras/7/x86_64 CentOS-7 - Extras enabled: 77
extras-source/7 CentOS-7 - Extras Sources disabled
fasttrack/7/x86_64 CentOS-7 - fasttrack disabled
fedora/x86_64 Fedora 19 - x86_64 enabled: 36,253
updates/7/x86_64 CentOS-7 - Updates enabled: 1,186
updates-source/7 CentOS-7 - Updates Sources disabled
repolist: 52,399
Here is the /etc/yum.repos.d/Fedora.repo
file:
[fedora]
name=Fedora 19 - $basearch
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/19/Everything/$basearch/os/
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-19
yum repolist all
to your question. – garethTheRed Nov 12 '14 at 09:11.repo
file while following the About Something... blog post. – garethTheRed Nov 12 '14 at 09:33yum-plugin-priorities
to avoid such issues. – setevoy Nov 15 '14 at 16:39