gentoo 更新 相关

来源:互联网 发布:淘宝淘抢购类目群 编辑:程序博客网 时间:2024/06/06 09:39

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