flac

Encodes, decodes and tests FLAC files. More information: <https://xiph.org/flac>.

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