Arto's Notes re: Red Hat Enterprise Linux (RHEL)

System Information

Release Information

cat /etc/redhat-release
lsb_release -a

Package Management

sudo yum update

yum search joe

yum install joe

Development Environment

yum search clang      # N/A

yum install gcc       # GCC 4.4 only
yum install gcc-c++   # GCC/G++ 4.4

Clang 3.6+