Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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"

# According to my readings, Plex requries avahi-daemon... however, I'm not sure about avahi-utils... still to verify
sudo apt-get -f install avahi-daemon avahi-utils # If you still get an error message with this, try the next line.
sudo apt-get -f install # You may not need to do this if above worked.

sudo dpkg -i plexmediaserver_0.9.8.18.290-11b7fdd_amd64.deb # Replace filename with the name of package downloaded.

...