
Next, import the repository: echo deb public main | sudo tee /etc/apt//plexmediaserver.listīefore installing Plex, it is good to run the apt update command.Įxample: ssh -L 8888:localhost:32400įor users new to SSH, you may need to install it. This ensures you install and update straight from the official source using the apt package manager.įirst, open your terminal, then import the GPG key using the following terminal command: curl | sudo apt-key add. To install Plex, you must create a repository file that pulls directly from the Plex repository.

To complete the tutorial and must of all install and use Plex, you must install the following packages: sudo apt install apt-transport-https curl wget software-common-properties -y Install Plex Media Server Update your Linux Mint system to make sure all existing packages are up to date: sudo apt update & sudo apt upgrade -y Install Dependencies


