Skip to content

Instantly share code, notes, and snippets.

@sarthakpranesh
Last active November 28, 2019 05:26
Show Gist options
  • Save sarthakpranesh/e3461d14d9d1e3091e40751b2649295c to your computer and use it in GitHub Desktop.
Save sarthakpranesh/e3461d14d9d1e3091e40751b2649295c to your computer and use it in GitHub Desktop.
Installing C compiler on Ubuntu
sudo apt-get install build-essential
sudo apt-get install libssl-dev
//If you don't have cURL then install cURL from the following command
sudo apt-get install curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment