Cài đặt trên hệ điều hành Linux -- Installing on Linux

Check the Downloading Blender page to find the minimum requirements and where to get Blender (if you have not done so yet).

Install from blender.org

Tải xuống phiên bản Linux cho kiến trúc (cấu hình hệ điều hành) của bạn và giải nén tập tin ở vị trí mong muốn (ví dụ: ~/software or /usr/local).

Lúc này, Blender có thể được khởi chạy bằng cách nhấp đúp vào tập tin thực thi.

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

For ease of access, you can configure your system by adding a menu entry or shortcut for Blender. You may also associate blend-files with Blender so that when selected from the file browser, they will automatically open in Blender. These settings are typically found in conjunction with the Window Manager settings. (Gnome or KDE.)

Install from Package Manager

Một số bản phân phối hệ điều hành Linux có thể có một gói Blender đặc trưng riêng cho mình trên các kho (repositories) của chúng.

Cài đặt Blender thông qua các cơ chế riêng của bản phân phối (như sử dụng "sudo apt-get install" trên các bản với nền tảng debian chẳng hạn) sẽ đảm bảo tính nhất quán với các gói phần mềm khác trên hệ thống và có thể cung cấp các tính năng khác (do trình quản lý gói cung cấp), chẳng hạn như liệt kê các gói phần mềm, thông báo về các cập nhật và cấu hình trình đơn tự động. Song, hãy lưu ý rằng, gói phần mềm có thể đã lỗi thời so với bản phát hành chính thức mới nhất, hoặc không bao gồm một số tính năng nào đó của Blender. Ví dụ, một số bản phân phối của Blender không được xây dựng với sự hỗ trợ cho CUDA vì một số lý do về giấy phép.

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

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.

Thi Hành dùng Thiết Bị Đầu Cuối (Bàn Giao Tiếp, dòng lệnh) -- Running from the Terminal

See Launching from the terminal.

Tránh Xung Đột trong Bố Trí Phím Alt+Bấm Chuột -- Avoiding Alt+Mouse Conflict

Many Window Managers default to Alt-LMB for moving windows, which is a shortcut that Blender uses to simulate a three button mouse. You can either have this feature disabled Preferences ‣ Input ‣ Emulate 3 Button Mouse or you can change the Window Manager settings to use the Meta key instead (also called Super or Windows key):

Gnome

Enter the following in a command line (effective at next login):

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

System Settings ‣ Window Management ‣ Window Behavior ‣ Window Actions, Switch from 'Alt' to 'Meta' key.

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.

Xem thêm

The Splash screen Mặc Định -- Defaults page for information about import settings from previous Blender versions and on other quick settings.