KoenigOtto wrote:
> Hallo zusammen,
>
> bin neu hier im Forum und auch neu im Bereich des Logitechmediaservers.
> Daher bitte ich um Rücksicht falls meine Fragen für den einen oder
> anderen selbstverständlich sind.
> Mein Problem liegt schon in der Installation. ich habe mit mit wget die
> aktuelle Version runtergeladen und dann mit apt-get install versucht zu
> installieren. Bekomme dabei immer denselben Fehler und weiß nicht warum.
> Eine erste kurze suche hat leider nichts brauchbares ergeben. Daher nun
> meine Frage hier.
>
> >
Code:
--------------------
> > @Ubuntu-pi-server:~/downloads$ sudo apt-get install
logitechmediaserver_8.3.0_arm.deb
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> E: Unable to locate package logitechmediaserver_8.3.0_arm.deb
> E: Couldn't find any package by glob 'logitechmediaserver_8.3.0_arm.deb'
> E: Couldn't find any package by regex 'logitechmediaserver_8.3.0_arm.deb'
>
--------------------
> >
>
> Als Hardware habe ich einen Raspberry Pi 4 mit 4GB darauf läuft schon
> IOBroker sonst nichts. Software ist Ubuntu-Server 22.04 LTS. Ich habe
> eine Squeezebox und einen Pi Zero mit pcP die ich später über den
> Server Steuern möchte.
>
> Vielen Dank
>
> Koenig Otto
Apologies for the English, but you are willing to try this ( at your own
risk naturlich :)
You can post in a block, which is what I do on ant raspberry pi running
an RPI OS.
The Ubuntu OS should work just the same. Bonne chance
Code:
--------------------
sudo apt update
sudo apt full-upgrade -y
sudo apt autoremove -y && sudo apt autoclean -y
sudo apt install -y lame
wget -O logitechmediaserver_arm.deb $(wget -q -O -
"https://www.mysqueezebox.com/update/?version=8.3.1&revision=1&geturl=1&os=debarm")
sudo apt install -y ./logitechmediaserver_arm.deb
sudo reboot
--------------------
You can leave out
Code:
--------------------
sudo apt full-upgrade -y
sudo apt autoremove -y && sudo apt autoclean -y
--------------------
If you just wish to refresh the repository list and not actually update
anything.
The apt install will pull in the necessary binaries
tot straks
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=117110
_______________________________________________
slimserver-de mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/slimserver-de