Skip to content

Instantly share code, notes, and snippets.

@gahfy
Created April 9, 2017 16:39
Show Gist options
  • Save gahfy/6f63eae6cd255a4adcbfe9db6d833ca8 to your computer and use it in GitHub Desktop.
Save gahfy/6f63eae6cd255a4adcbfe9db6d833ca8 to your computer and use it in GitHub Desktop.
Install package build-essential on Debian
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment