
Update the package list: sudo apt-get updateįinally, install Plex Media Server: sudo apt-get install plexmediaserver -y Uninstall Plex: sudo apt-get purge plexmediaserverĭownload the key: sudo wget -O - | sudo apt-key add -Īdd the repo: echo "deb jessie main" | sudo tee /etc/apt//pms.list Sudo apt-get purge plexmediaserver & sudo wget -O - | sudo apt-key add - & echo "deb jessie main" | sudo tee /etc/apt//pms.list & sudo apt-get update & sudo apt-get install plexmediaserver -y

Maybe there is another way, but this is how I did it.ĭelete Plex, and reinstall it from uglymagoo’s Jessie Repo: If you upgrade to Jessie from Wheezy, you´ll have to delete plex and to reinstall it again from the other repo. Sudo apt-get install libexpat1 -y & sudo apt-get install apt-transport-https -y -force-yes & sudo wget -O - | sudo apt-key add - & echo "deb jessie main" | sudo tee /etc/apt//pms.list & sudo apt-get update & sudo apt-get install plexmediaserver -yĢ sudo apt-get install libexpat1 -y & sudo apt-get install apt-transport-https -y -force-yes & sudo wget -O - | sudo apt-key add - & echo "deb jessie main" | sudo tee /etc/apt//pms.list & sudo apt-get update & sudo apt-get install plexmediaserver -y Sudo apt-get install libexpat1 -y & sudo apt-get install apt-transport-https -y -force-yes & sudo wget -O - | sudo apt-key add - & echo "deb wheezy main" | sudo tee /etc/apt//pms.list & sudo apt-get update & sudo apt-get install plexmediaserver -yĢ sudo apt-get install libexpat1 -y & sudo apt-get install apt-transport-https -y -force-yes & sudo wget -O - | sudo apt-key add - & echo "deb wheezy main" | sudo tee /etc/apt//pms.list & sudo apt-get update & sudo apt-get install plexmediaserver -y Install libexpat1, enable https transport, add the key for the repo and the uglymaoo’s repo, update your package list, and finally install Plex M.S. How to install Plex Media Server with one huge command: The OS image I´m using on Cubietruck is the one from:


The OS image I´m using on Cubieboard is Cubieez: Now, I have it tested for both, Cubieboard and Cubietruck, and both are working correctly.
