[bootlin/training-materials updates] master: Labs: update your packages at the beginning (f2d68f2c)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Dec 2 15:58:50 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/f2d68f2c5d37172f6757a3f9d4d79146aba59667

>---------------------------------------------------------------

commit f2d68f2c5d37172f6757a3f9d4d79146aba59667
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Dec 2 15:58:50 2021 +0100

    Labs: update your packages at the beginning
    
    This corresponds to issues that some people faced installing
    some packages, on a distro they had for quite some time.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

f2d68f2c5d37172f6757a3f9d4d79146aba59667
 labs/setup/setup.tex | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/labs/setup/setup.tex b/labs/setup/setup.tex
index d577f398..46b19fae 100644
--- a/labs/setup/setup.tex
+++ b/labs/setup/setup.tex
@@ -18,6 +18,16 @@ your home directory. This directory contains directories and files used in
 the various practical labs. It will also be used as working space,
 in particular to keep generated files separate when needed.
 
+\section{Update your distribution}
+
+To avoid any issue installing packages during the practical labs,
+you should apply the latest updates to the packages in your distro:
+
+\begin{bashinput}
+$ sudo apt update
+$ sudo apt dist-upgrade
+\end{bashinput}
+
 You are now ready to start the real practical labs!
 
 \section{Install extra packages}




More information about the training-materials-updates mailing list