Jump to content
  • Plex -Enable repository updating


    brent

    DEB-based distros (Ubuntu, etc.)

    To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:

    echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list

     

    wget https://downloads.plex.tv/plex-keys/PlexSign.key
    cat  PlexSign.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/PlexSigkey.gpg

    After that, it’s just a matter of running the normal sudo apt-get update and the Plex Media Server repo will be enabled on the OS.


    User Feedback

    Recommended Comments

    There are no comments to display.


×
×
  • Create New...