Problem installing ROOT on Ubuntu 16.04

You have 32-bit machine…And we distribute only 64-bit compatible binaries. Sorry!

  1. Please download source https://root.cern/download/root_v6.18.04.source.tar.gz
  2. Untar file
  3. mkdir builds && cd builds
  4. cmake …/root
  5. make -j4