Pipelight (CentOS): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „<pre> sudo wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/CentOS_7/x86_64/pipelight-0.2.8-6.2.x86_64.rpm </pre> [https://software.…“) |
|||
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{note|Noch in Bearbeitung}} | |||
== Download == | |||
<pre> | <pre> | ||
sudo wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/CentOS_7/x86_64/pipelight-0.2.8-6.2.x86_64.rpm | sudo wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/CentOS_7/x86_64/pipelight-0.2.8-6.2.x86_64.rpm | ||
Zeile 4: | Zeile 8: | ||
[https://software.opensuse.org/package/pipelight https://software.opensuse.org/package/pipelight] | [https://software.opensuse.org/package/pipelight https://software.opensuse.org/package/pipelight] | ||
== 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> | |||
sudo yum install pipelight-0.2.8-6.2.x86_64.rpm | |||
</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