Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created May 8, 2012 11:41
Show Gist options
  • Select an option

  • Save wbotelhos/2634405 to your computer and use it in GitHub Desktop.

Select an option

Save wbotelhos/2634405 to your computer and use it in GitHub Desktop.
Install gcc in Ubuntu
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
gcc --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment