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 and configure the Java JDK and Git on Ubuntu:

sudo apt install openjdk-17-jdk git
git config --global credential.helper store
Last built: 2023-10-26 18:40 UTC