Kurztipp: YUM-Fehler: 'xz compression not available'
Beim Importieren des neuen EPEL7 YUM-Repositories stieß ich kürzlich auf die folgende Fehlermeldung:
1# /usr/bin/spacewalk-repo-sync --channel epel-el7-x86_64
2> --url http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/
3> --type yum -c epel-el7-x86_64
4Repo URL: http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/
5ERROR: xz compression not available
Die Lösung ist hier recht banal, es fehlte folgende Python-Bibliothek:
1# yum install pyliblzma
Der nächste Import funktionierte einwandfrei. 🙂