Thursday, October 29, 2015

How to Make Sure if GCC is Installed? [OpenSUSE]

Check if gcc is installed on your Linux device:
1. Open terminal.
2. Type
which gcc
which gives the output:  /usr/bin/gcc

3.  Now, to find the version, type:
gcc -v

good luck! ;)


To install:
 sudo zypper in gcc


or search for gcc (SUSE Linux) 4.8.5
 

No comments:

Post a Comment