红联Linux门户
Linux帮助

Gentoo系统升级

发布时间:2014-12-10 10:32:34来源:linux网站作者:wangxiaolong_china

emerge –sync    //同步整个portage目录

emerge portage //更新portage

emerge python  //更新python

python-updater //更新python配置

emerge -avuDN world  //升级整个系统

emerge -av –depclean //清除不需要的软件包

revdep-rebuild   //gentoolkit包里面的一个软件,用来检查系统依赖关系是否都满足,自动安装没有满足关系的包

dispatch-conf或etc-update 更新系统配置文件

emerge -e world 重新编译整个系统