
{"id":33427,"date":"2021-03-01T14:57:01","date_gmt":"2021-03-01T14:57:01","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=33427"},"modified":"2021-06-09T15:24:49","modified_gmt":"2021-06-09T15:24:49","slug":"install-blender-2-92-ubuntu-20-04-20-10-via-ppa","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2021\/03\/install-blender-2-92-ubuntu-20-04-20-10-via-ppa\/","title":{"rendered":"How to Install Blender 2.92 in Ubuntu 20.04, 20.10 via PPA"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/03\/blender-icon245x250.png\" alt=\"Blender 2.79\" width=\"245\" height=\"250\" class=\"alignleft size-full wp-image-5748\" \/><\/p>\n<p>For those prefer installing apps via the classic apt method, you can now install Blender 2.92 via PPA in Ubuntu 20.04, Ubuntu 20.10, and also Ubuntu 16.04, Ubuntu 18.04.<\/p>\n<p>The open-source 3D modeller software Blender 2.92 was released a few days ago. Features &#8220;<i>a completely new workflow for editing meshes, new physics simulation methods, faster Cycles rendering, better compositing with Eevee, and so much more.<\/i>&#8221;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/03\/blender292.png\" alt=\"\" width=\"600\" height=\"347\" class=\"aligncenter size-full wp-image-33428\" \/><\/p>\n<p>Blender offers <b>official Snap package<\/b>, which runs in sandbox, and is available to install directly from Ubuntu Software. As well, a Linux portable package is available to download in its website. For those prefer the classic <b>deb<\/b> packages, <a href=\"https:\/\/launchpad.net\/~thomas-schiex\/+archive\/ubuntu\/blender\" rel=\"noopener\" target=\"_blank\">Thomas Schiex&#8217;s PPA<\/a> has made it for Ubuntu 20.04 and Ubuntu 20.10 uses.<\/p>\n<div class=\"arconix-box arconix-box-red\"><i class='fa fa-2x pull-left fa-exclamation-triangle'><\/i><div class=\"arconix-box-content\">UPDATE: The Thomas Schiex&#8217;s PPA has been abandoned, use <a href=\"https:\/\/ubuntuhandbook.org\/index.php\/2021\/06\/install-blender-2-93-ppa-ubuntu-20-04\/\" rel=\"noopener\" target=\"_blank\">this PPA instead<\/a>.<\/div><\/div>\n<h4>1. Add Blender PPA:<\/h4>\n<p>Firstly open terminal from system application launcher. When it opens, run command to add the PPA:<\/p>\n<pre style=\"border:none;\">sudo add-apt-repository ppa:thomas-schiex\/blender<\/pre>\n<p><i>Type user password, no asterisk feedback, when it asks and hit Enter to continue.<\/i><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/03\/blender-ppa-focal.png\" alt=\"\" width=\"600\" height=\"142\" class=\"aligncenter size-full wp-image-33429\" \/><\/p>\n<p>The PPA does not support for <b>Ubuntu 16.04<\/b> and <b>Ubuntu 18.04<\/b>, but another PPA do! It however requires a few more PPA for updated libaries, see the <a href=\"https:\/\/launchpad.net\/~savoury1\/+archive\/ubuntu\/blender\" rel=\"noopener\" target=\"_blank\">PPA description<\/a> for detail.<\/p>\n<h4>2. Install or update Blender:<\/h4>\n<p>If you have an old version of Blender packages installed via apt method, open <i>Software Updater<\/i> (Update Manager) and update the software:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/upgrade-blender278-600x402.jpg\" alt=\"upgrade to blender 2.79\" width=\"600\" height=\"402\" class=\"aligncenter size-large wp-image-6294\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/upgrade-blender278-600x402.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/upgrade-blender278-450x301.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/upgrade-blender278.jpg 713w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Or run commands in terminal to install \/ update the package:<\/p>\n<pre style=\"border:none;\">sudo apt update\r\n\r\nsudo apt install blender<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/03\/apt-blender-focal.png\" alt=\"\" width=\"600\" height=\"330\" class=\"aligncenter size-full wp-image-33430\" \/><\/p>\n<h4>3. Fix missing libLLVM-6.0.so.1 issue:<\/h4>\n<p>Blender 2.92 does not start in my Ubuntu 20.04, and it outputs an error when running from terminal:<\/p>\n<blockquote><p>\/usr\/lib\/blender\/blender: error while loading shared libraries: libLLVM-6.0.so.1: cannot open shared object file: No such file or directory<\/p><\/blockquote>\n<p>This can be easily fixed by running command:<\/p>\n<pre style=\"border:none;\">sudo apt install libllvm6.0<\/pre>\n<p>Not sure if the problem exists in Ubuntu 20.10, but <code style=\"border:none;\">libllvm6.0<\/code> is not available in the Groovy repository.<\/p>\n<h4>Uninstall:<\/h4>\n<p>To remove the Ubuntu PPA, open <b>Software &#038; Updates<\/b> and go to <b>Other Software<\/b> tab, then remove the relevant line.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/03\/remove-blender-ppa.png\" alt=\"\" width=\"600\" height=\"290\" class=\"aligncenter size-full wp-image-33431\" \/><\/p>\n<p>To remove Blender installed via apt, run command in terminal:<\/p>\n<pre style=\"border:none;\">sudo apt remove --autoremove blender<\/pre>","protected":false},"excerpt":{"rendered":"<p>For those prefer installing apps via the classic apt method, you can now install Blender 2.92 via PPA in Ubuntu 20.04, Ubuntu 20.10, and also Ubuntu 16.04, Ubuntu 18.04. The open-source 3D modeller software Blender 2.92 was released a few days ago. Features &#8220;a completely new workflow for editing meshes, new physics simulation methods, faster [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[771],"class_list":["post-33427","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-blender"],"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/33427","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=33427"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/33427\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=33427"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=33427"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=33427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}