]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
TreeDump issue described, mt
authorMichael Traxler <M.Traxler@gsi.de>
Thu, 3 Mar 2016 16:39:04 +0000 (17:39 +0100)
committerMichael Traxler <M.Traxler@gsi.de>
Thu, 3 Mar 2016 16:39:04 +0000 (17:39 +0100)
trb3/trb3qs_suse.tex

index 5575e40108256aa1f8d960d8a8d8b0300103bedb..71607b21df85d7242fa654e01c8a8894b9c1e245 100644 (file)
@@ -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}