Was just playing around. It’s a great home entertainment tool indeed.
Method-1: Creating repository and using Yum
To enable the Plex repository open your text editor and create a new YUM repository configuration file named plex.repo in /etc/yum.repos.d/ directory:
[PlexRepo]
name=PlexRepo
baseurl=https://downloads.plex.tv/repo/rpm/$basearch/
enabled=1
gpgkey=https://downloads.plex.tv/plex-keys/PlexSign.key
gpgcheck=1
Method-2: Installation using RPM
download the package for your Linux distro. It is much easier to do this by simply coping the download link location with right click and then you can run:
$ sudo rpm -ivh https://downloads.plex.tv/plex-media-server/1.13.8.5395-10d48da0d/plexmediaserver-1.13.8.5395-10d48da0d.x86_64.rpm
Alternatively, you can download the package on your system with wget command as shown.
$ wget https://downloads.plex.tv/plex-media-server/1.13.8.5395-10d48da0d/plexmediaserver-1.13.8.5395-10d48da0d.x86_64.rpm
If you’ve used install base using yum repo- you now need to install it, otherwise if you’re with RPM installation, you already have plex installed.
Read more