Archives For November 30, 1999

Blender 2.79

Blender 2.79 was finally released a day ago after 2 release candidates. Here’s how to install it in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, and derivatives.

Blender 2.79 release highlights:

  • OpenCL support has improved and should be closer to parity with Blender’s CUDA capabilities.
  • 10~20% faster performance for modern x86_64 CPUs with AVX2
  • automatic DPI support for determining HiDPI displays
  • an overhaul to Blender’s video output support
  • new denoiser, PBR shader, shadow catcher, filmic color management
  • and over 700 bug-fixes.

How to Install Blender 2.79 in Ubuntu:

The official Blender tarball (non-install) for Linux is available for download at:

Install Blender in Ubuntu via Snap:

Blender 2.79 is also available as snap package, which is large in file, but bundles almost all required libraries. Available for Ubuntu 14.04, Ubuntu 16.04, and higher.

1. For Ubuntu 14.04 only, install snapd daemon if you don’t have it:

sudo apt-get install snapd xdg-open-snapd

2. If you have installed the snap package “blender-tpaw” (2.78c so far), first remove it via:

sudo snap remove blender-tpaw

3. Finally run command to install blender 2.79 snap maintained by another guy:

sudo snap install blender --classic

Install Blender 2.79 via PPA in Ubuntu:

Thomas Schiex’s PPA contains the Blender packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04.

NOTE that Blender 2.79 is not ready in the PPA at the moment of writing. Be patient, it will be there in a few days.

1. Open terminal via Ctrl+Alt+T or from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:thomas-schiex/blender

2. Then upgrade Blender if you have a previous installed via Software Updater:

or run commands to check updates and install blender package:

sudo apt-get update

sudo apt-get install blender

How to Remove:

To remove Blender packages either use your system package manager or run commands:

To remove Blender snap app, run command:

sudo snap remove blender

To remove Blender installed from PPA, run command:

sudo apt-get remove --autoremove blender

And to remove the PPA repository, launch “Software & Updates” utility and navigate to Other Software tab.