{"id":1754,"date":"2021-12-23T16:43:29","date_gmt":"2021-12-23T13:43:29","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/22\/how-to-upgrade-to-blender-3-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/22\/how-to-upgrade-to-blender-3-on-linux\/"},"modified":"2021-12-23T16:43:29","modified_gmt":"2021-12-23T13:43:29","slug":"how-to-upgrade-to-blender-3-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1754-how-to-upgrade-to-blender-3-on-linux\/","title":{"rendered":"How to upgrade to Blender 3 on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Blender 3.0 is here! With it, 3.0 comes many excellent new features and performance improvements. If you\u2019re an avid user of Blender, you\u2019ll want to get this latest upgrade. Here\u2019s how you can upgrade Blender to 3.0.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415054 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-blender-3-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"635\"\/><\/p>\n<h2>Ubuntu instructions<\/h2>\n<p>If you\u2019d like to upgrade to Blender 3 on Ubuntu Linux, you must install Blender via the downloadable TarXZ archive. To get the latest release of Blender for Ubuntu, you must open up a terminal window.<\/p>\n<p>To launch a terminal window on the Ubuntu desktop, press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way. Once the terminal window opens, use the <strong>wget<\/strong> download command to grab Blender 3.0.<\/p>\n<pre>\nwget https:\/\/mirror.clarkson.edu\/blender\/release\/Blender3.0\/blender-3.0.0-linux-x64.tar.xz\n<\/pre>\n<p>After downloading the TarXZ archive to your computer, you must extract its contents. Using the <strong>tar<\/strong> command, decompress the Blender 3.0 TarXZ archive you downloaded using <strong>wget<\/strong> earlier.<\/p>\n<pre>\ntar xvf blender-3.0.0-linux-x64.tar.xz\n<\/pre>\n<p>Upon extracting the contents of the TarXZ file, a folder with the name \u201cblender-3.0.0-linux-x64\u201d will appear in your home directory. Using the <strong>CD<\/strong> command, move into this folder.<\/p>\n<pre>\ncd blender-3.0.0-linux-x64\n<\/pre>\n<p>Inside this folder, you\u2019ll be able to run Blender straight away using the command below.<\/p>\n<pre>\n.\/blender\n<\/pre>\n<p>Alternatively, open up the Ubuntu file manager and double-click on the \u201cblender\u201d\u00a0 file to start it up.<\/p>\n<p>If you prefer to set up Blender globally on your Ubuntu system, modify the blender.desktop file in the folder. However, this shouldn\u2019t be necessary as the program is easily run via the command.<\/p>\n<h2>Debian instructions<\/h2>\n<p>Debian Linux is a stable Linux operating system. However, as it focuses on being stable, some packages are out of date. As a result, Blender will not be updating to 3.0 any time soon.<\/p>\n<p>Thankfully, if you are using Debian, you\u2019ll still be able to get your hands on Blender 3.0 by following the Ubuntu Linux instructions above. Alternatively, you can get Blender 3.0 on Debian by installing it as a Flatpak or Snap package.<\/p>\n<h2>Arch Linux instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415054 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-blender-3-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"635\"\/><\/p>\n<p>Arch Linux always gets the latest packages, as it is what is known as a rolling release distribution. The newest version of Blender (3.0) is available to all Arch Linux users via the \u201ccommunity\u201d software repository.<\/p>\n<p>To get Blender 3.0 on your Arch Linux system, ensure that you have the \u201ccommunity\u201d repository enabled in your <code>\/etc\/pacman.conf<\/code> file. Once you do, open up a terminal window on the desktop.<\/p>\n<p>Use the <strong>pacman -S<\/strong> command to install Blender 3.0 to your Arch Linux system with the terminal window open. Alternatively, if you already have Blender installed, you can upgrade to 3.0 using the <strong>pacman -Syyu<\/strong> command.<\/p>\n<pre>\nsudo pacman -S blender\n<\/pre>\n<pre>\nsudo pacman -Syyu\n<\/pre>\n<h2>Fedora instructions<\/h2>\n<p>Fedora always has the latest packages for its users. For this reason, it will be straightforward to get Blender 3.0. To get Blender installed on Fedora updated to 3.0, you\u2019ll need to use the <strong>dnf update<\/strong> command in a terminal window.<\/p>\n<p>Open up a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way. Once the terminal window is open and ready to use, run the <strong>dnf update<\/strong> command down below.<\/p>\n<pre>\nsudo dnf update\n<\/pre>\n<p>Running the <strong>dnf update<\/strong> command will download the latest version of Blender (3.0) to your Fedora system. However, if you do not have the latest release of Blender on your Fedora system, you can install it using the <strong>dnf install<\/strong> command down below.<\/p>\n<pre>\nsudo dnf install blender\n<\/pre>\n<h2>OpenSUSE instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415057 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-blender-3-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"675\"\/><\/p>\n<p>Blender 3.0 is available on OpenSUSE if you use Tumbleweed, as it is a rolling release distribution like Arch Linux. However, if you use OpenSUSE Leap, 3.0 isn\u2019t as accessible.<\/p>\n<p>If you\u2019re using OpenSUSE Tumbleweed, you\u2019ll need to open up a terminal window and update the system to get the Blender updates installed. You can open up a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, run the <strong>zypper refresh<\/strong> command to refresh your OpenSUSE software repositories.<\/p>\n<pre>\nsudo zypper refresh\n<\/pre>\n<p>With the software repositories refreshed, you can install the latest version of Blender (3.0) on OpenSUSE Tumbleweed by running the <strong>zypper update<\/strong> command.<\/p>\n<pre>\nsudo zypper update\n<\/pre>\n<p>If you do not already have Blender, you can install it using the <strong>zypper install<\/strong> command down below to get it working.<\/p>\n<pre>\nsudo zypper install blender\n<\/pre>\n<h2>Flatpak instructions<\/h2>\n<p>Blender 3.0 is available as a Flatpak. However, if you\u2019d like to install it on your computer using Flatpak, you\u2019ll have to set up the Flatpak runtime. To do that, follow our in-depth guide on the subject.<\/p>\n<p>After setting up the Flatpak runtime on your computer, use the two <strong>flatpak<\/strong> commands below to get the latest Blender (3.0) release working only on your Linux computer.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<pre>\nflatpak install flathub org.blender.Blender\n<\/pre>\n<h2>Snap instructions<\/h2>\n<p>The latest Blender (3.0) is available in the Snap package store. To get it working, you\u2019ll need first to get Snap package runtime set up on your computer. Set up the Snap package runtime on your system by following the guide on the subject.<\/p>\n<p>After setting up the runtime, you can install the latest version of Blender by running the <strong>snap install<\/strong> command down below.<\/p>\n<pre>\nsudo snap install blender\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Blender 3.0 is here! With it, 3.0 comes many excellent new features and performance improvements. If you\u2019re an avid user of Blender, you\u2019ll want to get this latest upgrade. Here\u2019s how you can upgrade Blender to 3.0. Ubuntu instructions If you\u2019d like to upgrade to Blender 3 on Ubuntu Linux, you must install &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1755,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1754"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1754"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1754\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1755"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1754"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}