I’m running the above server version on a Raspberry Pi 3. In browser windows I get a notification is available and to install it manually. Clicking the link downloads plexmediaserver-annapurna_1.16.3.1402-22929c8a2_armel.deb. If I SSH into my Plex server on the Pi and do sudo apt-get install plexmediaserver-installer -y I get the message that “plexmediaserver-installer is already the newest version (1.15.3.876-ad6e39743-1)”
I’m at the limit of my abilities now, can anyone explain?
The problem is that annapurna_1.16.3.1402-22929c8a2_armel.deb. is not yet in the repository your system is using for Plex so when you run an apt-get install command it can’t find it.
Either wait until the repo is made current or install the downloaded file with a dpkg -i annapurna_1.16.3.1402-22929c8a2_armel.deb command
The annapurna package is NOT the correct package for your Pi 3. You cannot install this package!
Please read our main ARMv7 thread and migrate your system from my old dev2day package to the new official package / repository (at the end of the thread).