Einführung
Popcorn Time streamt Filme und Fernsehsendungen von Torrents direkt auf Ihren Bildschirm.
Ziel
Ziel ist es, den Popcorn Time Player auf CentOS 7 zu installieren.
Anforderungen
Optionaler privilegierter Zugriff auf Ihr CentOS ist erforderlich, wenn eine systemweite Installation erforderlich ist.
Schwierigkeit
EINFACH
Konventionen
- # – erfordert, dass bestimmte Linux-Befehle mit Root-Rechten ausgeführt werden, entweder direkt als Root-Benutzer oder durch Verwendung von
sudo
Befehl - $ – erfordert, dass bestimmte Linux-Befehle als normaler, nicht privilegierter Benutzer ausgeführt werden
Anleitung
Voraussetzungen
Installieren Sie zuerst einige Tools, die für die Installation von Popcorn Time verwendet werden sollen:
# yum install wget xz
Popcorn Time-Installation
Bitte beachten Sie, dass, wenn Sie die folgende Fehlermeldung mit Version 0.3.10 erhalten, versuchen Sie, eine ältere Popcorn Time-Version zu installieren.
Illegal instruction (core dumped)
Popcornzeit-Version 0.3.9
32-Bit
# mkdir /opt/popcorn-time; wget -qO- https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-32.tar.xz | unxz | tar x -C /opt/popcorn-time # ln -sf /opt/popcorn-time/linux64/Popcorn-Time /usr/bin/popcorn-time
64-Bit
# mkdir /opt/popcorn-time; wget -qO- https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-64.tar.xz | unxz | tar x -C /opt/popcorn-time # ln -sf /opt/popcorn-time/linux64/Popcorn-Time /usr/bin/popcorn-time
Popcornzeit-Version 0.3.10
32-Bit
# mkdir /opt/popcorn-time; wget -qO- https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-32.tar.xz | unxz | tar x -C /opt/popcorn-time # ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time
64-Bit
# mkdir /opt/popcorn-time; wget -qO- https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-64.tar.xz | unxz | tar x -C /opt/popcorn-time # ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time
Desktop-Launcher erstellen
Verwenden Sie Ihren Texteditor, um ein neues /usr/share/applications/popcorntime.desktop
zu erstellen Datei mit folgendem Inhalt:
[Desktop Entry] Version = 1.0 Type = Application Terminal = false Name = Popcorn Time Exec = /usr/bin/popcorn-time Icon = /opt/popcorn-time/popcorntime.png Categories = Application;
Laden Sie als letzten Schritt das Symbol von Popcorn Time herunter:
# wget -q -O /opt/popcorn-time/popcorntime.png https://upload.wikimedia.org/wikipedia/commons/6/6c/Popcorn_Time_logo.png