Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Shortened and used hash for proper comments that can be copy and pasted.

...

Download latest deb file and install it,  

Code Block
languagebash
sudo wget "http://downloads.plexapp.com/plex-media-server/0.9.8.18.290-11b7fdd/plexmediaserver_0.9.8.18.290-11b7fdd_amd64.deb"

sudo apt-get -f install avahi-daemon avahi-utils (if# If you still get an error message with this, try the next line).
sudo apt-get -f install (you# You may not need to do this if above worked).

sudo dpkg -i plexmediaserver_0.9.8.18.290-11b7fdd_amd64.deb (replacing# theReplace last filename with the name of the package you downloaded.

This is also now configured to autostart on boot-up.

...

Code Block
languagebash
sudo dpkg -i plexmediaserver_0.9.12.13.1464-4ccd2ca_amd64.deb (replacing# theReplace last filename with the name of the package you downloaded).

Manually Stop and Start

...

...