neato

Render an image of a linear undirected network graph from a graphviz file. Layouts: dot, neato, twopi, circo, fdp, sfdp, osage & patchwork. More information: <https://graphviz.org/doc/info/command.html>.

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