Easy Blender 2.82 on fresh Debian 10

Let’s install latest Blender in few clicks.

Blender is packaged with Debian and you could install with an apt-get. But this is an old version which is shipped.

Let’s make an easy install and add latest Blender to our environment.

sudo apt update
sudo apt install snapd
sudo snap install blender --classic
echo "export PATH=$PATH:/snap/bin" >> ~/.bashrc
source ~/.bashrc

You’re done, Blender could be easily call now from everywhere.

$ blender -v