Quantcast
Channel: Squeezebox : Community : Forums
Viewing all articles
Browse latest Browse all 6235

My Alpine Linux Repo for LMS and Squeezelite

$
0
0
In case anyone wants to try LMS or Squeezelite on Alpine Linux, here are some directions for adding my repo and installing the packages. Right now, only x86_64 has both LMS and Squeezelite. Armel only has Squeezelite and it's an older version. I'm leaving the armel repo online but I'm not really updating it anymore since my experience with the circa 2011 Dell M300 wasn't that great. I had fun working on it with Ralphy's help but ultimately I decided to move on and picked up an x86_64 Dell/Wyse 5070 which has been awesome so far as my new home server (with LMS). I hope to add some arm packages also, for rpi4 and pi zero w, not sure when I'll get to it though.

Add the repo to the repositories file:
Code:

$ cat /etc/apk/repositories
http://www.sodface.com/repo

My public key is available here:
http://www.sodface.com/repo/sodface-pub-key.tar.gz

Extract to /etc/apk/keys/
Code:

$ sudo tar xzvf sodface-pub-key.tar.gz -C /etc/apk/keys/
sod@sodface.com-5e51d361.rsa.pub

Run apk update:
Code:

$ sudo apk update
Install squeezelite:
Code:

$ sudo apk add squeezelite
Install LMS:
Code:

$ sudo apk add lms
LMS consists of 5 packages, my plan is to only update the lms-nocpan package and leave the other four relatively static:

Code:

lms-8.0-r2.apk
lms-modules-8.0-r0.apk
lms-nocpan-8.0.0.1590233071-r0.apk
lms-openrc-8.0-r2.apk
lms-utils-8.0-r0.apk
squeezelite-1.9.7.1246-r0.apk
squeezelite-doc-1.9.7.1246-r0.apk
squeezelite-openrc-1.9.7.1246-r0.apk

Let me know if you try it out or have any suggestions, thanks!

Viewing all articles
Browse latest Browse all 6235

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>