install with broken packages
# yum -y install yum-skip-broken
Notes from the field.
install with broken packages
# yum -y install yum-skip-broken
To add an ip resource who’s a member of group “ip_group” create an xml file :
import the resource using :
cibadmin -V -M -o resources -x file.xml ( note you are using -M to modify the existing group … )
delete the resource :
cibadmin -V -D -o resources -X’
‘
My journey as a mac newbie continues, this open source tools allows me to share my FreeBSD virtual machine folder with my mac without configuring nfs or anything fancy.
best of all , its opensource …

tried installing gnome on CentOS using group installed and got the above error. there's a bug report and solutions for it here : http://bugs.centos.org/view.php?id=2483
Replace char with newline :
:s/X/^M/
^M = ctrl-V + m