How to install Plex Media Server 0.9.9 in Ubuntu/Fedora/CentOS
Plex Media Server is an open-source multimedia application that can turn your Linux release into a multimedia Server. Users can watch movies, listen to music, or display photos on slides. In addition, users can remotely manage their servers through the Web dashboard.
The latest available version of Plex Media Server 0.9.9 has been released for a while.
This article will teach you how to install Plex Media Server 0.9.9 (supported Linux Versions: ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, LXLE 14.04, Deepin 2014, Linux Lite 2.0, Peppermint Five, Elementary OS 0.3 Freya, Fedora 21, fedora 20, CentOS 7, and CentOS 6 ).
Because there is no available database or PPA, We need to download the deb/rpm package for installation. Please follow the command below to install it successfully.
Install Ubuntu 14.10, Ubuntu 14.04, and derivative systems
32-bit system USER command:
sudo apt-get install gdebi
wget downloads.plexapp.com/plex-media-server/0.9.9.14.531-7eef8c6/plexmediaserver_0.9.9.14.531-7eef8c6_i386.deb
sudo gdebi plexmediaserver_0.9.9.14.531-7eef8c6_i386.deb
64-bit system USER command:
sudo apt-get install gdebi
wget http://downloads.plexapp.com/plex-media-server/0.9.9.14.531-7eef8c6/plexmediaserver_0.9.9.14.531-7eef8c6_amd64.deb
sudo gdebi plexmediaserver_0.9.9.14.531-7eef8c6_amd64.deb
Uninstall command (for 32-bit and 64-bit system users ):
sudo apt-get remove plexmediaserver
Fedora 21, Fedora 20, CentOS 7, and CentOS 6 system installation
32-bit system USER command:
wget http://downloads.plexapp.com/plex-media-server/0.9.9.14.531-7eef8c6/plexmediaserver-0.9.9.14.531-7eef8c6.i386.rpm
sudo yum localinstall plexmediaserver-0.9.9.14.531-7eef8c6.i386.rpm
64-bit system USER command:
wget http://downloads.plexapp.com/plex-media-server/0.9.9.14.531-7eef8c6/plexmediaserver-0.9.9.14.531-7eef8c6.x86_64.rpm
sudo yum localinstall plexmediaserver-0.9.9.14.531-7eef8c6.x86_64.rpm
Uninstall command (for 32-bit and 64-bit system users ):
sudo yum remove plexmediaserver
After the installation is complete, access through the browser. The local access address is http: // localhost: 32400/web/manage.
This article permanently updates the link address: