sudo zypper install MozillaFirefox tmux x11vnc openbox lxpanel parcellite rxvt-unicode wireshark htop iptraf nmap iftop gkrellm xkill ncdu dnsmasq socat
\end{lstlisting}
+Unfortunately, the perl-package-manager for the module Data::TreeDumper
+(perl-Data-TreeDumper) couldn't agree with the SuSE-Team, so from SuSE 13.2
+this module is missing in the standard installation and has to be installed
+``by hand''.
+
+\begin{lstlisting}[label=,caption=Additional Installations]
+ As root user:
+$ perl -MCPAN -e 'install Data::TreeDumper'
+\end{lstlisting}
+
Now you can open a shell and make a full system update. Use the package manager \verb+zypper+.
\begin{lstlisting}[label=,caption=Update SUSE]
-$ zypper ref; zypper dup
+$ zypper ref; zypper -vn dup -l
# Start a sytem update
\end{lstlisting}