{"id":46956,"date":"2024-07-27T16:28:31","date_gmt":"2024-07-27T16:28:31","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=46956"},"modified":"2024-07-27T16:28:31","modified_gmt":"2024-07-27T16:28:31","slug":"disable-update-notifier-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2024\/07\/disable-update-notifier-ubuntu\/","title":{"rendered":"Disable Update Notifier Indicator (Refresh Icon) in Ubuntu 24.04"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/reload-icon.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-46957\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/reload-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/reload-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/reload-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/reload-icon-700x700.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/reload-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/reload-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>Ubuntu 24.04 has a new circular arrow indicator icon in top right system tray, when there are available system updates. By clicking on it allows to quickly launch <i>Software Updater<\/i> (Update Manager) tool for installing updates.<\/p>\n<p>If you don&#8217;t like that indicator icon, here&#8217;s how to disable it, as well as stop checking for updates automatically.<\/p>\n<div id=\"attachment_46959\" style=\"width: 594px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/upgrade-notifier-applet.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-46959\" class=\"size-full wp-image-46959\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/upgrade-notifier-applet.webp\" alt=\"\" width=\"584\" height=\"282\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/upgrade-notifier-applet.webp 584w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/upgrade-notifier-applet-300x145.webp 300w\" sizes=\"auto, (max-width: 584px) 100vw, 584px\" \/><\/a><p id=\"caption-attachment-46959\" class=\"wp-caption-text\">Indicator icon reminding there are system updates<\/p><\/div>\n<p><!--more--><\/p>\n<h3>Stop Checking for Updates Automatically<\/h3>\n<p>Ubuntu by default checks for updates automatically in daily basis. To disable this behavior, simply launch <b>Software &amp; Updates<\/b>, then navigate to <b>Updates<\/b> tab, finally set &#8220;Automatically check for updates&#8221; option to <b>Never<\/b>.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-check-updates.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46960\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-check-updates-700x430.webp\" alt=\"\" width=\"610\" height=\"375\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-check-updates-700x430.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-check-updates-300x184.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-check-updates-768x472.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-check-updates.webp 1006w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>Tips<\/b>: for KUbuntu, press <code>Ctrl+Alt+T<\/code> to open terminal and run <code>sudo software-properties-qt<\/code> command to launch the tool.<\/p>\n<h3>Disable the Refresh Icon in system tray<\/h3>\n<p>The refresh icon in the top-right system tray area is handled by <code>update-notifier<\/code>, the daemon which notifies about package updates.<\/p>\n<p>The daemon package installs a <code>.desktop<\/code> config file under <code>\/etc\/xdg\/autostart<\/code> directory. So that, it runs automatically at every login. Simply disable the config file will stop the daemon for notifying software updates.<\/p>\n<p>To do so, press <code>Ctrl+Alt+T<\/code> to open up a terminal window and run command to re-name the file extension:<\/p>\n<pre>sudo mv \/etc\/xdg\/autostart\/update-notifier.desktop \/etc\/xdg\/autostart\/update-notifier.desktop.back<\/pre>\n<p>After that, it does no longer start automatically at next boot.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/rename-update-notifier.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46961\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/rename-update-notifier-700x488.webp\" alt=\"\" width=\"610\" height=\"425\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/rename-update-notifier-700x488.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/rename-update-notifier-300x209.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/rename-update-notifier.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>There&#8217;s also a <code>ubuntu-advantage-notification.desktop<\/code> file auto-run at login that notifies user if user has not connected to Ubuntu Advantage, though I never see that notification. For choice, you may disable it by running command:<\/p>\n<pre>cd \/etc\/xdg\/autostart\/ &amp;&amp; sudo mv ubuntu-advantage-notification.desktop ubuntu-advantage-notification.desktop.back<\/pre>\n<p>The daemon as well provides some systemd services to notify crash, livepath, and newer Ubuntu releases. They are:<\/p>\n<ul>\n<li>update-notifier-crash<\/li>\n<li>update-notifier-livepatch<\/li>\n<li>update-notifier-release<\/li>\n<\/ul>\n<p>They are activated in user level. And, you can choose to disable any of them to stop notifying corresponding features. For example, run command to stop &#8216;update-notifier-release&#8217;:<\/p>\n<pre>systemctl --user stop update-notifier-release.path<\/pre>\n<h4>Undo:<\/h4>\n<p>To restore the notifier daemon, just re-name back the <code>.desktop<\/code> config files via command:<\/p>\n<pre>sudo mv \/etc\/xdg\/autostart\/update-notifier.desktop.back \/etc\/xdg\/autostart\/update-notifier.desktop<\/pre>\n<pre>cd \/etc\/xdg\/autostart\/ &amp;&amp; sudo mv ubuntu-advantage-notification.desktop.back ubuntu-advantage-notification.desktop<\/pre>\n<p>And, re-start the systemd services if you disabled them. For example:<\/p>\n<pre>systemctl --user start update-notifier-release.path<\/pre>\n<h3>Disable Automatic installation of Security Updates<\/h3>\n<p>Even after disabled checking for updates and update notifier, it still automatically install security updates silently in background.<\/p>\n<p><b>This is great for keep your computer safe.<\/b> But it quite easy to break your workflow when running <code>apt<\/code> jobs on a not-frequently booted machines or virtual machines.<\/p>\n<p>In the case, you may open terminal (Ctrl+Alt+T), and run command:<\/p>\n<pre>sudo dpkg-reconfigure unattended-upgrades<\/pre>\n<p>Then, use arrow key to select NO, and hit Enter to disable automatically installing secure updates.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-automatic-updates.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46962\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-automatic-updates-700x505.webp\" alt=\"\" width=\"610\" height=\"440\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-automatic-updates-700x505.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-automatic-updates-300x216.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/disable-automatic-updates.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Ubuntu 24.04 has a new circular arrow indicator icon in top right system tray, when there are available system updates. By clicking on it allows to quickly launch Software Updater (Update Manager) tool for installing updates. If you don&#8217;t like that indicator icon, here&#8217;s how to disable it, as well as stop checking for updates [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":46957,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[2087],"class_list":["post-46956","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-ubuntu-24-04"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/46956","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=46956"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/46956\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/46957"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=46956"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=46956"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=46956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}