Enabling the repositories is very easy. The definitions are written for you as the package installs.
- sudo bash
- cd /etc/apt/sources.list.d
- edit (using your favorite editor) plexmediaserver.list
Remove the comment # from the last line
[chuck@lizum sources.list.d.2002]$ cat plexmediaserver.list
# When enabling this repo, Ubuntu 20+ / Debian 10+ will automatically install the signing key
# All older versions require manual installation of the key using wget:
# wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add -
#
# Uncomment this next line to enable the repository then update apt: sudo apt update.
deb [arch=amd64 signed-by=/usr/share/keyrings/plexmediaserver.gpg] https://downloads.plex.tv/repo/deb/ public main
[chuck@lizum sources.list.d.2003]$
- Save and exit the editor
sudo apt update
The repo is now enabled.
To use SMB or NFS (NFS is native to lInux and FAR easier to use)
I have a bunch of how-to’s.
4th one is NFS. 5th one is SMB, with examples.