September 2012
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

Categories

September 2012
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

yum command

Task: Display list of updated software (security fix)

Type the following command at shell prompt: # yum list updates

Task: Patch up system by applying all updates

To download and install all updates type the following command: # yum update

Task: List all installed packages

List all installed packages, enter: # rpm -qa # […]