I installed Blender from official Ubuntu repository but its version is always behind the version available from the official Blender website.
I'm aware that I can launch the program within the downloaded folder, but i want to replace the install version with a new version downloaded from the website?
It must be present in the unity launcher.
I'm also aware of the available PPA's that are available, however I just want to install Blender manually.
Thanks in advance
Here is a step-by-step tutorial on how to download the current version of Blender from the website and replace the version installed from the Software Center with the one that you downloaded. I hope this is what you wanted.
1. Get Blender
Open your browser and go to http://www.blender.org/download/get-blender/ . Download the appropriate version for your computer, 32-bit or 64-bit. If you don't know whether your computer is 32-bit or 64-bit, open a terminal (Ctrl+Alt+T) and run the following command :
2. Extract Blender
Open Blender in your downloads folder, right-click on the file you downloaded and click "Extract Here". Once it finishes extracting, move the folder containing Blender to your Home Folder and rename it "blender" for ease of moving it later.
3. Uninstall the current version of Blender
Open a terminal by pressing Ctrl+Alt+T. Type this command set:
sudo apt-get remove blender
.4. Copy the Blender files to where they need to go
Open a terminal. Type
ls
to see what files are in your home directory. There should be a folder called "blender". If there is, run the following command. If not, rename the folder and try again. If there's no folder at all, go back to step 2. Command:This will copy all the files in the blender folder to /usr/lib/blender.
5. Verify that the files copied properly
Open the file browser by clicking the "Home Folder" icon in the launcher. Click "File System" on the left side, then open the folder
usr
, thenlib
blender
. See if there's anything there. If there is, move on to the next step, if not, repeat the previous steps.6. Open Blender
Open the Blender application. Right-click on the icon that appears in the launcher for the program, and click "Keep in Launcher".
Conclusion
Ta-Da! This is the best you can do to install the current version of Blender. You can redo these steps as many times as needed when a new version of Blender comes out. To remove everything in the blender folder so you can do these steps again, open a terminal and run these commands:
sudo rm /usr/lib/blender -r
. This is the best you can do, it keeps the blender files in a safe place, and gives a launcher with which to open it. You can't install the current version Blender other then this way in Ubuntu 11.10, however 12.04 will ship with Blender 2.61. For more information see this launchpad post: https://answers.launchpad.net/ubuntu/+source/blender/+question/186716 and this one: https://bugs.launchpad.net/ubuntu/+source/blender/+bug/915248 . Hope that helps!with this ppa.
PPA description
This answer deals with installing Blender from scratch and addressing concerns of installing to
/usr/lib
. It makes use of terminal commands and gui operations.Install Blender
Untar (decrompress) the file and copy it to /opt/
Create a Unity Launcher
First, create the launcher file in gedit
With that file open paste the following text into it and save it.
Associate .blend files with Blender
Finally, to associate .blend files with Blender, right-click on a .blend file and click on Properties
In that window click on the Open With tab and select Blender
Now, when you double-click a .blend file it'll open the file Blender.
have you looked at this?
http://wiki.blender.org/index.php/Doc:2.6/Manual/Introduction/Installing_Blender/Linux (old dead link)
https://en.blender.org/index.php/Doc:2.6/Manual/Introduction/Installing_Blender/Linux (archived link)
You can purge the repo version from your system, and add the latest one you downloaded to
/opt/
and update your$PATH
see How to add a directory to the PATH?
start blender, and it should appear in the launcher. Right-click the icon and select 'Keep in launcher'
Just check the Blender wiki for installing on Linux.
And easiest method for installation is by PPA, just try this PPA:
Source: askmetutorials.com
this will work if you have snap installed and is the quickest way to get it done. The classic flag allows for it to be installed as a normal Linux program instead of a snap with its own loop back device.
Simple steps:
sudo mv /{path_to}/{Extracted folder} /opt/blender
sudo ln -s /opt/blender/blender /usr/bin/blender
In Ubuntu, if you also want to add Blender to the Unity Launcher, extra steps:
sudo blender /usr/share/applications/blender.desktop
updated w/ @Chuck's input
You need to make sure you have a SYMBOLIC LINK to /usr/bin/blender or else you'll get the following error when you try to start Blender: Fatal Python error: Py_Initialize: unable to load the file system codec