Plex Server

Updating Plex Server

$ wget [$file download link]
Copy link from the file download, from internet and paste in the terminal
Stop instance using:
$ sudo systemctl stop plexmediaserver
Instance will stop automatically anyway but it's good practice
$ sudo dpkg -i [filename]
Restart plex instance
$ systemctl start plexmediaserver