Instalando no Linux#

Check the Downloading Blender page to find the minimum requirements and the different versions that are available for Blender (if you have not done so yet).

Instalar a partir do blender.org#

Download the Linux version for your architecture and decompress the file to the desired location (e.g. ~/software or /usr/local).

O Blender então poderá ser lançado clicando duas vezes no executável.

When using this method of installation, it is possible to have multiple versions of Blender installed.

Para facilidade de acesso, você pode configurar seu sistema adicionando uma entrada de menu ou atalho para o Blender. Você também pode associar os arquivo blend com o Blender para que, quando selecionados do navegador de arquivos, eles abram automaticamente no Blender. Estas configurações são normalmente encontradas em conjunto com as configurações do Window Manager. (Gnome ou KDE.)

Instalar a partir do Package Manager#

Algumas distribuições Linux podem ter em seus repositórios um pacote específico para o Blender.

Installing Blender via the distribution’s native mechanisms ensures consistency with other packages on the system and may provide other features (given by the package manager), such as listing of packages, update notifications and automatic menu configuration. Be aware, though, that the package may be outdated compared to the latest official release, or not include some features of Blender. For example, some distributions do not build Blender with Cycles GPU rendering support, for licensing or other reasons.

If there is a specific package for your distribution, you may choose what is preferable and most convenient, otherwise, the official binary is available on blender.org.

Install from Snap#

Snap is a universal package manager designed to work across a range of distributions. Assuming snap is already installed, Blender can be installed through snap with:

snap install blender --classic

Installing from this method has a benefit that updates to Blender are automatically installed. Blender from Snap should have a more consistent distribution then individual package managers.

Executando a partir do terminal#

Veja Launching from the terminal </advanced/command_line/launch/linux>`.

Graphics System (X11 & Wayland)#

Blender supports both X11 and Wayland, see Linux Windowing Environment for details.

Avoiding Alt-Mouse Conflict#

Some window managers default to Alt-LMB and Alt-RMB for moving and resizing windows.

Blender uses these for various operations, notably:

To access Blender’s full feature set, you can change the window manager settings to use the Meta key instead (also called Super or Windows key):

Gnome

Digite o seguinte em uma linha de comando (efetivo próximo ao login):

gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Super>'
KDE

:menuselection:`System Settings –> Window Management –> Window Behavior –> Window Actions”, Mude da tecla “Alt” para a tecla “Meta”.

Updating on Linux#

On Linux there are various ways of updating Blender. This section covers the most common approaches.

Updating from blender.org#

When an update for Blender is released, it can be downloaded directly from the Blender website and installed using the steps described in the section Install from blender.org.

Updating with a Package Manager#

Many Linux distributions have packages for Blender available, which can be installed using the distribution’s package manager. After installation, Blender can be updated using the same steps as updating any other application.

Veja também

The Splash screen Defaults page for information about importing settings from previous Blender versions and other quick settings.