View Full Version : update
talkstock888
1st March 2005, 06:06 PM
i using SSH to my FC3 box try to update, does any one what commance i need to run to see how many updates i need to patch.
brahms
1st March 2005, 06:18 PM
yum check-update
Also read
man yum
Quella
1st March 2005, 06:22 PM
You can also issue he command 'yum -y update' from the command line to have the system do a non-interactive update (no need to press Y). Also, if you enable the service it will do nightly YUM updates for you. This is a great feature.
Quella
jowah
1st March 2005, 11:08 PM
Just thought I'd summarise what the two previous posters said:
To check for and list any available updates, you do
# yum check-update
...download and install any available updates:
# yum -y update
...enable the nightly yum update service:
# chkconfig yum on
# service yum start(I'm not entirely sure the service invocation is needed)
...read more about yum in the manual pages:
# man yum
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.