Pages

Wednesday, February 1, 2012

How to fix "The program 'gcc' can be found in following packages' issue

GCC is the compiler environment for Linux. Once you type "gcc" in cmd, you will get the following error if gcc is not installed.






To fix this issue, run following command:
sudo apt-get install build-essential

No comments:

Post a Comment