283月/100
this is how you quit yahoo!
283月/100
yum – the packaging manager for my machines

yum is an automatic updater and package installer/remover for rpm systems. it automatically computes dependencies and figures out what things should occur to install packages. it makes it easier to maintain groups of machines without having to manually update each one using rpm. yum has a plugin interface for adding simple features. yum can also be used from other python programs via its module interface.
# yum Loaded plugins: fastestmirror You need to give some command usage: yum [options] COMMAND List of Commands: check-update Check for available package updates clean Remove cached data deplist List a package's dependencies erase Remove a package or packages from your system groupinfo Display details about a package group groupinstall Install the packages in a group on your system grouplist List available package groups groupremove Remove the packages in a group from your system help Display a helpful usage message info Display details about a package or group of packages install Install a package or packages on your system list List a package or groups of packages localinstall Install a local RPM makecache Generate the metadata cache provides Find what package provides the given value reinstall reinstall a package repolist Display the configured software repositories resolvedep Determine which package provides the given dependency search Search package details for the given string shell Run an interactive yum shell update Update a package or packages on your system upgrade Update packages taking obsoletes into account
- reference - http://yum.baseurl.org/



































