How to install Popcorn Time for Linux?
Download Popcorn Time Latest Version on PC 100% Free! You can install Popcorn Time on Linux by following methods:
Steps : Install dependencies:
To avoid errors like “Popcorn-Time: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: If you get an error like “No such file or directory,” you should use this command to install some dependencies:
sudo apt update && sudo apt install libcanberra-gtk-module libgconf-2-4 libatomic1
Step 1: Get the Popcorn Time app:
Popcorn Time can be downloaded from the official website. The download link can be found on the homepage.
Popcorn Time 4.4 is now available for download. If you previously used Popcorn Time 3, the earlier version will no longer work. Remove the files from /opt/popcorntime and start over with this guide.
Step 2: Install Popcorn Time:
It’s time to put Popcorn Time to use now that you’ve downloaded it. The downloaded file is a tar archive that contains, among other things, an executable. While this tar file can be extracted anywhere, the Linux standard is to install additional software in the /opt directory.
Create a new directory in /opt:
sudo mkdir /opt/popcorntime
Now navigate to the Downloads folder.
cd ~/Downloads
Popcorn Time 4.4 is now available as a zip file. In a Linux terminal, unzip the file to the desired directory as follows:
sudo unzip /opt/popcorntime/Popcorn-Time-0.4.4-linux64.zip -d
Because a few users have reported that Popcorn Time 4.4 does not function on their computers (it does on mine), I recommend that you install the requirements listed in step 0 and then execute sudo apt-get -f install.
Step 3: Make Popcorn Time available to all:
Isn’t it true that you want every user on your system to be able to run Popcorn Time without needing sudo access? Create a symbolic link to the executable in the /usr/bin directory to do this.
sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time.
Step 4: Make a Popcorn Time desktop launcher:
So far, everything has gone well. However, you’d like to see Popcorn Time in the app menu, add it to your favourite apps list, and so on.
You’ll need to make a desktop entry for this.
Create a new file titled popcorntime.desktop in /usr/share/applications using a terminal.
You can use any text editor with a command line interface. Nano is installed by default in Ubuntu, thus you can use it.
sudo nano /usr/share/applications/popcorntime.desktop
Insert the following lines here:
[Desktop Entry]
Version = 1.0
Type = Application
Terminal = false
Name = Popcorn Time
Exec = /usr/bin/Popcorn-Time
Icon = /opt/popcorntime/popcorn.png
Categories = Application;
If you use the Nano editor, use Ctrl+X to save it. Enter Y when prompted for saving, then enter again to save and quit.
We’re nearly there. Last but not least, make sure you have the relevant Popcorn Time icon. You can achieve this by downloading a Popcorn Time icon and saving it in the /opt/popcorn time directory as popcorn.png.
You can do so by typing the following command:
sudo wget -O /opt/popcorntime/popcorn.png https://upload.wikimedia.org/wikipedia/commons/d/df/Pctlogo.png
That is all there is to it. You may now search for Popcorn Time and launch it by clicking on it.
Troubleshoot:
Run Popcorn-Time in the terminal if you don’t see it in the system menu right away.
- You’ll have to accept the terms and conditions on the first launch.
- After that, you can watch movies and television shows.
- That’s all there was to it when it came to installing Popcorn Time on Ubuntu or any other Linux distribution. You can immediately begin watching your favorite films.