GNU/Linux >> LINUX-Kenntnisse >  >> Cent OS

So installieren Sie den Popcorn Time Movie Player unter CentOS 7 Linux

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


Cent OS
  1. So debootstrap auf CentOS Linux

  2. So installieren Sie den Popcorn Time Movie Player unter CentOS 7 Linux

  3. So installieren Sie Erlang auf Rocky Linux/Alma Linux/CentOS 8

  4. So installieren Sie PHP 8 unter CentOS 8 Linux

  5. So installieren Sie Sentora auf CentOS 7

So installieren Sie Webmin unter CentOS Linux

So installieren Sie JIRA unter CentOS 8 Linux

So installieren Sie Rabbitmq in Rocky Linux/Alma Linux/Centos 8

So installieren Sie den Popcorn Time Movie Player unter Ubuntu 20.4 LTS

So installieren Sie Popcorn Time unter CentOS 7

So aktualisieren Sie CentOS 7 auf CentOS 8 Linux