2

My company is in a position where we need to distribute VLC on our Ubuntu 14.04 image. How can I install VLC without libdvdcss, or, how can I remove the libdvdcss bits?

muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

4

There's nothing to remove, the only connection between vlc packages and libdvdcss2 is that vlc-nox suggests libdvdcss2 (which is a very weak dependency — made necessary by the fact that the standard repositories don't carry libdvdcss2). It's perfectly possible to install vlc without libdvdcss2 as is.

Stephen Kitt
  • 1,507