31

I am interested in trying out the Blender 2.54 beta, but don't have the time or patience to download and install all of the dependencies for it and compile it myself.

Is there a PPA somewhere that I can use to obtain a pre-compiled package for it?

Bruno Pereira
  • 73,643
Nathan Osman
  • 32,155
  • Linked question: http://askubuntu.com/questions/110821/how-to-install-blender-from-the-official-website – fossfreedom Mar 07 '12 at 13:32
  • @NathanOsman Please consider Tishere for the correct answer. Your chosen correct answer is no longer relevant. Thanks. –  Jul 08 '15 at 00:02

3 Answers3

22

You can also use https://launchpad.net/~irie/+archive/blender which is another alternative to the 2.5.x and the 2.4.x

sudo add-apt-repository ppa:irie/blender && sudo apt-get update

For Blender 2.68.x - sudo apt-get install blender

For Blender 2.4.x - sudo apt-get install blender2.4


Please note:

IRIE's PPA has not been updated for 6 months now, I have setup a new one here:

https://launchpad.net/~thomas-schiex/+archive/ubuntu/blender

You can install Blender 2.73rc1 and update as follows:

sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Luis Alvarado
  • 211,503
16

I've managed to find a PPA for version 2.53 beta:

sudo add-apt-repository ppa:cheleb/blender-svn && sudo apt-get update
sudo apt-get install blender

http://www.webupd8.org/2010/07/blender-253-beta-3d-graphics.html

Reference: How to use PPAs

dv3500ea
  • 37,204
  • Thanks! That'll be just great. Now that Launchpad supports daily builds, maybe we'll see more of these. – Nathan Osman Sep 23 '10 at 23:06
  • My only concern with using this PPA is that it updates Python 3 to Python 3.2. Not sure if this will cause more problems for other Python 3 applications. –  May 21 '11 at 12:48
  • It's closed now. I've sent a message with question to cheleb. – int_ua Aug 02 '12 at 09:48
  • His answer is: "due to time constraints I cannot maintain that PPA any longer. However there is still IRIE Shinsuke's excellent Blender PPA. He maintains Blender 2.4 and 2.6 and does ~weekly updates. I am gonna use that myself from now on. Sorry for the inconvenience.

    Best regards Ralf"

    – int_ua Aug 02 '12 at 21:37
8

Given that IRIE's PPA has not been updated for 6 months now, I have setup a new one here:

https://launchpad.net/~thomas-schiex/+archive/ubuntu/blender

You can install it and update as follows:

sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Tishere
  • 135
  • 1
    Please consider editing the current accepted answer to include your new PPA. That's how this site works. :-) – gertvdijk Jan 02 '15 at 15:33