Almost every time I need to upgrade my Plex Media Server I always forget the command and end up consulting the Google. So this post is for me,.. and hopefully help someone thats in the same boat as me.
wget https://downloads.plex.tv/plex-media-server/WHATEVER-VERSION/plexmediaserver_WHATEVER-VERSION.deb
. This will download the update.sudo dpkg -i plexmediaserver_WHATEVER-VERSION_i386.deb
to install the update.Cheers!