not an issue, but it may help others. If your Pi is running the 32 bit OS but you are using the 64 bit Kernel for better RAM usage and your Update fails with this error:
Retrieving list of available distributions File already exists (plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb), won't download. dpkg: error processing archive /tmp/plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb (--install): package architecture (arm64) does not match system (armhf) Errors were encountered while processing: /tmp/plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb ERROR: Failed to install update. Command 'dpkg -i /tmp/plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb' returned error code 1
make sure to add the following lines to your /etc/plexupdate.conf:
Hi,
not an issue, but it may help others. If your Pi is running the 32 bit OS but you are using the 64 bit Kernel for better RAM usage and your Update fails with this error:
Retrieving list of available distributions File already exists (plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb), won't download. dpkg: error processing archive /tmp/plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb (--install): package architecture (arm64) does not match system (armhf) Errors were encountered while processing: /tmp/plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb ERROR: Failed to install update. Command 'dpkg -i /tmp/plexmediaserver_1.24.3.5033-757abe6b4_arm64.deb' returned error code 1
make sure to add the following lines to your /etc/plexupdate.conf:
DISTRO='debian' BUILD='linux-armv7neon' DISTRO_INSTALL='apt install'