To install 8.2.1 on Debian Stretch (and maybe newer) which don't yet support apt install packagefile, when you
(sudo) dpkg -i packagefile
you may get an unmet dependencies error
the easy fix is to then run
(sudo) aptitude install logitechmediaserver (I assume apt will also work but I used aptitude)
It will sort out the dependencies and install the needed packages and finish installing the server.
For the curious the packages needed were:
libcrypt-openssl-bignum-perl libcrypt-openssl-rsa-perl
(sudo) dpkg -i packagefile
you may get an unmet dependencies error
the easy fix is to then run
(sudo) aptitude install logitechmediaserver (I assume apt will also work but I used aptitude)
It will sort out the dependencies and install the needed packages and finish installing the server.
For the curious the packages needed were:
libcrypt-openssl-bignum-perl libcrypt-openssl-rsa-perl