Problem about Installing ROOT on Ubuntu

You downloaded the “binary distribution” which is ready for your system.
Simply unpack it:
~$ tar -zxf root_v*.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
and start to use it:
~$ source ./root/bin/thisroot.sh
~$ root

1 Like