I'm wondering how I can update my version of Plex on a headless Ubuntu Server?
Having issues with it not running automatically when the server is rebooted, have to manually invoke the service. Hoping the update will fix the problem.
I'm wondering how I can update my version of Plex on a headless Ubuntu Server?
Having issues with it not running automatically when the server is rebooted, have to manually invoke the service. Hoping the update will fix the problem.
Hey guys having problems doing a sudo apt get update && sudo apt get upgrade. I sure its something obvious but I just can't wrap my head around it. Appreciate the help. You guys are great! Heres the message I get:
W: GPG error: http://plex.r.worldssl.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 43525C28E533491A
W: Duplicate sources.list entry http://plex.r.worldssl.net/PlexMediaServer/ubuntu-repo/ lucid/main amd64 Packages (/var/lib/apt/lists/plex.r.worldssl.net_PlexMediaServer_ubuntu-repo_dists_lucid_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://plex.r.worldssl.net/PlexMediaServer/ubuntu-repo/ lucid/main i386 Packages (/var/lib/apt/lists/plex.r.worldssl.net_PlexMediaServer_ubuntu-repo_dists_lucid_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
I removed the deb http://plex.r.worlds...ver/ubuntu-repo lucid main in /etc/apt/sources.list and installed de .deb file manually, that solved almost everything and now I'm up2date with my server.
this thread is old now. The apt-get upgrade doesn't work anymore as it points to an old, non-maintained source of Plex media server. You need to download the DEB file and install it manually - each time.
Go to the download page (toggle plex pass releases if you have access and want the latest)
Right click on the ubuntu server version (32/64 depending on your release)
Copy the link location by right clicking.
Log into your plex servers terminal.
in a temp folder (defaults to your home) type wget then paste the url and hit enter.
this thread is old now. The apt-get upgrade doesn't work anymore as it points to an old, non-maintained source of Plex media server. You need to download the DEB file and install it manually - each time.
Is there no way to do it from the web interface or have it update automatically?
The first command will download the file to the current directory you are in, the second will install the package you have download. The above will download the ubuntu 64 bit for 0.9.9.14. If you need a different version, simply go to downloads and find the url of the package you want to download.
The first command will download the file to the current directory you are in, the second will install the package you have download. The above will download the ubuntu 64 bit for 0.9.9.14. If you need a different version, simply go to downloads and find the url of the package you want to download.
Well there appears to be a new option in 9.10.3 that allows auto search and download updates (General -> "Search for and download Plex Media Server updates automatically")! Not sure if it works yet or if it even works for PlexPass versions since it give no option to select branch.
I'm curious about the new "Search for and download Plex Media Server updates automatically" option as well... Is this for actually updating Plex? Or for managing what was always automatic in bundle/plugin updates?
So what's going on with this option? I see it has been renamed to "Automatically check for updates". Does that mean it does not actually perform the update, but just gives us a reminder when a new version is detected? So it's a fairly safe option to leave on? That's why I disabled it previously...the old name gave an indication it was actually going to do some type of update, and I didn't want Plex auto updating itself to a PlexPass release with possible issues.
Also I'm not crazy right? This feature wasn't available just a few versions ago right? It just seems weird that it's not mentioned at all in the PMS change log. Or I really have never seen it until now, and I always click Show Advanced when I'm looking at the settings..
Looking to see what's up with this option as well. I have it checked and it has not updated (I just manually updated to the latest version). I don't see anywhere it would store the downloaded update file either. Is there no documentation on this feature at all?
The first command will download the file to the current directory you are in, the second will install the package you have download. The above will download the ubuntu 64 bit for 0.9.9.14. If you need a different version, simply go to downloads and find the url of the package you want to download.