Plex repository for Linux

For users running our Plex Media Server on DEB-based (Ubuntu, etc.) or RPM-based (Fedora, CentOS, etc.) Linux distributions, it’s possible to do so via our official repository. This article covers how to add the repository to Ubuntu and Fedora/CentOS. Other compatible distributions may work, but are not officially supported by Plex.

Plex Repository for Linux
Plex Repository for Linux

DEB-based distros (Ubuntu, etc.)

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 -
sudo apt-get update

That’s it, Plex Media Server repo will be enabled on the OS and Plex Media Server will automatically get updated too.

RPM-based distros (Fedora, CentOS, etc.)

Inside the RPM package we have silently added a repository configuration file for Plex Media Server to hook up to a repository. To enable the repo, edit /etc/yum.repos.d/plex.repo and change line 4 from enabled=0 to enabled=1. It should look like this:

[PlexRepo]
name=PlexRepo
baseurl=https://downloads.plex.tv/repo/rpm/$basearch/
enabled=1
gpgkey=https://downloads.plex.tv/plex-keys/PlexSign.key
gpgcheck=1
sudo yum update

That’s it, Plex Media Server repo will be enabled on the OS and Plex Media Server will automatically get updated too.

openSUSE

After doing the normal steps for RPM-based distributions, openSUSE users will need to make an additional change:

  1. Open the Software Repositories app
  2. Find the PlexRepo entry
  3. Set that entry to Enabled and Auto Refresh

That’s it, Plex Media Server repo will be enabled on the OS and Plex Media Server will automatically get updated too.

Check Also

Enabling AMD GPU for Hashcat on Kali Linux: A Quick Guide

Enabling AMD GPU for Hashcat on Kali Linux: A Quick Guide

If you’ve encountered an issue where Hashcat initially only recognizes your CPU and not the …

Boot Ubuntu Server 22.04 LTS from USB SSD on Raspberry Pi 4

Boot Ubuntu Server 22.04 LTS from USB SSD on Raspberry Pi 4

This is a guide for configuring Raspberry Pi4 to boot Ubuntu from external USB SSD …

Leave your solution or comment to help others.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from blackMORE Ops

Subscribe now to keep reading and get access to the full archive.

Continue reading

Privacy Policy on Cookies Usage

Some services used in this site uses cookies to tailor user experience or to show ads.