Plex Media Server installation 24.04LTS: Difference between revisions

From ScottWiki
Jump to navigation Jump to search
(Created page with "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-requi...")
 
No edit summary
Line 1: Line 1:
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:
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:


Add the Plex APT repository to your system and import the repository’s GPG key:
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
  echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
  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 -


Once the repository is enabled, update the apt package list and install the latest server version:
sudo apt update
sudo apt install plexmediaserver


The Ubuntu & Debian repository is about to be changed.
To verify that the Plex is running, check the service status:
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)
sudo systemctl status plexmediaserver
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
http://10.3.200.1:32400/web

Revision as of 12:09, 19 March 2024

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:

Add the Plex APT repository to your system and import the repository’s GPG key:

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

Once the repository is enabled, update the apt package list and install the latest server version:

sudo apt update
sudo apt install plexmediaserver

To verify that the Plex is running, check the service status:

sudo systemctl status plexmediaserver


http://10.3.200.1:32400/web