File: install.md

package info (click to toggle)
snapcast 0.34.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,252 kB
  • sloc: cpp: 40,067; python: 3,260; sh: 455; makefile: 16
file content (81 lines) | stat: -rw-r--r-- 1,554 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Install Linux packages

Snapcast packages are available for several Linux distributions:

- [Debian](#debian)
- [OpenWrt](#openwrt)
- [Alpine Linux](#alpine-linux)
- [Archlinux](#archlinux)
- [Void Linux](#void-linux)

## Debian

For Debian (and Debian-based systems, such as Ubuntu, Linux Mint, elementary OS) download the package for your CPU architecture from the [latest release page](https://github.com/badaix/snapcast/releases/latest).

e.g. for Raspberry Pi `snapclient_0.x.x_armhf.deb`, for laptops `snapclient_0.x.x_amd64.deb`

### using apt 1.1 or later

    sudo apt install </path/to/snapclient_0.x.x_[arch].deb>

or

    sudo apt install </path/to/snapserver_0.x.x_[arch].deb>

### using dpkg

Install the package:

    sudo dpkg -i </path/to/snapclient_0.x.x_[arch].deb>

or

    sudo dpkg -i </path/to/snapserver_0.x.x_[arch].deb>

Install missing dependencies:

    sudo apt-get -f install

## OpenWrt

On OpenWrt do:

    opkg install snapclient_0.x.x_ar71xx.ipk

## Alpine Linux

On Alpine Linux do:

    apk add snapcast

Or, for just the client:

    apk add snapcast-client

Or, for just the server:

    apk add snapcast-server

## Gentoo Linux

On Gentoo Linux do:

    emerge --ask media-sound/snapcast

## Archlinux

On Archlinux, Snapcast is available through the AUR.  To install, use your favorite AUR helper, or do:

    git clone https://aur.archlinux.org/snapcast
    cd snapcast
    makepkg -si

## Void Linux

To install the client:

    # xbps-install snapclient

To install the server:

    # xbps-install snapserver