How to install Blender from the official website
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
updates software-installation blender
add a comment |
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
updates software-installation blender
2
If some people are willing to help with testing, we can probably get blender 2.61 in official backports.
– micahg
Mar 12 '12 at 4:02
1
blender can be installed through steam now.
– john9983
Jun 10 '16 at 9:01
add a comment |
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
updates software-installation blender
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
updates software-installation blender
updates software-installation blender
edited Jan 4 '15 at 18:16
hellocatfood
1,60642354
1,60642354
asked Mar 7 '12 at 12:55
Tachyons
13.5k1465113
13.5k1465113
2
If some people are willing to help with testing, we can probably get blender 2.61 in official backports.
– micahg
Mar 12 '12 at 4:02
1
blender can be installed through steam now.
– john9983
Jun 10 '16 at 9:01
add a comment |
2
If some people are willing to help with testing, we can probably get blender 2.61 in official backports.
– micahg
Mar 12 '12 at 4:02
1
blender can be installed through steam now.
– john9983
Jun 10 '16 at 9:01
2
2
If some people are willing to help with testing, we can probably get blender 2.61 in official backports.
– micahg
Mar 12 '12 at 4:02
If some people are willing to help with testing, we can probably get blender 2.61 in official backports.
– micahg
Mar 12 '12 at 4:02
1
1
blender can be installed through steam now.
– john9983
Jun 10 '16 at 9:01
blender can be installed through steam now.
– john9983
Jun 10 '16 at 9:01
add a comment |
6 Answers
6
active
oldest
votes
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 :
uname -m
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:
sudo cp ~/blender /usr/lib/blender -r
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
, then lib
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!
7
Installing it into /usr/lib is a bad idea. The linux standard base suggest /opt for this sort of task. You could also use /usr/local ..
– Manfred Moser
Mar 13 '12 at 4:37
Yes, both of those folders are perfectly valid. However, I chose /usr.lib because that's the default place where Ubuntu puts programs. Sure, there are other folders, but one could sit and argue over which one to use for a while, so I picked usr and stuck with it.
– William
Mar 13 '12 at 4:52
That is not correct. By default ubuntu packages put their files across the whole filesystem depending on what file they are. E.g. executables go into /usr/bin configuration into /etc and so on. Synaptic or any other package manger can show you a list of all files and the various positions..
– Manfred Moser
Mar 13 '12 at 5:16
1
@William - suggest change from/usr/lib
to/usr/local/lib
- it will achieve the same. +1 for the answer BTW
– fossfreedom♦
Mar 13 '12 at 11:07
2
Umm.... after doing a little more research - I found that /opt is better. Is this correct?
– William
Mar 13 '12 at 12:45
|
show 1 more comment
with this ppa.
sudo add-apt-repository ppa:cheleb/blender-svn
sudo apt-get update
sudo apt-get install blender
PPA description
This PPA contains fresh (mostly daily) Blender SVN trunk builds. Please note that these are development builds and may contain bugs.
NOTE:
Cycles is now enabled in all Series - including Ubuntu Lucid Lynx.
The current build configuration is:
===================================
WITH_AUDASPACE ON
WITH_BLENDER ON
WITH_BUILDINFO ON
WITH_BUILTIN_GLEW ON
WITH_BULLET ON
WITH_CODEC_FFMPEG ON
WITH_CODEC_SNDFILE ON
WITH_CXX_GUARDEDALLOC OFF
WITH_CYCLES ON
WITH_CYCLES_CUDA_BINARIES OFF
WITH_CYCLES_TEST OFF
WITH_FFTW3 ON
WITH_GAMEENGINE ON
WITH_GHOST_DEBUG OFF
WITH_GHOST_SDL OFF
WITH_HEADLESS OFF
WITH_IK_ITASC ON
WITH_IMAGE_CINEON ON
WITH_IMAGE_DDS ON
WITH_IMAGE_FRAMESERVER ON
WITH_IMAGE_HDR ON
WITH_IMAGE_OPENEXR ON
WITH_IMAGE_OPENJPEG ON
WITH_IMAGE_REDCODE ON
WITH_IMAGE_TIFF ON
WITH_INPUT_NDOF ON
WITH_INSTALL_PORTABLE OFF
WITH_INTERNATIONAL ON
WITH_JACK ON
WITH_LIBMV ON
WITH_LZMA ON
WITH_LZO ON
WITH_MEM_JEMALLOC OFF
WITH_MOD_BOOLEAN ON
WITH_MOD_CLOTH_ELTOPO OFF
WITH_MOD_DECIMATE ON
WITH_MOD_FLUID ON
WITH_MOD_OCEANSIM ON
WITH_MOD_REMESH ON
WITH_MOD_SMOKE ON
WITH_OPENAL ON
WITH_OPENCOLLADA ON
WITH_OPENMP ON
WITH_PLAYER ON
WITH_PYTHON ON
WITH_PYTHON_INSTALL ON
WITH_PYTHON_MODULE OFF
WITH_PYTHON_SAFETY OFF
WITH_PYTHON_SECURITY OFF
WITH_RAYOPTIMIZATION ON
WITH_SDL ON
WITH_X11_XF86VMODE ON
WITH_X11_XINPUT ON
WITH_XDG_USER_DIRS OFF
Thanks ,but how can i install using downloaded blender 2.61/2.62?
– Tachyons
Mar 7 '12 at 13:07
add a comment |
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/
tar -xjf blender-2.72b-linux-glibc211-x86_64.tar.bz2
sudo mkdir /opt/blender
sudo cp -r blender-2.72b-linux-glibc211-x86_64/* /opt/blender
Create a Unity Launcher
First, create the launcher file in gedit
gksudo gedit /usr/share/applications/blender.desktop
With that file open paste the following text into it and save it.
[Desktop Entry]
Name=Blender-2.7
Name[de]=Blender-2.7
Name[fr]=Blender-2.7
GenericName=3D modeller
GenericName[de]=3D Modellierer
GenericName[fr]=modeleur 3D
GenericName[ru]=Редактор 3D-моделей
Comment=Create and edit 3D models and animations
Comment[de]=Erstellen und Editieren von 3D Modellen und Animationen
Comment[fr]=Création et édition d'objets 3D et animations
Comment[ru]=Создание и редактирование трёхмерных моделей и анимаций
Exec=/opt/blender/blender %F
Icon=/opt/blender/icons/scalable/apps/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
StartupNotify=false
MimeType=application/x-blender;
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.
add a comment |
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)
Installing into /opt or /usr/local
You can also install Blender into
/opt
or/usr/local
by moving the Blender directory into one of those locations. If you want to be able to run Blender from any directory you will also need to update yourPATH
variable. Consult your operating system documentation for the recommended method of setting yourPATH
.
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'
1
note that you won't get automatic updates (like you would with a PPA) using this method.
– amc
Mar 11 '12 at 6:38
The link is dead. Which is why answers on StackExchange should not just be links, but quote the important content.
– Michael Kanis
Dec 13 '18 at 13:26
yes, link was dead (but linked to page with archived content), which I've updated. The instructions that were at that page ("copy the downloaded version into/opt/
and add to yourPATH
") were in my original answer...
– amc
Dec 13 '18 at 21:51
Sorry, I assumed, there must have been more to the answer in the linked document. My fault.
– Michael Kanis
Dec 14 '18 at 7:59
add a comment |
Just check the Blender wiki for installing on Linux.
And easiest method for installation is by PPA, just try this PPA:
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Source: askmetutorials.com
add a comment |
sudo snap install blender --classic
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.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f110821%2fhow-to-install-blender-from-the-official-website%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
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 :
uname -m
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:
sudo cp ~/blender /usr/lib/blender -r
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
, then lib
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!
7
Installing it into /usr/lib is a bad idea. The linux standard base suggest /opt for this sort of task. You could also use /usr/local ..
– Manfred Moser
Mar 13 '12 at 4:37
Yes, both of those folders are perfectly valid. However, I chose /usr.lib because that's the default place where Ubuntu puts programs. Sure, there are other folders, but one could sit and argue over which one to use for a while, so I picked usr and stuck with it.
– William
Mar 13 '12 at 4:52
That is not correct. By default ubuntu packages put their files across the whole filesystem depending on what file they are. E.g. executables go into /usr/bin configuration into /etc and so on. Synaptic or any other package manger can show you a list of all files and the various positions..
– Manfred Moser
Mar 13 '12 at 5:16
1
@William - suggest change from/usr/lib
to/usr/local/lib
- it will achieve the same. +1 for the answer BTW
– fossfreedom♦
Mar 13 '12 at 11:07
2
Umm.... after doing a little more research - I found that /opt is better. Is this correct?
– William
Mar 13 '12 at 12:45
|
show 1 more comment
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 :
uname -m
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:
sudo cp ~/blender /usr/lib/blender -r
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
, then lib
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!
7
Installing it into /usr/lib is a bad idea. The linux standard base suggest /opt for this sort of task. You could also use /usr/local ..
– Manfred Moser
Mar 13 '12 at 4:37
Yes, both of those folders are perfectly valid. However, I chose /usr.lib because that's the default place where Ubuntu puts programs. Sure, there are other folders, but one could sit and argue over which one to use for a while, so I picked usr and stuck with it.
– William
Mar 13 '12 at 4:52
That is not correct. By default ubuntu packages put their files across the whole filesystem depending on what file they are. E.g. executables go into /usr/bin configuration into /etc and so on. Synaptic or any other package manger can show you a list of all files and the various positions..
– Manfred Moser
Mar 13 '12 at 5:16
1
@William - suggest change from/usr/lib
to/usr/local/lib
- it will achieve the same. +1 for the answer BTW
– fossfreedom♦
Mar 13 '12 at 11:07
2
Umm.... after doing a little more research - I found that /opt is better. Is this correct?
– William
Mar 13 '12 at 12:45
|
show 1 more comment
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 :
uname -m
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:
sudo cp ~/blender /usr/lib/blender -r
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
, then lib
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!
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 :
uname -m
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:
sudo cp ~/blender /usr/lib/blender -r
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
, then lib
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!
edited Mar 12 '12 at 1:38
answered Mar 12 '12 at 1:07
William
6,68073572
6,68073572
7
Installing it into /usr/lib is a bad idea. The linux standard base suggest /opt for this sort of task. You could also use /usr/local ..
– Manfred Moser
Mar 13 '12 at 4:37
Yes, both of those folders are perfectly valid. However, I chose /usr.lib because that's the default place where Ubuntu puts programs. Sure, there are other folders, but one could sit and argue over which one to use for a while, so I picked usr and stuck with it.
– William
Mar 13 '12 at 4:52
That is not correct. By default ubuntu packages put their files across the whole filesystem depending on what file they are. E.g. executables go into /usr/bin configuration into /etc and so on. Synaptic or any other package manger can show you a list of all files and the various positions..
– Manfred Moser
Mar 13 '12 at 5:16
1
@William - suggest change from/usr/lib
to/usr/local/lib
- it will achieve the same. +1 for the answer BTW
– fossfreedom♦
Mar 13 '12 at 11:07
2
Umm.... after doing a little more research - I found that /opt is better. Is this correct?
– William
Mar 13 '12 at 12:45
|
show 1 more comment
7
Installing it into /usr/lib is a bad idea. The linux standard base suggest /opt for this sort of task. You could also use /usr/local ..
– Manfred Moser
Mar 13 '12 at 4:37
Yes, both of those folders are perfectly valid. However, I chose /usr.lib because that's the default place where Ubuntu puts programs. Sure, there are other folders, but one could sit and argue over which one to use for a while, so I picked usr and stuck with it.
– William
Mar 13 '12 at 4:52
That is not correct. By default ubuntu packages put their files across the whole filesystem depending on what file they are. E.g. executables go into /usr/bin configuration into /etc and so on. Synaptic or any other package manger can show you a list of all files and the various positions..
– Manfred Moser
Mar 13 '12 at 5:16
1
@William - suggest change from/usr/lib
to/usr/local/lib
- it will achieve the same. +1 for the answer BTW
– fossfreedom♦
Mar 13 '12 at 11:07
2
Umm.... after doing a little more research - I found that /opt is better. Is this correct?
– William
Mar 13 '12 at 12:45
7
7
Installing it into /usr/lib is a bad idea. The linux standard base suggest /opt for this sort of task. You could also use /usr/local ..
– Manfred Moser
Mar 13 '12 at 4:37
Installing it into /usr/lib is a bad idea. The linux standard base suggest /opt for this sort of task. You could also use /usr/local ..
– Manfred Moser
Mar 13 '12 at 4:37
Yes, both of those folders are perfectly valid. However, I chose /usr.lib because that's the default place where Ubuntu puts programs. Sure, there are other folders, but one could sit and argue over which one to use for a while, so I picked usr and stuck with it.
– William
Mar 13 '12 at 4:52
Yes, both of those folders are perfectly valid. However, I chose /usr.lib because that's the default place where Ubuntu puts programs. Sure, there are other folders, but one could sit and argue over which one to use for a while, so I picked usr and stuck with it.
– William
Mar 13 '12 at 4:52
That is not correct. By default ubuntu packages put their files across the whole filesystem depending on what file they are. E.g. executables go into /usr/bin configuration into /etc and so on. Synaptic or any other package manger can show you a list of all files and the various positions..
– Manfred Moser
Mar 13 '12 at 5:16
That is not correct. By default ubuntu packages put their files across the whole filesystem depending on what file they are. E.g. executables go into /usr/bin configuration into /etc and so on. Synaptic or any other package manger can show you a list of all files and the various positions..
– Manfred Moser
Mar 13 '12 at 5:16
1
1
@William - suggest change from
/usr/lib
to /usr/local/lib
- it will achieve the same. +1 for the answer BTW– fossfreedom♦
Mar 13 '12 at 11:07
@William - suggest change from
/usr/lib
to /usr/local/lib
- it will achieve the same. +1 for the answer BTW– fossfreedom♦
Mar 13 '12 at 11:07
2
2
Umm.... after doing a little more research - I found that /opt is better. Is this correct?
– William
Mar 13 '12 at 12:45
Umm.... after doing a little more research - I found that /opt is better. Is this correct?
– William
Mar 13 '12 at 12:45
|
show 1 more comment
with this ppa.
sudo add-apt-repository ppa:cheleb/blender-svn
sudo apt-get update
sudo apt-get install blender
PPA description
This PPA contains fresh (mostly daily) Blender SVN trunk builds. Please note that these are development builds and may contain bugs.
NOTE:
Cycles is now enabled in all Series - including Ubuntu Lucid Lynx.
The current build configuration is:
===================================
WITH_AUDASPACE ON
WITH_BLENDER ON
WITH_BUILDINFO ON
WITH_BUILTIN_GLEW ON
WITH_BULLET ON
WITH_CODEC_FFMPEG ON
WITH_CODEC_SNDFILE ON
WITH_CXX_GUARDEDALLOC OFF
WITH_CYCLES ON
WITH_CYCLES_CUDA_BINARIES OFF
WITH_CYCLES_TEST OFF
WITH_FFTW3 ON
WITH_GAMEENGINE ON
WITH_GHOST_DEBUG OFF
WITH_GHOST_SDL OFF
WITH_HEADLESS OFF
WITH_IK_ITASC ON
WITH_IMAGE_CINEON ON
WITH_IMAGE_DDS ON
WITH_IMAGE_FRAMESERVER ON
WITH_IMAGE_HDR ON
WITH_IMAGE_OPENEXR ON
WITH_IMAGE_OPENJPEG ON
WITH_IMAGE_REDCODE ON
WITH_IMAGE_TIFF ON
WITH_INPUT_NDOF ON
WITH_INSTALL_PORTABLE OFF
WITH_INTERNATIONAL ON
WITH_JACK ON
WITH_LIBMV ON
WITH_LZMA ON
WITH_LZO ON
WITH_MEM_JEMALLOC OFF
WITH_MOD_BOOLEAN ON
WITH_MOD_CLOTH_ELTOPO OFF
WITH_MOD_DECIMATE ON
WITH_MOD_FLUID ON
WITH_MOD_OCEANSIM ON
WITH_MOD_REMESH ON
WITH_MOD_SMOKE ON
WITH_OPENAL ON
WITH_OPENCOLLADA ON
WITH_OPENMP ON
WITH_PLAYER ON
WITH_PYTHON ON
WITH_PYTHON_INSTALL ON
WITH_PYTHON_MODULE OFF
WITH_PYTHON_SAFETY OFF
WITH_PYTHON_SECURITY OFF
WITH_RAYOPTIMIZATION ON
WITH_SDL ON
WITH_X11_XF86VMODE ON
WITH_X11_XINPUT ON
WITH_XDG_USER_DIRS OFF
Thanks ,but how can i install using downloaded blender 2.61/2.62?
– Tachyons
Mar 7 '12 at 13:07
add a comment |
with this ppa.
sudo add-apt-repository ppa:cheleb/blender-svn
sudo apt-get update
sudo apt-get install blender
PPA description
This PPA contains fresh (mostly daily) Blender SVN trunk builds. Please note that these are development builds and may contain bugs.
NOTE:
Cycles is now enabled in all Series - including Ubuntu Lucid Lynx.
The current build configuration is:
===================================
WITH_AUDASPACE ON
WITH_BLENDER ON
WITH_BUILDINFO ON
WITH_BUILTIN_GLEW ON
WITH_BULLET ON
WITH_CODEC_FFMPEG ON
WITH_CODEC_SNDFILE ON
WITH_CXX_GUARDEDALLOC OFF
WITH_CYCLES ON
WITH_CYCLES_CUDA_BINARIES OFF
WITH_CYCLES_TEST OFF
WITH_FFTW3 ON
WITH_GAMEENGINE ON
WITH_GHOST_DEBUG OFF
WITH_GHOST_SDL OFF
WITH_HEADLESS OFF
WITH_IK_ITASC ON
WITH_IMAGE_CINEON ON
WITH_IMAGE_DDS ON
WITH_IMAGE_FRAMESERVER ON
WITH_IMAGE_HDR ON
WITH_IMAGE_OPENEXR ON
WITH_IMAGE_OPENJPEG ON
WITH_IMAGE_REDCODE ON
WITH_IMAGE_TIFF ON
WITH_INPUT_NDOF ON
WITH_INSTALL_PORTABLE OFF
WITH_INTERNATIONAL ON
WITH_JACK ON
WITH_LIBMV ON
WITH_LZMA ON
WITH_LZO ON
WITH_MEM_JEMALLOC OFF
WITH_MOD_BOOLEAN ON
WITH_MOD_CLOTH_ELTOPO OFF
WITH_MOD_DECIMATE ON
WITH_MOD_FLUID ON
WITH_MOD_OCEANSIM ON
WITH_MOD_REMESH ON
WITH_MOD_SMOKE ON
WITH_OPENAL ON
WITH_OPENCOLLADA ON
WITH_OPENMP ON
WITH_PLAYER ON
WITH_PYTHON ON
WITH_PYTHON_INSTALL ON
WITH_PYTHON_MODULE OFF
WITH_PYTHON_SAFETY OFF
WITH_PYTHON_SECURITY OFF
WITH_RAYOPTIMIZATION ON
WITH_SDL ON
WITH_X11_XF86VMODE ON
WITH_X11_XINPUT ON
WITH_XDG_USER_DIRS OFF
Thanks ,but how can i install using downloaded blender 2.61/2.62?
– Tachyons
Mar 7 '12 at 13:07
add a comment |
with this ppa.
sudo add-apt-repository ppa:cheleb/blender-svn
sudo apt-get update
sudo apt-get install blender
PPA description
This PPA contains fresh (mostly daily) Blender SVN trunk builds. Please note that these are development builds and may contain bugs.
NOTE:
Cycles is now enabled in all Series - including Ubuntu Lucid Lynx.
The current build configuration is:
===================================
WITH_AUDASPACE ON
WITH_BLENDER ON
WITH_BUILDINFO ON
WITH_BUILTIN_GLEW ON
WITH_BULLET ON
WITH_CODEC_FFMPEG ON
WITH_CODEC_SNDFILE ON
WITH_CXX_GUARDEDALLOC OFF
WITH_CYCLES ON
WITH_CYCLES_CUDA_BINARIES OFF
WITH_CYCLES_TEST OFF
WITH_FFTW3 ON
WITH_GAMEENGINE ON
WITH_GHOST_DEBUG OFF
WITH_GHOST_SDL OFF
WITH_HEADLESS OFF
WITH_IK_ITASC ON
WITH_IMAGE_CINEON ON
WITH_IMAGE_DDS ON
WITH_IMAGE_FRAMESERVER ON
WITH_IMAGE_HDR ON
WITH_IMAGE_OPENEXR ON
WITH_IMAGE_OPENJPEG ON
WITH_IMAGE_REDCODE ON
WITH_IMAGE_TIFF ON
WITH_INPUT_NDOF ON
WITH_INSTALL_PORTABLE OFF
WITH_INTERNATIONAL ON
WITH_JACK ON
WITH_LIBMV ON
WITH_LZMA ON
WITH_LZO ON
WITH_MEM_JEMALLOC OFF
WITH_MOD_BOOLEAN ON
WITH_MOD_CLOTH_ELTOPO OFF
WITH_MOD_DECIMATE ON
WITH_MOD_FLUID ON
WITH_MOD_OCEANSIM ON
WITH_MOD_REMESH ON
WITH_MOD_SMOKE ON
WITH_OPENAL ON
WITH_OPENCOLLADA ON
WITH_OPENMP ON
WITH_PLAYER ON
WITH_PYTHON ON
WITH_PYTHON_INSTALL ON
WITH_PYTHON_MODULE OFF
WITH_PYTHON_SAFETY OFF
WITH_PYTHON_SECURITY OFF
WITH_RAYOPTIMIZATION ON
WITH_SDL ON
WITH_X11_XF86VMODE ON
WITH_X11_XINPUT ON
WITH_XDG_USER_DIRS OFF
with this ppa.
sudo add-apt-repository ppa:cheleb/blender-svn
sudo apt-get update
sudo apt-get install blender
PPA description
This PPA contains fresh (mostly daily) Blender SVN trunk builds. Please note that these are development builds and may contain bugs.
NOTE:
Cycles is now enabled in all Series - including Ubuntu Lucid Lynx.
The current build configuration is:
===================================
WITH_AUDASPACE ON
WITH_BLENDER ON
WITH_BUILDINFO ON
WITH_BUILTIN_GLEW ON
WITH_BULLET ON
WITH_CODEC_FFMPEG ON
WITH_CODEC_SNDFILE ON
WITH_CXX_GUARDEDALLOC OFF
WITH_CYCLES ON
WITH_CYCLES_CUDA_BINARIES OFF
WITH_CYCLES_TEST OFF
WITH_FFTW3 ON
WITH_GAMEENGINE ON
WITH_GHOST_DEBUG OFF
WITH_GHOST_SDL OFF
WITH_HEADLESS OFF
WITH_IK_ITASC ON
WITH_IMAGE_CINEON ON
WITH_IMAGE_DDS ON
WITH_IMAGE_FRAMESERVER ON
WITH_IMAGE_HDR ON
WITH_IMAGE_OPENEXR ON
WITH_IMAGE_OPENJPEG ON
WITH_IMAGE_REDCODE ON
WITH_IMAGE_TIFF ON
WITH_INPUT_NDOF ON
WITH_INSTALL_PORTABLE OFF
WITH_INTERNATIONAL ON
WITH_JACK ON
WITH_LIBMV ON
WITH_LZMA ON
WITH_LZO ON
WITH_MEM_JEMALLOC OFF
WITH_MOD_BOOLEAN ON
WITH_MOD_CLOTH_ELTOPO OFF
WITH_MOD_DECIMATE ON
WITH_MOD_FLUID ON
WITH_MOD_OCEANSIM ON
WITH_MOD_REMESH ON
WITH_MOD_SMOKE ON
WITH_OPENAL ON
WITH_OPENCOLLADA ON
WITH_OPENMP ON
WITH_PLAYER ON
WITH_PYTHON ON
WITH_PYTHON_INSTALL ON
WITH_PYTHON_MODULE OFF
WITH_PYTHON_SAFETY OFF
WITH_PYTHON_SECURITY OFF
WITH_RAYOPTIMIZATION ON
WITH_SDL ON
WITH_X11_XF86VMODE ON
WITH_X11_XINPUT ON
WITH_XDG_USER_DIRS OFF
answered Mar 7 '12 at 13:04
blade19899
17.5k1899159
17.5k1899159
Thanks ,but how can i install using downloaded blender 2.61/2.62?
– Tachyons
Mar 7 '12 at 13:07
add a comment |
Thanks ,but how can i install using downloaded blender 2.61/2.62?
– Tachyons
Mar 7 '12 at 13:07
Thanks ,but how can i install using downloaded blender 2.61/2.62?
– Tachyons
Mar 7 '12 at 13:07
Thanks ,but how can i install using downloaded blender 2.61/2.62?
– Tachyons
Mar 7 '12 at 13:07
add a comment |
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/
tar -xjf blender-2.72b-linux-glibc211-x86_64.tar.bz2
sudo mkdir /opt/blender
sudo cp -r blender-2.72b-linux-glibc211-x86_64/* /opt/blender
Create a Unity Launcher
First, create the launcher file in gedit
gksudo gedit /usr/share/applications/blender.desktop
With that file open paste the following text into it and save it.
[Desktop Entry]
Name=Blender-2.7
Name[de]=Blender-2.7
Name[fr]=Blender-2.7
GenericName=3D modeller
GenericName[de]=3D Modellierer
GenericName[fr]=modeleur 3D
GenericName[ru]=Редактор 3D-моделей
Comment=Create and edit 3D models and animations
Comment[de]=Erstellen und Editieren von 3D Modellen und Animationen
Comment[fr]=Création et édition d'objets 3D et animations
Comment[ru]=Создание и редактирование трёхмерных моделей и анимаций
Exec=/opt/blender/blender %F
Icon=/opt/blender/icons/scalable/apps/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
StartupNotify=false
MimeType=application/x-blender;
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.
add a comment |
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/
tar -xjf blender-2.72b-linux-glibc211-x86_64.tar.bz2
sudo mkdir /opt/blender
sudo cp -r blender-2.72b-linux-glibc211-x86_64/* /opt/blender
Create a Unity Launcher
First, create the launcher file in gedit
gksudo gedit /usr/share/applications/blender.desktop
With that file open paste the following text into it and save it.
[Desktop Entry]
Name=Blender-2.7
Name[de]=Blender-2.7
Name[fr]=Blender-2.7
GenericName=3D modeller
GenericName[de]=3D Modellierer
GenericName[fr]=modeleur 3D
GenericName[ru]=Редактор 3D-моделей
Comment=Create and edit 3D models and animations
Comment[de]=Erstellen und Editieren von 3D Modellen und Animationen
Comment[fr]=Création et édition d'objets 3D et animations
Comment[ru]=Создание и редактирование трёхмерных моделей и анимаций
Exec=/opt/blender/blender %F
Icon=/opt/blender/icons/scalable/apps/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
StartupNotify=false
MimeType=application/x-blender;
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.
add a comment |
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/
tar -xjf blender-2.72b-linux-glibc211-x86_64.tar.bz2
sudo mkdir /opt/blender
sudo cp -r blender-2.72b-linux-glibc211-x86_64/* /opt/blender
Create a Unity Launcher
First, create the launcher file in gedit
gksudo gedit /usr/share/applications/blender.desktop
With that file open paste the following text into it and save it.
[Desktop Entry]
Name=Blender-2.7
Name[de]=Blender-2.7
Name[fr]=Blender-2.7
GenericName=3D modeller
GenericName[de]=3D Modellierer
GenericName[fr]=modeleur 3D
GenericName[ru]=Редактор 3D-моделей
Comment=Create and edit 3D models and animations
Comment[de]=Erstellen und Editieren von 3D Modellen und Animationen
Comment[fr]=Création et édition d'objets 3D et animations
Comment[ru]=Создание и редактирование трёхмерных моделей и анимаций
Exec=/opt/blender/blender %F
Icon=/opt/blender/icons/scalable/apps/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
StartupNotify=false
MimeType=application/x-blender;
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.
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/
tar -xjf blender-2.72b-linux-glibc211-x86_64.tar.bz2
sudo mkdir /opt/blender
sudo cp -r blender-2.72b-linux-glibc211-x86_64/* /opt/blender
Create a Unity Launcher
First, create the launcher file in gedit
gksudo gedit /usr/share/applications/blender.desktop
With that file open paste the following text into it and save it.
[Desktop Entry]
Name=Blender-2.7
Name[de]=Blender-2.7
Name[fr]=Blender-2.7
GenericName=3D modeller
GenericName[de]=3D Modellierer
GenericName[fr]=modeleur 3D
GenericName[ru]=Редактор 3D-моделей
Comment=Create and edit 3D models and animations
Comment[de]=Erstellen und Editieren von 3D Modellen und Animationen
Comment[fr]=Création et édition d'objets 3D et animations
Comment[ru]=Создание и редактирование трёхмерных моделей и анимаций
Exec=/opt/blender/blender %F
Icon=/opt/blender/icons/scalable/apps/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
StartupNotify=false
MimeType=application/x-blender;
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.
answered Jan 4 '15 at 17:34
hellocatfood
1,60642354
1,60642354
add a comment |
add a comment |
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)
Installing into /opt or /usr/local
You can also install Blender into
/opt
or/usr/local
by moving the Blender directory into one of those locations. If you want to be able to run Blender from any directory you will also need to update yourPATH
variable. Consult your operating system documentation for the recommended method of setting yourPATH
.
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'
1
note that you won't get automatic updates (like you would with a PPA) using this method.
– amc
Mar 11 '12 at 6:38
The link is dead. Which is why answers on StackExchange should not just be links, but quote the important content.
– Michael Kanis
Dec 13 '18 at 13:26
yes, link was dead (but linked to page with archived content), which I've updated. The instructions that were at that page ("copy the downloaded version into/opt/
and add to yourPATH
") were in my original answer...
– amc
Dec 13 '18 at 21:51
Sorry, I assumed, there must have been more to the answer in the linked document. My fault.
– Michael Kanis
Dec 14 '18 at 7:59
add a comment |
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)
Installing into /opt or /usr/local
You can also install Blender into
/opt
or/usr/local
by moving the Blender directory into one of those locations. If you want to be able to run Blender from any directory you will also need to update yourPATH
variable. Consult your operating system documentation for the recommended method of setting yourPATH
.
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'
1
note that you won't get automatic updates (like you would with a PPA) using this method.
– amc
Mar 11 '12 at 6:38
The link is dead. Which is why answers on StackExchange should not just be links, but quote the important content.
– Michael Kanis
Dec 13 '18 at 13:26
yes, link was dead (but linked to page with archived content), which I've updated. The instructions that were at that page ("copy the downloaded version into/opt/
and add to yourPATH
") were in my original answer...
– amc
Dec 13 '18 at 21:51
Sorry, I assumed, there must have been more to the answer in the linked document. My fault.
– Michael Kanis
Dec 14 '18 at 7:59
add a comment |
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)
Installing into /opt or /usr/local
You can also install Blender into
/opt
or/usr/local
by moving the Blender directory into one of those locations. If you want to be able to run Blender from any directory you will also need to update yourPATH
variable. Consult your operating system documentation for the recommended method of setting yourPATH
.
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'
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)
Installing into /opt or /usr/local
You can also install Blender into
/opt
or/usr/local
by moving the Blender directory into one of those locations. If you want to be able to run Blender from any directory you will also need to update yourPATH
variable. Consult your operating system documentation for the recommended method of setting yourPATH
.
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'
edited Dec 13 '18 at 21:52
answered Mar 11 '12 at 6:36
amc
4,65862746
4,65862746
1
note that you won't get automatic updates (like you would with a PPA) using this method.
– amc
Mar 11 '12 at 6:38
The link is dead. Which is why answers on StackExchange should not just be links, but quote the important content.
– Michael Kanis
Dec 13 '18 at 13:26
yes, link was dead (but linked to page with archived content), which I've updated. The instructions that were at that page ("copy the downloaded version into/opt/
and add to yourPATH
") were in my original answer...
– amc
Dec 13 '18 at 21:51
Sorry, I assumed, there must have been more to the answer in the linked document. My fault.
– Michael Kanis
Dec 14 '18 at 7:59
add a comment |
1
note that you won't get automatic updates (like you would with a PPA) using this method.
– amc
Mar 11 '12 at 6:38
The link is dead. Which is why answers on StackExchange should not just be links, but quote the important content.
– Michael Kanis
Dec 13 '18 at 13:26
yes, link was dead (but linked to page with archived content), which I've updated. The instructions that were at that page ("copy the downloaded version into/opt/
and add to yourPATH
") were in my original answer...
– amc
Dec 13 '18 at 21:51
Sorry, I assumed, there must have been more to the answer in the linked document. My fault.
– Michael Kanis
Dec 14 '18 at 7:59
1
1
note that you won't get automatic updates (like you would with a PPA) using this method.
– amc
Mar 11 '12 at 6:38
note that you won't get automatic updates (like you would with a PPA) using this method.
– amc
Mar 11 '12 at 6:38
The link is dead. Which is why answers on StackExchange should not just be links, but quote the important content.
– Michael Kanis
Dec 13 '18 at 13:26
The link is dead. Which is why answers on StackExchange should not just be links, but quote the important content.
– Michael Kanis
Dec 13 '18 at 13:26
yes, link was dead (but linked to page with archived content), which I've updated. The instructions that were at that page ("copy the downloaded version into
/opt/
and add to your PATH
") were in my original answer...– amc
Dec 13 '18 at 21:51
yes, link was dead (but linked to page with archived content), which I've updated. The instructions that were at that page ("copy the downloaded version into
/opt/
and add to your PATH
") were in my original answer...– amc
Dec 13 '18 at 21:51
Sorry, I assumed, there must have been more to the answer in the linked document. My fault.
– Michael Kanis
Dec 14 '18 at 7:59
Sorry, I assumed, there must have been more to the answer in the linked document. My fault.
– Michael Kanis
Dec 14 '18 at 7:59
add a comment |
Just check the Blender wiki for installing on Linux.
And easiest method for installation is by PPA, just try this PPA:
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Source: askmetutorials.com
add a comment |
Just check the Blender wiki for installing on Linux.
And easiest method for installation is by PPA, just try this PPA:
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Source: askmetutorials.com
add a comment |
Just check the Blender wiki for installing on Linux.
And easiest method for installation is by PPA, just try this PPA:
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Source: askmetutorials.com
Just check the Blender wiki for installing on Linux.
And easiest method for installation is by PPA, just try this PPA:
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Source: askmetutorials.com
edited Mar 21 '16 at 8:09
Oli♦
220k85556762
220k85556762
answered Mar 21 '16 at 7:38
user1205362
311
311
add a comment |
add a comment |
sudo snap install blender --classic
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.
add a comment |
sudo snap install blender --classic
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.
add a comment |
sudo snap install blender --classic
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.
sudo snap install blender --classic
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.
answered Mar 15 '18 at 22:22
David Kamer
17211
17211
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f110821%2fhow-to-install-blender-from-the-official-website%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
If some people are willing to help with testing, we can probably get blender 2.61 in official backports.
– micahg
Mar 12 '12 at 4:02
1
blender can be installed through steam now.
– john9983
Jun 10 '16 at 9:01