Skip to content

Commit

Permalink
Labs: update your packages at the beginning
Browse files Browse the repository at this point in the history
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@bootlin.com>
  • Loading branch information
michaelopdenacker committed Dec 2, 2021
1 parent 52e0e3e commit f2d68f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions labs/setup/setup.tex
Expand Up @@ -18,6 +18,16 @@ \section{Install lab data}
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}
Expand Down

0 comments on commit f2d68f2

Please sign in to comment.