It seems the previous method of using
sudo add-apt-repository ppa:irie/blender
sudo apt-get update
sudo apt-get install blender
No longer works as that contains 2.66. Probably because 2.69 has been officially released. Anyway, I downloaded the tar.bz2 from the official site and extracted it, now I'm trying to figure out how to install it.
I can call it typing
./blender arg1 arg2 ...
from inside the folder but I want to be able to use it like before where I can just type
blender arg1 arg2 ...
from anywhere into the command line to run it. Does anyone know how?