@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
@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