How to update root on the terminal

Hi,

Is it possible to update root to get the latest version using the terminal?

Thanks!

Hi,
Besides the usual option of downloading ROOT from here:
https://root.cern.ch/downloading-root

Since recently there is also a conda installation of ROOT for Linux (MacOS in the making):

conda create --name myenv --channel conda-forge python=3 root
1 Like