vlc

Cross-platform multimedia player. More information: <https://wiki.videolan.org/Documentation:Command_line/>.

Debian Debian
RUN apt-get update && \ apt-get install -y vlc-bin
Ubuntu
RUN apt-get update && \ apt-get install -y vlc-bin
Alpine
RUN apk add vlc
Arch Arch Linux
RUN pacman -S --noconfirm vlc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y vlc-bin
Raspbian
RUN apt-get update && \ apt-get install -y vlc-bin
click the source code to copy install vlc on any operating system with command-not-found.com