Running on a plex on Debian Raspberry Pi.
I run weekly apt-get update and apt-get upgrade.
This time I noticed plex was asking me to uninstall two components and then to download a new package. I followed the on screen instructions but it seems the file name is wrong or I have typed it wrong a number of times. Here is what I am doing and the error:
Once you’ve run the first two lines of code to uninstall the previous version, navigate to Downloads:
cd ~/Downloads
Then run the sudo command, replacing the given .deb filename with the name of the file you downloaded. The code they give is just an example. Yours will likely be different.
Theirs:
sudo dpkg -i plexmediaserver_1.15.1.791-8bec0f76c_armhf.deb
yours might be:
sudo dpkg -i plexmediaserver_1.15.2.793-782228f99_armhf.deb
Just use the name of the file you downloaded from the plex media server download page. Make sure you download it into /Downloads, or you’ll have to navigate to wherever you did save it to run your sudo command.