Lab 1 Setup: Linux/Unix

A. Setup

Setting up Linux for 61B is super easy, all you have to do is use your package manager (apt, yum, etc) to install the Java JDK and git.

To install the Java JDK and Git:

sudo apt install openjdk-14-jdk git