sudo apt update && sudo apt install libcanberra-gtk-module libgconf-2-4 sudo wget https://get.popcorntime.app/build/Popcorn-Time-0.4.4-linux32.zip sudo mkdir /opt/popcorntime sudo unzip Popcorn-Time-0.4.4-linux32.zip -d /opt/popcorntime/ sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time echo "[Desktop Entry] Version=1.0 Type=Application Terminal=false Name=Popcorn-Time Exec=/opt/popcorntime/Popcorn-Time Icon=/opt/popcorntime/src/app/images/icon.png Categories=Application;Network;" | sudo tee -a /usr/share/applications/popcorntime.desktop sudo wget -O /opt/popcorntime/popcorn.png https://upload.wikimedia.org/wikipedia/commons/d/df/Pctlogo.png sudo rm Popcorn-Time-0.4.4-linux32.zip