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?
Asked
Active
Viewed 249 times
2
1 Answers
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
vlc
without the dependency onlibdvdcss2
– Jun 01 '16 at 15:24