Plex Media Server installation

From ScottWiki
Revision as of 16:21, 15 December 2022 by Wikiadmin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:

echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -


The Ubuntu & Debian repository is about to be changed. This change is per the requirements for Ubuntu 17 + 18. It adds the now-required stanza to the package file to satisfy apt-get.

For those already using the old workaround (./public main) Revert /etc/apt/sources.list.d/plexmediaserver.list from its current ./public main workaround to be the correct public main Flush appropriate caches Verify you are now operating error and warning free. For those not using the repository When you enable repository use, no changes are required. The package you install will be properly configured.


http://192.168.3.200:32400/web