-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
Description
I was setting up a server instance for Syncplay on a server. When i attempted to install the .deb package, the hard dependency on vlc/mpv makes the package manager want to install the whole dependency chain for that (X11 server among other things).
This is really not ideal when trying to install just the server, i don't want to install X11 on a headless machine somewhere in cloud. I solved this by repackaging the deb file and removing the vlc/mpv and pyside2 dependency.
My suggestion is, that there should be a server only package so that you don't have to repackage, but still get the benefits of using a package manager.
jvschiavo and morsine