Plex Home Theatre on Wheezy requires packages from 2 additional repos, and a specific Ubuntu font package. The following instructions illustrate this:
- Add repos:
sudo apt-get install curl
sudo curl http://shell.ninthgate.se/packages/shell-ninthgate-se-keyring.key | sudo apt-key add -
echo "deb http://www.deb-multimedia.org wheezy main non-free" | sudo tee -a /etc/apt/sources.list.d/deb-multimedia.list
echo "deb http://shell.ninthgate.se/packages/debian wheezy main" | sudo tee -a /etc/apt/sources.list.d/plex.list
sudo apt-get update
sudo apt-get install deb-multimedia-keyring
(press Y to confirm)
sudo apt-get update
sudo apt-get dist-upgrade
- Obtain Ubuntu fonts from closest mirror at http://packages.ubuntu.com/precise/all/ttf-ubuntu-font-family/download
cd /tmp && { curl -O http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-font-family-sources/ttf-ubuntu-font-family_0.80-0ubuntu2_all.deb ; cd -; }
sudo dpkg -i /tmp/ttf-ubuntu-font-family_0.80-0ubuntu2_all.deb
- Install Plex Home Theatre
sudo apt-get install plexhometheater