Quantcast
Viewing all articles
Browse latest Browse all 484

How to install GNU C-compiler?

@laks wrote:

If you use rpm based distro like Fedora/Centos/RHEL,


yum -y install gcc

On dpkg based distro like Ubuntu/Debian/Mint


apt-get install gcc

That's it. Now verify the gcc version using command

gcc --version

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 484

Trending Articles