Install Plex on Debian

according to the instructions on https://support.plex.tv/articles/235974187-enable-repository-updating-for-supported-linux-server-distributions/ I have added PMS to my sources: echo deb https://downloads.plex.tv/repo/deb ./public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
after that I have run sudo apt-get update.
this results in the following: the packet source ‘https://downloads.plex.tv/repo/deb ./public Release’ has no Release-files

how can I install PMS on Debian ??

You don’t say what version of Debian you are running, but there have been problems with using this repo on certain versions and certain derivative distributions.

In the meantime, if you are running a version of Debian that is systemd based, you can use the Ubuntu version of PMS available in the Downloads area. Just install it by hand using dpkg.

You could also try using Mr. Worf’s plexupdate script:

sorry, I was running Stretch in a test enviroment, where I had PMS successfully installed.
this installation was updated to Buster and than I found that the update server is no longer available.
bringing back this installation back to Stretch does not change anything.

the thing is, https://downloads.plex.tv/repo/deb does no longer exist.

The repo most certainly does exist:

fred@omv:~$ sudo apt-cache policy plexmediaserver
[sudo] password for fred:
plexmediaserver:
Installed: (none)
Candidate: 1.12.3.4973-215c28d86
Version table:
1.12.3.4973-215c28d86 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.12.2.4929-29f6d1796 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.12.1.4885-1046ba85f 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.12.0.4829-6de959918 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.11.3.4803-c40bba82e 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.10.1.4602-f54242b6b 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.10.0.4523-648bc61d4 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.9.7.4460-a39b25852 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.9.6.4429-23901a099 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.9.4.4325-1bf240a65 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.9.2.4285-9f65b88ae 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.9.1.4272-b207937f1 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.8.4.4249-3497d6779 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.8.3.4235-2d20185b0 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.8.1.4139-c789b3fbb 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.7.5.4035-313f93718 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.5.7.4016-25d94bad9 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.5.6.3790-4613ce077 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.5.5.3634-995f1dead 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.5.4.3596-0d2d8c2be 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.5.3.3580-4b377d295 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.4.4.3495-edef59192 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.4.3.3433-03e4cfa35 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.3.4.3285-b46e0ea 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.3.3.3165-ed2f710 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.3.3.3148-b38628e 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.3.2.3112-1751929 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.2.7.2987-1bef33a 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.1.4.2757-24ffd60 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.1.3.2700-6f64a8d 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.0.3.2461-35f0caa 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
1.0.2.2413-7caf41d 500
500 https://downloads.plex.tv/repo/deb ./public/main amd64 Packages
fred@omv:~$

If you are clicking on the link: https://downloads.plex.tv/repo/deb and expecting to get there in a web browser, you won’t.

@fred44nl said:
how can I install PMS on Debian ??

deb https://downloads.plex.tv/repo/deb public main and ignore the warning for now.

any further news ??
currently the command “sudo apt-get update” takes more than 5 minutes, as it hangs very long at [Connected to downloads.plex.tv (104.18.156.41)]

there still is a problem with updating PMS under Linux Debian.
any idea when this could be solved ??