I’ve recently installed Plex, and I seem to have to upgrade manually every time a new version comes out. Can anyone tell me what I’m doing wrong?
Server Version#: 1.21.0.3616-d87012962
Ubuntu 18.04.5, 4.15.0-122-generic 32bit
root@plex:/etc/apt/sources.list.d# cat plexmediaserver.list
deb https://downloads.plex.tv/repo/deb public main
root@plex:/etc/apt/sources.list.d# apt-key list
/etc/apt/trusted.gpg
--------------------
pub rsa4096 2015-03-22 [SC]
CD66 5CBA 0E2F 88B7 373F 7CB9 9720 3C7B 3ADC A79D
uid [ unknown] Plex Inc.
sub rsa4096 2015-03-22 [E]
root@plex:/etc/apt/sources.list.d# dpkg --list | grep plexme
ii plexmediaserver 1.21.0.3616-d87012962 i386
Current version at time of writing is 1.21.3.4014.
~# apt update
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:2 http://gb.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://gb.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Hit:4 https://downloads.plex.tv/repo/deb public InRelease
Get:5 http://gb.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Fetched 252 kB in 2s (102 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up-to-date.
~# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Thanks for any help!