#plex #homelab

I needed to remember this today and maybe this helps some else out too!

Allow the server to use the repo her:

/etc/apt/sources.list.d/plexmediaserver.list

Run this command to edit

sudo nano /etc/apt/sources.list.d/plexmediaserver.list

and remove the # before the line of

#deb https://downloads.plex.tv/repo/deb/ public main

run the following to see if that worked and plex is recognized for update

sudo apt list --upgradebale

Then just

sudo apt update && apt upgrade or sudo apt update && upgrade plexmediaserver

Done!