


The following NEW packages will be installed:Ġ upgraded, 1 newly installed, 0 to remove and 328 not upgraded.Īfter this operation, 302 MB of additional disk space will be used. The output for the above command: :~$ sudo apt install plexmediaserver Next thing is whatever we added above should be recognized by the system, thus to flush the cache and build again the repo list for the system, run an update command: sudo apt update Step 3: Install Plex Media Server on Ubuntu 20.04 Focal fossaįinally, everything we need is to get the packages of plex are at a place and its time to run a single command to install it. sudo apt install curl curl | sudo apt-key add. Now, add public singing key for the same, this will ensure whatever the packages or updates we get will be from the official source and wouldn’t be altered. echo deb public main | sudo tee /etc/apt//plexmediaserver.list Also, it will make us easy to remove the same in future. We haven’t added it in the main official repo list file of Ubuntu to make sure that it remains intact and would not get messy for future usage. Here in the below command, we are adding the Debian repo of Plex TV in a separate file called plexmediserver.list under the. Yes, we can surf the website via command line but it will be cumbersome and messy, thus, it would be great if we first enable the Plex media repository on Ubuntu 20.04 and then download it purely with the command, to setup. However, it would be hard for those are using the pure CLI server version. Yes, indeed you can directly visit the official website of Plex to download its server packages for Linux. Also, the tutorial and its steps are applicable to earlier Ubuntu OS versions such as 19.10/19.04/18.04/16.04… including Debian, Elementary OS, Deepin and Linux Mint as well. Steps to Install Plex Media Server on Ubuntu 20.04 LTSĭon’t know whether you are using the GUI desktop version or Server of Ubuntu 20.04 LTS thus, we will show the pure command-line way to install the Plex.

A non-root user with sudo access to install packages.Ubuntu 20.04 LTS installed Desktop or server.
