Skip to content

Instantly share code, notes, and snippets.

@nicklasfrahm
Created February 9, 2018 23:19
Show Gist options
  • Save nicklasfrahm/a48051fab06c5cfe4a63eac2f7c640b7 to your computer and use it in GitHub Desktop.
Save nicklasfrahm/a48051fab06c5cfe4a63eac2f7c640b7 to your computer and use it in GitHub Desktop.
Install g++ and update Linux
sudo apt update && sudo apt upgrade
sudo apt install -y g++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment