diff --git a/doc/handbook/install.tex b/doc/handbook/install.tex
index c571865ce33fb3d25cdc29dbc56c3c30f20cbf5c..888d6286fefe34828f5abc9d356765b5315ede9a 100644
--- a/doc/handbook/install.tex
+++ b/doc/handbook/install.tex
@@ -56,6 +56,29 @@ For the extraction of the content of tar files, the GNU version of \texttt{tar}
 The subversion (svn) software repositories can be accessed with help of a subversion client. We recommend the Apache Subversion command-line client \texttt{svn}
 contained in Apache Subversion of version $\geqslant$ 1.6.0 \cite{APACHE-SUBVERSION-HP}. 
 
+\begin{table}
+\centering
+\begin{tabular}{lll}
+subversion & git & libtool \\
+automake & build-essential & libboost-all-dev \\
+texlive-latex-base & doxygen & csh\\
+\hline
+for alberta: & & \\
+freeglut3-dev & & \\
+\hline
+for parallel use: & & \\
+openmpi-common & mpi-default-bin & mpi-default-dev \\
+\hline
+for ug parallel: & & \\
+flex & bison & \\
+\hline 
+for alberta parallel: & & \\
+libblas-dev & & \\
+\end{tabular}
+\caption{Ubuntu package names for Ubuntu 12.04}
+\label{tbl:ubuntu-pkg}
+\end{table}
+
 \section{Obtaining source code for \Dune and \Dumux}
 As stated above, the \Dumux release 2.1.0 and trunk (developer tree) are based on the \Dune release 2.1.1, 
 comprising the core modules \texttt{dune-common}, \texttt{dune-grid}, \texttt{dune-istl} and \texttt{dune-localfunctions}.