Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-07 Thread marcoc1712
mherger wrote: > > Using this dependency problem, as an example: > > Dependencies aren't a problem per se. It only means you need to install > > a few standard libraries, which should be easy enough to do. > > > "latest" is now 8.3.0 and, as per yesterday night, it suffers from > > that. > >

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-06 Thread Michael Herger
Using this dependency problem, as an example: Dependencies aren't a problem per se. It only means you need to install a few standard libraries, which should be easy enough to do. "latest" is now 8.3.0 and, as per yesterday night, it suffers from that. "nigthly stable" is 8.3.1 and the

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-06 Thread marcoc1712
mherger wrote: > > http://downloads.slimdevices.com/releases/latest.xml: > > while http://downloads.slimdevices.com/releases/nightly/stable.xml > > reports 8.3.1. > > > > Probably is better to update the pointer in the latest too? > > "latest" is the latest released version. "stable" is the

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-06 Thread Man in a van
andifor wrote: > > > I also tested the apt way to install the .deb package, I only get some > 50k lines of warnings. And again, my 8.3.0 installation runs fine. I > guess, I might update my Raspberry Pi to a new OS version, hoping, these > issues will be solved automatically (o; > > If you

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-06 Thread mrw
andifor wrote: > > I also tested the apt way to install the .deb package, I only get some > 50k lines of warnings. Why ? Sounds like your system is a bit poorly. Perhaps time to understand the warnings ? Have you brought your system up to date recently, i.e. -apt update; apt upgrade- ?

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-06 Thread andifor
RobbH wrote: > This is bound to be a bit confusing, but "aptitude" is not the same > thing as "apt." > > Since you have already used dpkg and the new version was installed, but > not configured, I suggest you just run this command: > > > Code: > > sudo apt-get

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread RobbH
andifor wrote: > Great, thanks a lot! I'll give it a try. But as aptitude was not able to > resolve / download the missing package, I'm still a little sceptic about > the result. I'll try anyway, tomorrow (o: This is bound to be a bit confusing, but "aptitude" is not the same thing as "apt."

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread Man in a van
andifor wrote: > Great, thanks a lot! I'll give it a try. But as aptitude was not able to > resolve / download the missing package, I'm still a little sceptic about > the result. I'll try anyway, tomorrow (o: I see Paul has responded to your question Here are the two links I sorted for you

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread andifor
Paul Webster wrote: > See > https://www.geeksforgeeks.org/difference-between-apt-and-dpkg-in-ubuntu/ Great, thanks a lot! I'll give it a try. But as aptitude was not able to resolve / download the missing package, I'm still a little sceptic about the result. I'll try anyway, tomorrow (o:

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread Paul Webster
See https://www.geeksforgeeks.org/difference-between-apt-and-dpkg-in-ubuntu/ Paul Webster author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc australia and cbc/radio-canada and, via the extra \"radio now

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread Paul Webster
APT resolves (or at least tries) to resolve missing packages. DPKG doesn’t https://www.geeksforgeeks.org/difference-between-apt-and-dpkg-in-ubuntu/ Paul Webster author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw,

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread andifor
Man in a van wrote: > Try this and update at the same time :) > > > Code: > > wget -O logitechmediaserver_arm.deb $(wget -q -O - "https://www.mysqueezebox.com/update/?version=8.3.1=1=1=debarm;) > sudo apt install -y ./logitechmediaserver_arm.deb > sudo reboot

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread Michael Herger
http://downloads.slimdevices.com/releases/latest.xml: while http://downloads.slimdevices.com/releases/nightly/stable.xml reports 8.3.1. Probably is better to update the pointer in the latest too? "latest" is the latest released version. "stable" is the nightly build of the stable (8.3.x)

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-05 Thread marcoc1712
Man in a van wrote: > Try this and update at the same time :) > > > Code: > > wget -O logitechmediaserver_arm.deb $(wget -q -O - "https://www.mysqueezebox.com/update/?version=8.3.1=1=1=debarm;) > sudo apt install -y ./logitechmediaserver_arm.deb > sudo reboot

Re: [SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-04 Thread Man in a van
Try this and update at the same time :) Code: wget -O logitechmediaserver_arm.deb $(wget -q -O - "https://www.mysqueezebox.com/update/?version=8.3.1=1=1=debarm;) sudo apt install -y ./logitechmediaserver_arm.deb sudo reboot it will pull in

[SlimDevices: SqueezeCenter] LMS 8.3.0 dependency problems with libcrypt-openssl-rsa-perl on my Raspberry Pi

2022-11-04 Thread andifor
Hi I downloaded the recent LMS version, run "dpkg -i logitechmediaserver_8.3.0_arm.deb" on my Raspberry Pi and saw the following output: "(Reading database ... 38381 files and directories currently installed.) "Preparing to unpack logitechmediaserver_8.3.0_arm.deb ... "Unpacking