successfully install root, the stream framework, dabc and go4:
\begin{lstlisting}[label=,caption=Tumbleweed Prerequisites at of 2020-01]
+ zypper install git bash cmake gcc-c++ gcc binutils python \
+ libXpm-devel xorg-x11-devel libXext-devel gcc-fortran \
+ libopenssl-devel pcre-devel Mesa glew-devel \
+ pkgconf-pkg-config libmariadb-devel fftw3-devel \
+ cfitsio-devel graphviz-devel libdns_sd \
+ avahi-compat-mDNSResponder-devel openldap2-devel \
+ python-devel libxml2-devel krb5-devel gsl-devel chromium \
+ libQt5Gui-devel libqt5-qtwebengine-devel libpng16-devel
+\end{lstlisting}
-zypper install git bash cmake gcc-c++ gcc binutils python libXpm-devel
-xorg-x11-devel libXext-devel gcc-fortran libopenssl-devel pcre-devel Mesa
-glew-devel pkgconf-pkg-config libmariadb-devel fftw3-devel cfitsio-devel
-graphviz-devel libdns_sd avahi-compat-mDNSResponder-devel openldap2-devel
-python-devel libxml2-devel krb5-devel gsl-devel chromium libQt5Gui-devel
-libqt5-qtwebengine-devel libpng16-devel
+Additionally, the compile process of root doesn't work currently out of the
+box and one needs to disable phython in root.
+This can be done by adding ``-Dpython=OFF'' in line 23 of the file
+~/trbsoft/trb3/rootbuild/Makefile.
+So, the new line should look like this:
+\begin{lstlisting}
+ cd rootbuild; cmake ../$(ROOTDIR) -Dpython=OFF -Dhttp=ON -Dmysql=OFF; $(MAKE) >>makelog.txt 2>&1
\end{lstlisting}
Now you can open a shell and make a full system update. Use the package manager \verb+zypper+.