一些Gentoo Linux常用到的包管理命令
同步portage樹
emerge --sync
升級(jí)包管理工具
emerge portage
升級(jí)Python
emerge python
python-updater
重新構(gòu)建整個(gè)系統(tǒng)
emerge --ask --update --deep --newuse --with-bdeps=y @world
檢查依賴關(guān)系并重新構(gòu)建部分軟件包
emerge @preserved-rebuild
參數(shù)說明
- --ask (-a) 控制Portage顯示它要更新的軟件包列表山害,并讓您決定是否繼續(xù)更新
- --verbose (-v) 在屏幕上輸出完整的文件列表
- --update (-u) 更新包的最佳版本
- --deep (-D) 更新系統(tǒng)中的每個(gè)軟件包
- --newuse (-N) USE標(biāo)記變更后,要使Portage檢查USE標(biāo)記的變動(dòng)是否導(dǎo)致需要安裝新的軟件包或者將現(xiàn)有的包重新編譯
清除孤立的軟件包
emerge -av --depclean
更新系統(tǒng)的配置文件
dispatch-conf