更新マネージャーが新しいリリースについて悩まされるのを止める方法は?


10

新しいリリースにアップグレードしたくありません。また、アップグレードに関する通知アイコン(感嘆符が付いた赤い三角形)が常にトレイに表示されたくありません。


アップグレードだけでなく、一般的な更新通知の抑制については、関連する質問askubuntu.com/questions/82681/…も参照してください。
ブライス

回答:


16
  • Update Managesを開き、[設定]をクリックします。

ここに画像の説明を入力してください

  • [更新]タブに移動し、[新しい配布リリースを表示]を[絶対にしない]に変更します。

ここに画像の説明を入力してください


4

[ソフトウェアソース]で[更新]タブに移動し、次に示すように[新しい配布リリースを表示]を[なし]に設定します。私はNattyを使用していますが、LucidとMaverickでも同じです。

更新


1

ソフトウェアセンターに移動する必要があります->編集->ソフトウェアソース

次に、3番目のタブ(更新)で[リリースアップグレード](最後のタブ)に移動し、[なし]に変更します。

編集:上記の他の人が素晴らしい画像で言ったこと:D


0

GUIを使用したくない場合は、Preciseで別の方法として/ etc / update-manager / release-upgradesを編集します。

# Default behavior for the release upgrader.

[DEFAULT]
# Default prompting behavior, valid options:
#
#  never  - Never check for a new release.
#  normal - Check to see if a new release is available.  If more than one new
#           release is found, the release upgrader will attempt to upgrade to
#           the release that immediately succeeds the currently-running
#           release.
#  lts    - Check to see if a new LTS release is available.  The upgrader
#           will attempt to upgrade to the first LTS release available after
#           the currently-running one.  Note that this option should not be
#           used if the currently-running release is not itself an LTS
#           release, since in that case the upgrader won't be able to
#           determine if a newer release is available.
Prompt=lts

次に、最後の行を次のように変更します。

Prompt=never
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.