blender

Command-line interface to the Blender 3D computer graphics application. Arguments are executed in the order they are given. More information: <https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html>.

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