Tel/Tk Development
\end{lstlisting}
-Now you can press \textbf{INSTALL}. After some time there a some self-explanatory steps again. After that you have successfully installed an SUSE on a machine.
+Now you can press \textbf{INSTALL}. After some time there a
+some self-explanatory steps again. After that you have
+successfully installed an SUSE on a machine.
-You can also install all the above patterns later with the following command,
-to avoid waiting times at the initial installation.
+You can also install all the above patterns later with the
+following command (cut and paste from this document to the
+shell should work) to avoid waiting times at the initial
+installation.
\begin{lstlisting}[label=,caption=Additional software after initial installation]
-zypper in -t pattern xfce console devel_C_C++ devel_perl devel_kernel kde mail_server multimedia network_admin office non_oss techn x11 x86 file_server fonts
+ zypper in -y -t pattern devel_C_C++ devel_kernel xfce console \
+ devel_perl kde mail_server multimedia network_admin office \
+ non_oss x11 file_server fonts
\end{lstlisting}
-Some additional packages you need:
-\begin{lstlisting}[label=,caption=Additional Packages]
-sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Tumbleweed// "devel_perl"
-sudo zypper ref
-
-sudo zypper install perl-Parallel-ForkManager perl-IPC-ShareLite perl-Log-Log4perl perl-Log-Dispatch perl-Data-TreeDumper perl-File-chdir perl-Text-TabularDisplay perl-Text-TabularDisplay perl-CGI perl-JSON perl-qt4-devel perl-Gtk2 gnuplot perl-Config-Auto automake autoconf gcc gcc-c++ make dhcp-server rcs git tcl-devel libqt4-devel xorg-x11-devel rpcbind emacs subversion cmake xorg-x11-Xvnc
-\end{lstlisting}
+To make a long story short, here is a list of commands to
+come to a system which will fit most usages with the
+TRB-System (some are not needed, but it is simpler for a new
+user):
-``Optional'' good stuff (actually it will be needed over time wotking with the
-system):
-
-\begin{lstlisting}[label=,caption=Additional Optional Packages]
- sudo zypper install git bash cmake gcc-c++ gcc binutils xorg-x11-libX11-devel xorg-x11-libXpm-devel xorg-x11-devel xorg-x11-proto-devel xorg-x11-libXext-devel # for root
- sudo zypper install gcc-fortran libopenssl-devel pcre-devel Mesa glew-devel pkg-config libmysqlclient-devel fftw3-devel libcfitsio-devel graphviz-devel libdns_sd avahi-compat-mDNSResponder-devel openldap2-devel python-devel libxml2-devel krb5-devel gsl-devel libqt4-devel # optional for root
- sudo zypper install MozillaFirefox tmux x11vnc openbox lxpanel parcellite rxvt-unicode wireshark htop iptraf nmap iftop gkrellm xkill ncdu dnsmasq socat
- sudo zypper install -t pattern xfce
+\begin{lstlisting}[label=,caption=Additional Packages]
+ zypper ar \
+ https://download.opensuse.org/repositories/devel:/languages:\
+ /perl/openSUSE_Tumbleweed/ perl
+ zypper --gpg-auto-import-keys ref
+ zypper -vn dup -y -l --allow-vendor-change
+
+ zypper in -y \
+ Mesa alpine autojump avahi-compat-mDNSResponder-devel \
+ awesome bash binutils brightnessctl cargo cfitsio-devel \
+ chromium cmake cpupower dnsmasq emacs enscript fftw3-devel \
+ flameshot fzf fzf-zsh-completion gajim gcc gcc-c++ \
+ gcc-fortran geeqie git glew-devel gnuplot graphviz-devel \
+ gsl-devel hack-fonts htop inkscape iproute2 krb5-devel \
+ libQt5Gui-devel libXext-devel libXpm-devel libdns_sd \
+ libmariadb-devel libqt5-qtwebengine-devel libreoffice \
+ libtirpc-devel libxml2-devel mpv mtr mumble ncdu nm-tray \
+ okular openldap2-devel parcellite password-store \
+ pcre-devel perl-Redis perl-Term-ReadLine-Gnu \
+ pkgconf-pkg-config python python-devel redis rpcgen \
+ rxvt-unicode steam sxiv syncthing telnet \
+ the_silver_searcher tmux udiskie vlc wireguard-tools \
+ wireshark wmctrl xbacklight xf86-input-synaptics xinput \
+ xorg-x11-devel zathura zsh perl-CGI iftop libpng16-devel \
+ perl-Data-TreeDumper perl-File-chdir tigervnc \
+ xorg-x11-Xvnc socat sshfs rdesktop freerdp remmina fd \
+ psmisc kitty ripgrep bat socat iproute2 htop emacs-nox \
+ iftop iptraf-ng telnet iputils file iproute2 ppp kmod \
+ wireguard-tools perl-Parallel-ForkManager \
+ perl-IPC-ShareLite perl-Log-Log4perl perl-Log-Dispatch \
+ perl-Text-TabularDisplay perl-Text-TabularDisplay \
+ perl-JSON perl-Gtk2 perl-Config-Auto dhcp-server rcs \
+ tcl-devel rpcbind subversion wget tbb-devel
+
\end{lstlisting}
-Currently (2017-11), CERN root 6 is again compatible with the gcc-compilers
-gcc6 and gcc7, so the following is only for a reference if in the future again
-incompatibilites will happen again.
-
-If needed, you can change the default gcc-compiler like this:
+For reference, if again the root build is incompatibel with the newest gcc version (which happens from time to time):
+Currently, it only works with gcc11.
-\begin{lstlisting}[label=,caption=gcc5]
-zypper ar http://download.opensuse.org/repositories/devel:/gcc/openSUSE_Factory/ gcc_devel
-zypper ref
-zypper install gcc5 gcc5-c++ gcc5-fortran
+-\begin{lstlisting}[label=,caption=gcc11]
+update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 20
+update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 20
+update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-11 20
+-\end{lstlisting}
-update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 20
-update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 20
-update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-5 20
+Additionally, the compile process of root doesn't work from time to time out
+of the box and one needs some changes.
+Currently, one needs to change to gcc11 and use
+\begin{lstlisting}
+ https://root.cern/download/root_v6.26.10.source.tar.gz
\end{lstlisting}
-
-As of 2020-01 for OpenSuSE-tumbleweed you need the following packages to
-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
+So, the lines 13 16 in the main Makefile should look like this:
+\begin{lstlisting}
+ ROOTFILE=root_v6.26.10.source.tar.gz
+ ROOTFTP=https://root.cern/download/$(ROOTFILE)
+ ROOTDIR=root-6.26.10
+ ROOTCMAKEFLAGS=-DCMAKE_CXX_STANDARD=17 -Droot7=ON -Dwebgui=ON -Dxrootd=OFF
\end{lstlisting}
-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:
+Calling the build of the dabc/go4 (with root) then has to look like this:
\begin{lstlisting}
- cd rootbuild; cmake ../$(ROOTDIR) -Dpython=OFF -Dhttp=ON -Dmysql=OFF; $(MAKE) >>makelog.txt 2>&1
+ CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11 make -j32
\end{lstlisting}
-
-Now you can open a shell and make a full system update. Use the package manager \verb+zypper+.
+
+From now on you can keep your system updated and secure by
+opening a shell and make a full system update. Use the
+package manager \verb+zypper+.
\begin{lstlisting}[label=,caption=Update SUSE]
-$ zypper ref; zypper -vn dup -l
+$ zypper ref; zypper -vn dup -l --allow-vendor-change
# Start a sytem update
\end{lstlisting}