\renewcommand\chapterillustration{systemsetup/six-computers-chips-circuits} %\setcounter{chapter}{3} \chapter{repositories} \section*{enable contrib and non-free} \begin{shell}{caption=enable all repositories, label=lst:repositories} ~ $ sed -i "/etc/apt/sources.list" -e "s/^\(deb.*\) main$/\1 main contrib non-free/" \end{shell} \section*{enable unstable} \begin{shell}{} cat > /etc/apt/sources.list.d/unstable.list < /etc/apt/preferences.d/unstable < /etc/apt/apt.conf.d/00local apt-get update \end{shell} \section*{enable experimental} \begin{shell}{} cat > /etc/apt/sources.list.d/experimental.list < /etc/apt/preferences.d/experimental <