I am trying to install popcorn-time on my ubuntu computer, and I am having no success, I have looked it up but the terminal commands have not worked for me and the file does not go automatically to the install like on windows or mac what do i do?
Asked
Active
Viewed 905 times
0
-
4Possible duplicate: (http://askubuntu.com/questions/675526/how-to-install-popcorn-time-using-installer-from-their-official-site) – kek Jul 14 '16 at 09:19
-
2@kek_kek Next time you flag a duplicate question, please check its answers for broken links. I have edited the first answer that had a broken link and updated it for you. – karel Jul 14 '16 at 09:36
1 Answers
0
When you unpack it, that already is the installation. It's not a source file, it's a binary precompiled proprietary blob.
These are the steps to install.
- Download it from https://popcorntime.sh/
- Extract it
Now 2 ways to run it.
- with terminal,
cd
to extracted folder and run./Popcorn-Time
create a
Popcorn-Time.desktop
file with this text:[Desktop Entry] Name = Popcorn-Time Comment = Comment on the program Exec = /home/<user>/<Folder>/Popcorn-Time-0.3.10-Linux-64/Popcorn-Time Icon = /home/<user>/<Folder>/Popcorn-Time-0.3.10-Linux-64/src/app/images/icon.png Terminal = false Type = Application
Replace
<user>
and<folder>
with your username and the folder where PCT is.
- with terminal,

Zanna
- 70,465

mohit uprim
- 179
- 1
- 2