Installing Debian Linux for CS 2810

This is a brief guide to setting up Debian Linux for CS 2810.

Install system packages

Start by doing a system update from the command line:

sudo apt update
sudo apt upgrade

Then install the tools we will need:

sudo apt install curl clang lld lldb git icdiff make micro qemu-user-binfmt

If that succeeds then it means your Linux installation is working and up-to-date.