- Abra o Gerenciador de atualizações e clique em Configurações.
- Váparaaguia"Atualizações" e altere "Exibir novos lançamentos de distribuição" para nunca.
Eu não quero atualizar para a nova versão, e eu não quero ter o ícone de notificação sobre a atualização (triângulo vermelho com ponto de exclamação) na bandeja constantemente.
Nas "Fontes de Software", acesse a guia "Atualizações" e defina "Mostrar Novas Liberações de Distribuição" como "Nunca", conforme mostrado abaixo. Eu uso Natty, mas será o mesmo em Lucid e Maverick também.
Você deve ir ao centro de software - > editar - > fontes de software
Em seguida, na terceira guia (atualizações), vá para "release upgrade" (último) e mude para "never"
edite: o que os outros disseram acima com imagens gloriosas: D
Se você não quiser usar a GUI, no Precise, outra maneira de fazer isso é editar o / 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
Em seguida, altere a última linha para dizer:
Prompt=never
Tags upgrade update-manager