Skip to content

Instantly share code, notes, and snippets.

@RavinduSachintha
Last active September 24, 2019 01:55
Show Gist options
  • Save RavinduSachintha/c5e272469b3093774727be5152c202ce to your computer and use it in GitHub Desktop.
Save RavinduSachintha/c5e272469b3093774727be5152c202ce to your computer and use it in GitHub Desktop.
# Tested on Ubuntu 18.04
# Update by package manager
sudo apt-get update
# Upgrade by package manager
sudo apt-get upgrade
# Install blender 2.8
sudo snap install blender --classic
# Install missing dependencies
sudo apt-get install libgl1-mesa-glx libxi6 libxrender1
# Check blender version
blender --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment