Pipelight (CentOS): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 9: Zeile 9:
[https://software.opensuse.org/package/pipelight https://software.opensuse.org/package/pipelight]
[https://software.opensuse.org/package/pipelight https://software.opensuse.org/package/pipelight]


== Instaallation ==
== Installation ==


Wegen Bug [https://bugzilla.redhat.com/show_bug.cgi?id=1370134] ist vor der Installation folgender Workaround notwendig:
<pre>
sed -i "/for creq in pkg.conflicts:/a\                if creq[0].startswith('freeipa'): continue" /usr/lib/python2.7/site-packages/yum/rpmsack.py
</pre>
Danach kann das Paket installiert werden:
<pre>
<pre>
sudo yum install pipelight-0.2.8-6.2.x86_64.rpm
sudo yum install pipelight-0.2.8-6.2.x86_64.rpm
</pre>
</pre>
21.03.2017: Das Paket kann wegen fehlender Abhängigkeit ''wine-staging'' nicht installiert werden - ''CentOS'' wird momentan nicht unterstützt.




Zurück zu [[CentOS]]
Zurück zu [[CentOS]]

Aktuelle Version vom 21. März 2017, 21:43 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

Danach kann das Paket installiert werden:

sudo yum install pipelight-0.2.8-6.2.x86_64.rpm

21.03.2017: Das Paket kann wegen fehlender Abhängigkeit wine-staging nicht installiert werden - CentOS wird momentan nicht unterstützt.


Zurück zu CentOS