Gentoo系统升级

字体大小: 中小 标准 ->行高大小: 标准

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 重新编译整个系统

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/59093.html