歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Gentoo系統升級

Gentoo系統升級

日期:2017/2/28 16:05:33   编辑:Linux教程

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 重新編譯整個系統

Copyright © Linux教程網 All Rights Reserved