Instal pra
-
- Offline
- 1 year 6 months ago
- 2016-05-30
I wouild like to install xpra for X11 windowing.
When I do the following I get an error:
apk add xpra --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
ERROR: unsatisfiable constraints:
so:libavcodec.so.57 (missing):
required by: xpra-0.17.1-r1[so:libavcodec.so.57]
so:libavutil.so.55 (missing):
required by: xpra-0.17.1-r1[so:libavutil.so.55]
so:libswscale.so.4 (missing):
required by: xpra-0.17.1-r1[so:libswscale.so.4]
so:libvpx.so.3 (missing):
required by: xpra-0.17.1-r1[so:libvpx.so.3]
so:libwebp.so.6 (missing):
required by: xpra-0.17.1-r1[so:libwebp.so.6]
so:libx264.so.148 (missing):
required by: xpra-0.17.1-r1[so:libx264.so.148]
so:libx265.so.79 (missing):
required by: xpra-0.17.1-r1[so:libx265.so.79]
/
You can not (or should not) mix edge and stable repositories.
Those dependencies are into
../alpine/edge/main/
repositories.But (most probably) you are using
../alpine/v3.4/main/
from your/etc/apk/repositories
file.Summarizing: If you want to use a package from
testing
repository you should upgrade toedge
: https://wiki.alpinelinux.org/wiki/Include:Upgrading_to_EdgeThanks for the answer. I did the change, but now ran into issue:
http://bugs.alpinelinux.org/issues/5478
Try copying
20-modules.conf
file with:cp /etc/X11/xorg.conf.d/20-modules.conf /usr/share/X11/xorg.conf.d/