id3tag

Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files. More information: <https://manned.org/id3tag>.

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