Install GCC di Ubuntu 18.04


Step by step :

  1. Update Repository$ sudo apt update
  2. Install paket build-essential dimana paket gcc, g++ dan make akan include terinstall$ sudo apt install build-essential
  3. Jika sudah verifikasi paket gcc# gcc –version

    Output :
    gcc (Ubuntu 7.4.0-1ubuntu1~18.04) 7.4.0
    Copyright (C) 2017 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Di tulis oleh: