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 -y update && sudo apt -y upgrade

Then install the tools we will need:

sudo apt -y install curl clang libclang-rt-dev lld lldb git icdiff make micro qemu-user-binfmt

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