How to suppress the Ubuntu software update notifier popup in Ubuntu 14.04?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
There is no operator and no keyboard connected on this self-service kiosk equipment, and we do not want any popups.
upgrade
add a comment |Â
up vote
2
down vote
favorite
There is no operator and no keyboard connected on this self-service kiosk equipment, and we do not want any popups.
upgrade
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
There is no operator and no keyboard connected on this self-service kiosk equipment, and we do not want any popups.
upgrade
There is no operator and no keyboard connected on this self-service kiosk equipment, and we do not want any popups.
upgrade
edited Apr 30 at 21:15
![](https://i.stack.imgur.com/y7JEo.jpg?s=32&g=1)
![](https://i.stack.imgur.com/y7JEo.jpg?s=32&g=1)
stumblebee
2,3083922
2,3083922
asked Apr 30 at 20:58
G. Shankar
111
111
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The screenshot you provided, click the [Settings...] button, it has options to never check for updates there.
To do this in the terminal you need to find the files that are used for this, probably in cron somewhere. I just ran a little test and found these two files:
/etc/apt/apt.conf.d/20auto-upgrades
& /etc/apt/apt.conf.d/10periodic
I changed my settings in the GUI to Never and checked what these files were altered to as a result:
cat /etc/apt/apt.conf.d/20auto-upgrades`
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
cat /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
Update-Package-Lists Becomes 14 when you set it to update fortnightly.
Change your files to match and this should work for you.
Thanks, we will try that. Is there a way to remotely make the same setting thru ssh session? We have 70+ units in the field, where this setting needs to be updated.
â G. Shankar
May 1 at 14:51
Hi, I ran some tests on my machine and found the cron jobs that seem to be responsible for the update notifier gui so you can update this setting using SSH. I updated my answer with the details, let me know how you get on please?
â Noki
May 1 at 20:03
P.S I don't know what theUnattended-Upgrade
flag does.
â Noki
May 1 at 20:07
wiki.debian.org/UnattendedUpgrades it does this.
â Noki
May 1 at 20:21
1
Thank you so much! Your suggestions are very helpful. We will update the settings and check it.
â G. Shankar
May 2 at 14:09
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The screenshot you provided, click the [Settings...] button, it has options to never check for updates there.
To do this in the terminal you need to find the files that are used for this, probably in cron somewhere. I just ran a little test and found these two files:
/etc/apt/apt.conf.d/20auto-upgrades
& /etc/apt/apt.conf.d/10periodic
I changed my settings in the GUI to Never and checked what these files were altered to as a result:
cat /etc/apt/apt.conf.d/20auto-upgrades`
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
cat /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
Update-Package-Lists Becomes 14 when you set it to update fortnightly.
Change your files to match and this should work for you.
Thanks, we will try that. Is there a way to remotely make the same setting thru ssh session? We have 70+ units in the field, where this setting needs to be updated.
â G. Shankar
May 1 at 14:51
Hi, I ran some tests on my machine and found the cron jobs that seem to be responsible for the update notifier gui so you can update this setting using SSH. I updated my answer with the details, let me know how you get on please?
â Noki
May 1 at 20:03
P.S I don't know what theUnattended-Upgrade
flag does.
â Noki
May 1 at 20:07
wiki.debian.org/UnattendedUpgrades it does this.
â Noki
May 1 at 20:21
1
Thank you so much! Your suggestions are very helpful. We will update the settings and check it.
â G. Shankar
May 2 at 14:09
 |Â
show 1 more comment
up vote
0
down vote
The screenshot you provided, click the [Settings...] button, it has options to never check for updates there.
To do this in the terminal you need to find the files that are used for this, probably in cron somewhere. I just ran a little test and found these two files:
/etc/apt/apt.conf.d/20auto-upgrades
& /etc/apt/apt.conf.d/10periodic
I changed my settings in the GUI to Never and checked what these files were altered to as a result:
cat /etc/apt/apt.conf.d/20auto-upgrades`
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
cat /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
Update-Package-Lists Becomes 14 when you set it to update fortnightly.
Change your files to match and this should work for you.
Thanks, we will try that. Is there a way to remotely make the same setting thru ssh session? We have 70+ units in the field, where this setting needs to be updated.
â G. Shankar
May 1 at 14:51
Hi, I ran some tests on my machine and found the cron jobs that seem to be responsible for the update notifier gui so you can update this setting using SSH. I updated my answer with the details, let me know how you get on please?
â Noki
May 1 at 20:03
P.S I don't know what theUnattended-Upgrade
flag does.
â Noki
May 1 at 20:07
wiki.debian.org/UnattendedUpgrades it does this.
â Noki
May 1 at 20:21
1
Thank you so much! Your suggestions are very helpful. We will update the settings and check it.
â G. Shankar
May 2 at 14:09
 |Â
show 1 more comment
up vote
0
down vote
up vote
0
down vote
The screenshot you provided, click the [Settings...] button, it has options to never check for updates there.
To do this in the terminal you need to find the files that are used for this, probably in cron somewhere. I just ran a little test and found these two files:
/etc/apt/apt.conf.d/20auto-upgrades
& /etc/apt/apt.conf.d/10periodic
I changed my settings in the GUI to Never and checked what these files were altered to as a result:
cat /etc/apt/apt.conf.d/20auto-upgrades`
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
cat /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
Update-Package-Lists Becomes 14 when you set it to update fortnightly.
Change your files to match and this should work for you.
The screenshot you provided, click the [Settings...] button, it has options to never check for updates there.
To do this in the terminal you need to find the files that are used for this, probably in cron somewhere. I just ran a little test and found these two files:
/etc/apt/apt.conf.d/20auto-upgrades
& /etc/apt/apt.conf.d/10periodic
I changed my settings in the GUI to Never and checked what these files were altered to as a result:
cat /etc/apt/apt.conf.d/20auto-upgrades`
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
cat /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";
Update-Package-Lists Becomes 14 when you set it to update fortnightly.
Change your files to match and this should work for you.
edited May 2 at 23:50
answered Apr 30 at 21:33
![](https://i.stack.imgur.com/6bbHN.jpg?s=32&g=1)
![](https://i.stack.imgur.com/6bbHN.jpg?s=32&g=1)
Noki
3771625
3771625
Thanks, we will try that. Is there a way to remotely make the same setting thru ssh session? We have 70+ units in the field, where this setting needs to be updated.
â G. Shankar
May 1 at 14:51
Hi, I ran some tests on my machine and found the cron jobs that seem to be responsible for the update notifier gui so you can update this setting using SSH. I updated my answer with the details, let me know how you get on please?
â Noki
May 1 at 20:03
P.S I don't know what theUnattended-Upgrade
flag does.
â Noki
May 1 at 20:07
wiki.debian.org/UnattendedUpgrades it does this.
â Noki
May 1 at 20:21
1
Thank you so much! Your suggestions are very helpful. We will update the settings and check it.
â G. Shankar
May 2 at 14:09
 |Â
show 1 more comment
Thanks, we will try that. Is there a way to remotely make the same setting thru ssh session? We have 70+ units in the field, where this setting needs to be updated.
â G. Shankar
May 1 at 14:51
Hi, I ran some tests on my machine and found the cron jobs that seem to be responsible for the update notifier gui so you can update this setting using SSH. I updated my answer with the details, let me know how you get on please?
â Noki
May 1 at 20:03
P.S I don't know what theUnattended-Upgrade
flag does.
â Noki
May 1 at 20:07
wiki.debian.org/UnattendedUpgrades it does this.
â Noki
May 1 at 20:21
1
Thank you so much! Your suggestions are very helpful. We will update the settings and check it.
â G. Shankar
May 2 at 14:09
Thanks, we will try that. Is there a way to remotely make the same setting thru ssh session? We have 70+ units in the field, where this setting needs to be updated.
â G. Shankar
May 1 at 14:51
Thanks, we will try that. Is there a way to remotely make the same setting thru ssh session? We have 70+ units in the field, where this setting needs to be updated.
â G. Shankar
May 1 at 14:51
Hi, I ran some tests on my machine and found the cron jobs that seem to be responsible for the update notifier gui so you can update this setting using SSH. I updated my answer with the details, let me know how you get on please?
â Noki
May 1 at 20:03
Hi, I ran some tests on my machine and found the cron jobs that seem to be responsible for the update notifier gui so you can update this setting using SSH. I updated my answer with the details, let me know how you get on please?
â Noki
May 1 at 20:03
P.S I don't know what the
Unattended-Upgrade
flag does.â Noki
May 1 at 20:07
P.S I don't know what the
Unattended-Upgrade
flag does.â Noki
May 1 at 20:07
wiki.debian.org/UnattendedUpgrades it does this.
â Noki
May 1 at 20:21
wiki.debian.org/UnattendedUpgrades it does this.
â Noki
May 1 at 20:21
1
1
Thank you so much! Your suggestions are very helpful. We will update the settings and check it.
â G. Shankar
May 2 at 14:09
Thank you so much! Your suggestions are very helpful. We will update the settings and check it.
â G. Shankar
May 2 at 14:09
 |Â
show 1 more comment
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030314%2fhow-to-suppress-the-ubuntu-software-update-notifier-popup-in-ubuntu-14-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password