You are on page 1of 1

Red Hat/Fedora Core/CentOS Linux

Type the following command to get list of all installed software


# rpm -qa | less

uname -r
gcc -v
$ which gcc

If you are using Red Hat Enterprise Linux, type the command:
# up2date gcc
If you are using CentOS/Fedora Core Linux, type the command:
# yum install gcc
If you are using Debian /Ubuntu Linux , type the command:
$ sudo apt-get install gccOR# apt-get install gcc

You might also like