個人用です。

コマンド

$cl-update

オーバーレイを追加している場合は
$cl-update -o

テスト版パッケージでアップデートしたい場合は
$cl-update --stable=off

cl-update オプション

  --stable [ON/OFF]     use only stable updates (enabled by default)
  --scan [ON/OFF]       search for the most appropriate update server
  --with-bdeps [ON/OFF/AUTO]
                        save packages used during build
  -s [ON/OFF], --sync-only [ON/OFF]
                        do not update packages
  -o [ON/OFF], --update-other [ON/OFF]
                        update other overlays
  -p [ON/OFF], --pretend [ON/OFF]
                        instead of actually performing the update, simply display the list of packages that will be
                        installed
  -r REPOSITORIES, --repositories REPOSITORIES
                        synchronized repositories (all by default) ('list' for displaying possible values, 'none' is never
                        one)
  -e [ON/OFF], --emergelist [ON/OFF]
                        display the packages list in emerge format
  -C [ON/OFF], --check-repos [ON/OFF]
                        check and fix the repositories integrity
  --force-fix [ON/OFF]  force fix the settings
  --rebuild-world       rebuild the system packages list
  --merge-world         append the profile packages list
  --update-world        update the system packages list (by default)
  --force-check-sign    force check Package signature
  --skip-check-sign     skip check Package signature
  --auto-check-sign     check signature if system has public keys (by default)
  --force-egencache     force the update of the overlays cache
  --skip-egencache      skip the update of the overlays cache
  --auto-egencache      update the overlays cache if outdated (by default)
  --force-eix-update    force the eix cache update
  --skip-eix-update     skip the eix cache update
  --auto-eix-update     update the eix cache if it is outdated (by default)
  -R [ON/OFF], --revdep-rebuild [ON/OFF]
                        run reverse dependencies check
  --wait-another-update [ON/OFF]
                        wait until the running update is finished (enabled by default)
  --schedule [ON/OFF]   consider the autocheck schedule
  -1 [ON/OFF], --one-depth [ON/OFF]
                        clear the history of repositories
  --clean-pkg [ON/OFF]  clean obsolete programs archives
  --branch REFS         set references for repository (REPOSITORY:REF)
  -T TEMPLATES, --templates TEMPLATES
                        select location for templates calculate,distros,local,remote,clt ('list' for displaying possible
                        values, 'none' is never one)
  -v [ON/OFF], --verbose [ON/OFF]
                        verbose output
  --usenew-conf         use the new config files
  --skip-conf           skip the update of config files
  --dispatch-conf       manually update config files (by default)
注意:オプション「--rebuild-world」は最新のナイトリーと同期するためOSインストール後に不要と思って削除したパッケージも落ちてくる。
例えば「akonadi」関連を削除していたとしても上記オプション付きで「cl-update」すると又インストールされてしまう。
再度不要なパッケージを削除するのが手間と言う人はやらないほうが良い。

cl-updateしてもFetchingから一向に進まない場合

長期間アップデートしなかったりすると起こる。

emerge -p -uvDU @world --backtrack=9999
してみる。
blockされているパッケージがある場合は一旦それをemerge -Cで個別に削除してから
emerge -a -uvDU @world

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

管理人/副管理人のみ編集できます