LogoLogo
  • Welcome 😄
  • Introduction
    • Important ⚡
    • Where to begin? 🤷‍♀️
  • Installation
    • Un-Modded OS
      • Ubuntu
      • Debian
      • Kali Security OS
      • Manjaro
      • Arch Linux
      • Fedora
      • Void
      • Alpine
    • Modded OS
      • Ubuntu KDE
      • Debian XFCE
      • Ubuntu XFCE
      • Manjaro XFCE
    • Offline Installation
  • Uninstallation
    • Uninstallation 🔴
  • VNC
    • VNC Basics 📱
    • SSH Basics 👩‍💻
  • XSDL
    • XSDL Basics
  • Hardware
    • Internal Storage 📂
    • Sound 🎵
  • Software
    • Browsers
    • LibreOffice
    • Blender
    • IDEs
      • IntelliJ Idea
      • VS Code
      • JetBrains
    • GIMP
Powered by GitBook
On this page
  • APT
  • PACMAN
  • YUM | DNF

Was this helpful?

  1. Software

Blender

Brush your 3D modelling skills with Blender on Andronix 📽

PreviousLibreOfficeNextIDEs

Last updated 5 years ago

Was this helpful?

Blender will only work for very basic animation. Please use this keeping in your mind that you're using an Android device.

You can install Blender to fulfil all your 3D modelling needs as follows-

APT

  • Just paste this after starting the distro

sudo apt-get update
sudo apt-get install blender

PACMAN

  • Just paste this after starting the distro

sudo pacman -Syu
sudo pacman -S pacman

YUM | DNF

  • Just paste this after starting the distro

sudo dnf update
sudo dnf install blender -y

If you don't want to build form the AUR, you can use method instead.

this