No quiero actualizar a la nueva versión, y no quiero que el icono de notificación sobre la actualización (triángulo rojo con un signo de exclamación) permanezca en la bandeja constantemente.
No quiero actualizar a la nueva versión, y no quiero que el icono de notificación sobre la actualización (triángulo rojo con un signo de exclamación) permanezca en la bandeja constantemente.
Respuestas:
En 'Fuentes de software', vaya a la pestaña 'Actualizaciones' y configure 'Mostrar nuevas versiones de distribución' en 'Nunca' como se muestra a continuación. Yo uso Natty pero será igual en Lucid y Maverick también.
Si no desea utilizar la GUI, en Precise otra forma de hacerlo es editar / etc / update-manager / release-updates:
# 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
Luego cambia la última línea para decir:
Prompt=never