Created
March 4, 2024 19:14
-
-
Save Ahanio/4cc7854babd121278ef9a5a1b59d0c1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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