Command Line Upgrade

Can someone please provide me the step by step instructions for upgrading PLEX media server on Ubuntu to the new versions?

Thanks for all who support me.

Scenario 1: automated repository updates

This will only work for public releases!
https://support.plex.tv/articles/235974187-enable-repository-updating-for-supported-linux-server-distributions/

Scenario 2: manual installation/update

See the Linux section in the server installation support article; this requires manual downloading the file and works for both, public and beta releases.
https://support.plex.tv/articles/200288586-installation/

There’s a few scripts flying around in the forum which help automate scenario 2.

I am getting this error :

How do i fix it?

At what exact step/command do you get that warning/error?
Did you execute both commands from the support article?

I did

echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list

Then did sudo apt-get update

You forgot the 2nd command

curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -

before running

sudo apt-get update

Thank you it is up and running! :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.