Thursday 8 June 2017

Update Plex Media on Ubuntu Server or Desktop

  • Find the URL for the latest Plex Media Server package here.
  • Option 1 - for headless Ubuntu with terminal access
  • SSH into your server. For the following steps, make sure you replace the URLs and packages with the latest release.
  • Run the following command to download the latest package.
wget https://downloads.plex.tv/plex-media-server/0.9.12.4.1192-9a47d21/plexmediaserver_1.5.6.3790-4613ce077_amd64.deb
  • Install the package with this command.
sudo dpkg -i plexmediaserver_1.5.6.3790-4613ce077_amd64.deb
  • Following installation, remove the installer file with this command.
rm plexmediaserver_1.5.6.3790-4613ce077_amd64


  • Option 2 - Ubuntu Desktop
  • Find the URL for the latest Plex Media Server package here.
  • Download and install via Ubuntu Software Manager.




No comments:

Post a Comment