Skip to content

Instantly share code, notes, and snippets.

@Ahanio
Created March 4, 2024 19:14
Show Gist options
  • Save Ahanio/4cc7854babd121278ef9a5a1b59d0c1c to your computer and use it in GitHub Desktop.
Save Ahanio/4cc7854babd121278ef9a5a1b59d0c1c to your computer and use it in GitHub Desktop.
## find right version on https://download.blender.org/release/ and copy the link
wget https://download.blender.org/release/Blender4.0/blender-4.0.2-linux-x64.tar.xz
# unpack
tar xf blender-4.0.2-linux-x64.tar.xz
# move it and link so can be used via terminal
sudo mv blender-4.0.2-linux-x64/ /opt/blender
sudo ln -s /opt/blender/blender /usr/bin/blender
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment