0

I am new to Ubuntu. I downloaded the latest version of Blender (2.70a) from official blender.org site as an tar.bz2 file. My Ubuntu OS is 14.04 LTS amd64 bit os, and I am sure that I have downloaded the correct version of blender. I have read that for security reasons, Ubuntu does not allow executing exe files.

Since the downloaded package contains blender as an executable/x-executable type, it is not able to execute. I do not have an internet connection in that computer too. Also the "Allow executing file as program" checkbox is checked by default. Still double clicking it does not execute the file. Can anyone say how to open this file?

P.S: Wine also checked but requires active internet connection, which I dont have.

1 Answers1

0

Goto the download page of blender and select whether you want the 32bit or 64bit versions. Download it - let's assume to your Desktop. It will be a tar.bz2 package.

enter image description here

Right click on it and select 'Extract here'. You can also open it first in the archive manager and extract from there. You will get these files:

enter image description here

To run blender, double click on the blender file - highlighted above.

Another way would be to open up the terminal and run it directly:

~/Desktop/blender-2.70a-linux-glibc211-i686/blender

enter image description here

Parto
  • 15,647