jezbo wrote:
> I'm new to Linux but have just received a Raspberry Pi 4 and put
> Raspbian on it. However I am having problems finding any instructions on
> installing LMS. I want to put this latest version on there but the only
> guides I found to install via wget seem to point to deb files under
> http://www.mysqueezebox.com/update rather than anything like
> http://downloads-origin.slimdevices.com/LogitechMediaServer_v8.1.1/.
>
> Could any kind soul point me in the right direction?
>
> NB. I may resort to PiCorePlayer eventually but want to try Raspbian
> first because I want to run Plex and Transmission as well as LMS, if
> possible.
>
> EDIT: oh, is it just this:
> sudo wget -O logitechmediaserver_all.deb $(wget -q -O -
> "http://www.mysqueezebox.com/update/?version=8.1.1&revision=1&geturl=1&os=deb")
> sudo dpkg -i logitechmediaserver_all.deb
>
> I did get this will the install though:
>
> dpkg: dependency problems prevent configuration of logitechmediaserver:
> logitechmediaserver depends on libio-socket-ssl-perl; however:
> Package libio-socket-ssl-perl is not installed.
>
> Is there a list of dependencies somewhere?
I generally do this
If running the Desktop raspberry pi os run this
Code:
--------------------
sudo apt install libnet-ssleay-perl libio-socket-ssl-perl
libcrypt-openssl-rsa-perl lame -y
--------------------
Code:
--------------------
sudo apt install
./http://downloads.slimdevices.com/nightly/8.1/lms/48cc8f49a2b3e2d18aa724534e6362ad5201e262/logitechmediaserver_8.1.2~1612773843_arm.deb
--------------------
If using the Lite raspberry pi os then run this (not everything is
included in the Lite version)
Code:
--------------------
sudo apt install libsox-fmt-all libflac-dev libfaad2 libmad0
libnet-ssleay-perl libio-socket-ssl-perl lame libcrypt-openssl-rsa-perl -y
--------------------
Code:
--------------------
sudo apt install
./http://downloads.slimdevices.com/nightly/8.1/lms/48cc8f49a2b3e2d18aa724534e6362ad5201e262/logitechmediaserver_8.1.2~1612773843_arm.deb
--------------------
If you want a different LMS, go here and select another version (scroll
to the page bottom)
http://downloads.slimdevices.com/nightly/index.php?ver=8.1
Come back if you need squeezelite, Gerrelt has a good basic tutorial
http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-installing-squeezelite-player-on-raspbian/
ronnie
------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=113511
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter