plutil

A library to handle Apple Property List format whereas it's binary or XML

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