八叶草

学习资料记录

centos groupinstall

yum groupinstall "DNS Name Server"

yum groupinstall "Web Server"
yum groupinstall "Mail Server"

yum groupinstall "MySQL Database"

yum groupinstall "Development Tools" 
yum groupinstall "GNOME Desktop Environment"

yum groupinstall "X Window System"
yum groupinstall "KDE (K Desktop Environment)"

yum groupremove

rpm -e *
"error: %preun(*) scriptlet failed, exit status 1"
解决方法为加 --noscripts 标记来删除RPM。 --noscripts 相当于 --nopre --nopost --nopreun --nopostun。


posted on 2011-11-26 21:47 八叶草 阅读(456) 评论(0)  编辑 收藏 引用 所属分类: linux


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理