
Upgrading Plex is as easy as running this command Install Plex Media Server sudo apt-get install plexmediaserver-installer -y Update your package lists sudo apt-get update Grab uglymaoo's gpg key for his repository wget -O - | sudo apt-key add -Īdd uglymagoo's repository echo "deb jessie main" | sudo tee /etc/apt//pms.list sudo apt-get update & sudo apt-get install apt-transport-https binutils -y -force-yes Open your environment file sudo nano /etc/environmentĬtrl+X, Y and Enter to Save Install Plex Media Server on Raspberry Pi 3 using RepositoryĮnable https transport or you will get this error: E: The method driver /usr/lib/apt/methods/https could not be found. Locale: Cannot set LC_ALL to default locale: No such file or directory

If you see these errors (on Jessie Lite) follow the next step locale: Cannot set LC_CTYPE to default locale: No such file or directory Reconfigure locales for good measure ( source) sudo dpkg-reconfigure locales Now generate the locales again if locale-gen wasn't found sudo locale-gen If you get the locale-gen cannot be found error this should solve it echo "export PATH=$PATH:/usr/sbin" > ~/.profile

Uncomment this line by deleting the # en_US.UTF-8 UTF-8 To generate the locale edit the locale generator configuration file first to enable the locale sudo nano /etc/locale.gen If you don't have en_US.utf8 you can generate it

This command lists current locales locale -a Pre-Install Requirements Generate Localesįirst we need to verify the en_US locale is enabled If you are having transcoding issues try using an older transcoder with this guide.

