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, git and gh.

To install and configure the Java JDK, Git and gh on Ubuntu:

sudo apt install openjdk-17-jdk git gh

You can also install IntelliJ using:

sudo snap install intellij-idea-community --classic

If IntelliJ installs successfully without errors using this command, skip over the installing IntelliJ section in the main method.

Last built: 2024-01-01 04:08 UTC