From 9f1de229a16184c5f7d85b4ff772c05a18728447 Mon Sep 17 00:00:00 2001 From: Michael Traxler Date: Thu, 3 Mar 2016 17:39:04 +0100 Subject: [PATCH] TreeDump issue described, mt --- trb3/trb3qs_suse.tex | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/trb3/trb3qs_suse.tex b/trb3/trb3qs_suse.tex index 5575e40..71607b2 100644 --- a/trb3/trb3qs_suse.tex +++ b/trb3/trb3qs_suse.tex @@ -73,11 +73,21 @@ Optional good stuff: 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} -- 2.43.0