Pipelight (CentOS): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 11: | Zeile 11: | ||
== Installation == | == Installation == | ||
Wegen Bug [https://bugzilla.redhat.com/show_bug.cgi?id=1370134] ist vor der Installation folgender Workaround notwendig: | |||
<pre> | <pre> | ||
sed -i "/for creq in pkg.conflicts:/a\ if creq[0].startswith('freeipa'): continue" /usr/lib/python2.7/site-packages/yum/rpmsack.py | sed -i "/for creq in pkg.conflicts:/a\ if creq[0].startswith('freeipa'): continue" /usr/lib/python2.7/site-packages/yum/rpmsack.py |
Version vom 21. März 2017, 21:37 Uhr
Noch in Bearbeitung
Download
sudo wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/CentOS_7/x86_64/pipelight-0.2.8-6.2.x86_64.rpm
https://software.opensuse.org/package/pipelight
Installation
Wegen Bug [1] ist vor der Installation folgender Workaround notwendig:
sed -i "/for creq in pkg.conflicts:/a\ if creq[0].startswith('freeipa'): continue" /usr/lib/python2.7/site-packages/yum/rpmsack.py
sudo yum install pipelight-0.2.8-6.2.x86_64.rpm
Zurück zu CentOS