Translated message

A translation of this page exists in English.

Red Hat Enterprise Linux 5 デスクトップでソフトウェアのアップデート通知を有効または無効にする方法

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Linux 5
  • puplet
  • yum-updatesd

Issue

  • Red Hat Enterprise Linux 5 でソフトウェアのアップデートを有効または無効にする方法は?
  • Red Hat Enterprise Linux 5 デスクトップでソフトウェアのアップデート通知を有効または無効にする方法は?

Resolution

  • Gnome パネルでソフトウェアのアップデート通知を有効にするには、[Notification Area] が有効になっていることを確認してください。また、以下のように追加することができます。

    • 上部の gnome-panel を右クリックして、[Add to Panel] を選択します。
    • 一覧から [Notification Area] を選択し、[Add] ボタンをクリックします。
    • [Close] ボタンをクリックして、現在のウィンドウを閉じます。
  • ソフトウェアのアップデートが有効になっていることを確認します。

    自動アップデートをインストールするには、以下のコマンドを実行します。

    # yum install yum-updatesd
    
    # service yum-updatesd start
    # chkconfig yum-updatesd on
    

    自動アップデート設定を行うために /etc/yum/yum-updatesd.conf を編集します。

    do_update = no
    
  • ソフトウェアの通知を有効にするには、gconftool コマンドを使用して "/apps/puplet/always_show" を true に設定します。

    $ gconftool-2 --type bool --set /apps/puplet/always_show true
    

    無効にする場合は、"/apps/puplet/always_show" を false に設定します。

    $ gconftool-2 --type bool --set /apps/puplet/always_show false
    

コメント

  • Component
  • yum

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments