Skip to content
Snippets Groups Projects
Commit 55c8cca8 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Installs Popcorn-Time from tar.xz file.

parent 88ff6e50
Branches
No related tags found
No related merge requests found
......@@ -145,12 +145,35 @@ cd ~
#-----------------------------------------------------------------------
# PopCorn Time.
# https://linuxconfig.org/how-to-install-popcorn-time-movie-player-on-ubuntu-20-04-lts-focal-fossa
# Tutorial.
xdg-open https://itsfoss.com/popcorn-time-ubuntu-linux/
# Baixar o *.deb.
# Download tar.xz.
xdg-open https://popcorn-time.tw/linux.html
# Install dependencies.
sudo apt update
sudo apt install libcanberra-gtk-module libgconf-2-4
# Uncompress file.
ls ~/Downloads/Popcorn*
cd ~/Downloads
ls popcorn*.deb
sudo dpkg -i popcorn*.deb
# sudo rm -rf /opt/popcorn-time
sudo mkdir /opt/popcorn-time
sudo tar -xvf Popcorn-Time-linux64.tar.xz -C /opt/popcorn-time
# Create symbolic link.
ls /opt/popcorn-time/
sudo ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/Popcorn-Time
# Download icon.
sudo wget -O /opt/popcorn-time/popcorn.png \
https://upload.wikimedia.org/wikipedia/commons/d/df/Pctlogo.png
# Create desktop application.
sudo pluma /usr/share/applications/popcorntime.desktop
cd ~
#-----------------------------------------------------------------------
# Imaginary Teleprompter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment