I am not able to plex server on osmc what should i do

i was using this information

[HOW-TO] Install Plex Media Server Raspberry Pi

OK
root@osmc:~# echo “deb [arch=armhf] https://dev2day.de/pms/$(lsb_release -cs) main” | sudo tee /etc/apt/sources.list.d/pms.list
-bash: lsb_release: command not found
deb [arch=armhf] https://dev2day.de/pms/ main
root@osmc:~# echo “deb [arch=armhf] https://dev2day.de/pms/$(lsb_release -cs) main” | sudo tee
-bash: lsb_release: command not found
deb [arch=armhf] https://dev2day.de/pms/ main
root@osmc:~# echo “deb [arch=armhf] https://dev2day.de/pms/$(lsb_release -cs) main” | sudo tee
-bash: lsb_release: command not found
deb [arch=armhf] https://dev2day.de/pms/ main

getting this error regularly

please suggest what should i do?

thank you

yogesh aggarwal

i am also not able to install any other app as it says source not found?

Please post logs

not able to install plex server at all how to do it rest become normal after restart

To get a better understanding of the problem you are experiencing we need more information from you. The best way to get this information is for you to upload logs that demonstrate your problem. You can learn more about how to submit a useful support request here.

Depending on the used skin you have to set the settings-level to standard or higher, in summary:

  • enable debug logging at settings->system->logging

  • reboot the OSMC device

  • reproduce the issue

  • upload the log set either using the Log Uploader method within the My OSMC menu in the GUI or the ssh method invoking command grab-logs -A

  • publish the provided URL from the log set upload, here

Thanks for your understanding. We hope that we can help you get up and running again shortly.

OSMC skin screenshot:

You can run the following instead:

echo deb [arch=armhf] https://dev2day.de/pms/ stretch main | sudo tee /etc/apt/sources.list.d/pms.list

but you’ll also need a key for the repo and, since it’s using https, you’ll need to install the package apt-transport-https

Edit: I forgot to add that running a Plex server on an OSMC Raspberry Pi is not a great idea. Generally, a Plex server needs to be quite powerful.