You will need to have the Git version control software installed to download this book's code.
Assuming your system uses the apt package manager, you can install Git with the following command:
sudo apt-get install git
Check whether Git has installed successfully by means of the following command:
git --version