Skip to content

Instantly share code, notes, and snippets.

@LukasBombach
Last active January 15, 2017 20:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save LukasBombach/2943fc2a1cb5fd4bbd1c3e6b477ce033 to your computer and use it in GitHub Desktop.
Save LukasBombach/2943fc2a1cb5fd4bbd1c3e6b477ce033 to your computer and use it in GitHub Desktop.
Installing Plex Media Server on Debian on a Pine64
sudo apt-get install apt-transport-https
sudo dpkg --add-architecture armhf
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list
sudo apt-get update
sudo apt-get install binutils:armhf plexmediaserver-installer -y --force-yes
@LukasBombach
Copy link
Author

LukasBombach commented Jul 31, 2016

After you installed Plex Media Server go to http://PINE64_IP_ADRESS:32400/web/index.html , whilePINE64_IP_ADRESS being the IP address of your Pine65

@bobokun
Copy link

bobokun commented Aug 2, 2016

after adding the pms.list using

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

and running the command apt-get update, I'm getting this error.

7% [Waiting for headers] [Waiting for headers] [Waiting for headers]GNU MP: Cannot allocate memory (size=545460846848) E: Method https has died unexpectedly! E: Sub-process https received signal 6.
Any idea how to fix this?

@LukasBombach
Copy link
Author

Sorry, not really. A quick research shows people had to reinstall other packages or even apt itself. I had been using the latest Pine Ubuntu, Pine Debian as well as DietPi on my Pine and at least those versions worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment