mkdir /opt/popcorn-time
wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-64.tar.xz
tar Jx -f Popcorn-Time-0.3.10-Linux-64.tar.xz -C /opt/popcorn-time
wget -q -O /opt/popcorn-time/popcorntime.png https://upload.wikimedia.org/wikipedia/commons/6/6c/Popcorn_Time_logo.png
ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time

criar o ficheiro /usr/share/applications/popcorntime.desktop e inserir nele:
[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;

https://linuxconfig.org/how-to-install-popcorn-time-movie-player-on-deb…