enca

Detect and convert the encoding of text files. More information: <https://github.com/nijel/enca>.

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