Tuesday, November 7, 2017

How to install C and C++ compiler on Lubuntu 17.10

How to install C and C++ compiler on Lubuntu 17.10

You will need a C and C++ compiler if you are going to compile and build C or C++ based program. In this article, i will show you how to install C and C++ compiler on lubuntu 17.10 artful aardvark, nice and easy.

How to install C/C++ compiler on Lubuntu 17.10
  • open command line/terminal on lubuntu (press CTRL + ALT + T)
  • run update command
  • sudo apt-get update
  • install build-essential package
  • sudo apt-get install build-essential
  • done!



No comments:

Post a Comment