Currently its /tmp
How can I set it to /anythingelse so that all applications use that subsequently?
sudo rmdir /tmp && ln -s /some/other/loc /tmp
Alternatively, set the environment variable TMPDIR
at the highest level possible. For the environment, or per user.