xxxxxxxxxx
#Debian package (stable release mostly old)
sudo apt install blender
#Source code (Most recent version)
https://www.blender.org/download/release/Blender3.6/blender-3.6.2-linux-x64.tar.xz/ #Copy and paste this link in search bar and download will begin
tar -zxvf file.tar.xz #unzips file
cd blender-3.6.1-linux-x64 #Go into the directory
./blender #Runs blender