Can i get Ubuntu to not keep asking me to install updates?How to prevent updating of a specific package?Fully automatic updates in KubuntuGet Security Updates Delta, and install themSoftware can not be verified warningHow to get updates for Ubuntu 12.04Can't install updatesUpdates in Ubuntu 14.04How do I install updates that Ubuntu 16.04 has downloaded?I think I'm not notified of updates unless I manually do “apt-get update”How can I ban Software Updater from checking for updates at certain times of day or certain days of week?How can I tell what software and updates must be checked or unchecked?
Bullying boss launched a smear campaign and made me unemployable
Detention in 1997
Why doesn't using multiple commands with a || or && conditional work?
Venezuelan girlfriend wants to travel the USA to be with me. What is the process?
Why does this cyclic subgroup have only 4 subgroups?
Why didn't Miles's spider sense work before?
Why is this clock signal connected to a capacitor to gnd?
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
How do I deal with an unproductive colleague in a small company?
Determining Impedance With An Antenna Analyzer
Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?
I would say: "You are another teacher", but she is a woman and I am a man
What does “the session was packed” mean in this context?
Is it inappropriate for a student to attend their mentor's dissertation defense?
Can the Meissner effect explain very large floating structures?
What exploit Are these user agents trying to use?
Can I run a new neutral wire to repair a broken circuit?
Cursor Replacement for Newbies
Why is consensus so controversial in Britain?
How dangerous is XSS?
Forgetting the musical notes while performing in concert
How can saying a song's name be a copyright violation?
Why do bosons tend to occupy the same state?
Extract rows of a table, that include less than x NULLs
Can i get Ubuntu to not keep asking me to install updates?
How to prevent updating of a specific package?Fully automatic updates in KubuntuGet Security Updates Delta, and install themSoftware can not be verified warningHow to get updates for Ubuntu 12.04Can't install updatesUpdates in Ubuntu 14.04How do I install updates that Ubuntu 16.04 has downloaded?I think I'm not notified of updates unless I manually do “apt-get update”How can I ban Software Updater from checking for updates at certain times of day or certain days of week?How can I tell what software and updates must be checked or unchecked?
Every day my computer says it has updates that i have to click and install. Now, the updates have settings in which i can supposedly control what is being checked and how often, and what to do when updates are being found.
What i did yesterday was, i only left the Important security updates checked (and i unchecked recommended and all that other stuff), and under Automatic updates section i set to check Every fortnight (which is the rarest possible option), and then i selected the option to Install security updates without confirmation. It asked me for password to make the changes, and then saved. Today i got on my PC, and again, i get the notification that updates are available, and it's waiting for me to click to install them.
For what difference it might make, i have the "regular" Ubuntu 18.04. installed, and then i installed the KDE desktop manually afterwards.
Can i get it to not ask me about updates, ideally ever; but if not that, at least respect the every fortnight option so i don't have to click it every day?
updates update-manager
add a comment |
Every day my computer says it has updates that i have to click and install. Now, the updates have settings in which i can supposedly control what is being checked and how often, and what to do when updates are being found.
What i did yesterday was, i only left the Important security updates checked (and i unchecked recommended and all that other stuff), and under Automatic updates section i set to check Every fortnight (which is the rarest possible option), and then i selected the option to Install security updates without confirmation. It asked me for password to make the changes, and then saved. Today i got on my PC, and again, i get the notification that updates are available, and it's waiting for me to click to install them.
For what difference it might make, i have the "regular" Ubuntu 18.04. installed, and then i installed the KDE desktop manually afterwards.
Can i get it to not ask me about updates, ideally ever; but if not that, at least respect the every fortnight option so i don't have to click it every day?
updates update-manager
add a comment |
Every day my computer says it has updates that i have to click and install. Now, the updates have settings in which i can supposedly control what is being checked and how often, and what to do when updates are being found.
What i did yesterday was, i only left the Important security updates checked (and i unchecked recommended and all that other stuff), and under Automatic updates section i set to check Every fortnight (which is the rarest possible option), and then i selected the option to Install security updates without confirmation. It asked me for password to make the changes, and then saved. Today i got on my PC, and again, i get the notification that updates are available, and it's waiting for me to click to install them.
For what difference it might make, i have the "regular" Ubuntu 18.04. installed, and then i installed the KDE desktop manually afterwards.
Can i get it to not ask me about updates, ideally ever; but if not that, at least respect the every fortnight option so i don't have to click it every day?
updates update-manager
Every day my computer says it has updates that i have to click and install. Now, the updates have settings in which i can supposedly control what is being checked and how often, and what to do when updates are being found.
What i did yesterday was, i only left the Important security updates checked (and i unchecked recommended and all that other stuff), and under Automatic updates section i set to check Every fortnight (which is the rarest possible option), and then i selected the option to Install security updates without confirmation. It asked me for password to make the changes, and then saved. Today i got on my PC, and again, i get the notification that updates are available, and it's waiting for me to click to install them.
For what difference it might make, i have the "regular" Ubuntu 18.04. installed, and then i installed the KDE desktop manually afterwards.
Can i get it to not ask me about updates, ideally ever; but if not that, at least respect the every fortnight option so i don't have to click it every day?
updates update-manager
updates update-manager
asked 1 hour ago
Digital NinjaDigital Ninja
1384
1384
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
One of the reasons that Linux is secure is that distributions provide package managers which inform you of updates, and function to install the updates as you configure. It is very important that you install security upgrades as soon as possible. When updates comes out, if the issues weren't already being used to exploit systems, the new details and fix may make it easier for others to create exploits against unpatched systems.
It is understandable that you don't want to be bothered with the UI constantly telling you to update. After you set the interval at which to check for updates, you should only see the warnings if apt is already aware of updates, or you run sudo apt update in the terminal. At that point, the system becomes aware of new updates, and tells you about them.
You should try taking in the changes as you see them become available, and hopefully more often than every two weeks. Think of the benefit of updating each day, and the slight annoyance of having to type in your password, vs waiting two weeks or ignoring updates altogether. If you stick with every two weeks, try updating now and leaving everything alone and seeing if you wake up to notifications tomorrow.
The system will always show you updates of which it is aware. You are adjusting the frequency at which the system checks for updates. Do a complete update/upgrade, and do not apt update after, and you should only see notifications every two weeks.
If you are worried about specific packages being upgraded, you can lock packages within apt. Be careful, though, as you will have to unlock, or forcefully upgrade from this state. Please consider updating frequently, and only locking a small set of packages, such as database or your graphics drivers. Everything else should update very smoothly at the hard work of many package maintainers, making it easy to take on updates quickly.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131037%2fcan-i-get-ubuntu-to-not-keep-asking-me-to-install-updates%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
One of the reasons that Linux is secure is that distributions provide package managers which inform you of updates, and function to install the updates as you configure. It is very important that you install security upgrades as soon as possible. When updates comes out, if the issues weren't already being used to exploit systems, the new details and fix may make it easier for others to create exploits against unpatched systems.
It is understandable that you don't want to be bothered with the UI constantly telling you to update. After you set the interval at which to check for updates, you should only see the warnings if apt is already aware of updates, or you run sudo apt update in the terminal. At that point, the system becomes aware of new updates, and tells you about them.
You should try taking in the changes as you see them become available, and hopefully more often than every two weeks. Think of the benefit of updating each day, and the slight annoyance of having to type in your password, vs waiting two weeks or ignoring updates altogether. If you stick with every two weeks, try updating now and leaving everything alone and seeing if you wake up to notifications tomorrow.
The system will always show you updates of which it is aware. You are adjusting the frequency at which the system checks for updates. Do a complete update/upgrade, and do not apt update after, and you should only see notifications every two weeks.
If you are worried about specific packages being upgraded, you can lock packages within apt. Be careful, though, as you will have to unlock, or forcefully upgrade from this state. Please consider updating frequently, and only locking a small set of packages, such as database or your graphics drivers. Everything else should update very smoothly at the hard work of many package maintainers, making it easy to take on updates quickly.
add a comment |
One of the reasons that Linux is secure is that distributions provide package managers which inform you of updates, and function to install the updates as you configure. It is very important that you install security upgrades as soon as possible. When updates comes out, if the issues weren't already being used to exploit systems, the new details and fix may make it easier for others to create exploits against unpatched systems.
It is understandable that you don't want to be bothered with the UI constantly telling you to update. After you set the interval at which to check for updates, you should only see the warnings if apt is already aware of updates, or you run sudo apt update in the terminal. At that point, the system becomes aware of new updates, and tells you about them.
You should try taking in the changes as you see them become available, and hopefully more often than every two weeks. Think of the benefit of updating each day, and the slight annoyance of having to type in your password, vs waiting two weeks or ignoring updates altogether. If you stick with every two weeks, try updating now and leaving everything alone and seeing if you wake up to notifications tomorrow.
The system will always show you updates of which it is aware. You are adjusting the frequency at which the system checks for updates. Do a complete update/upgrade, and do not apt update after, and you should only see notifications every two weeks.
If you are worried about specific packages being upgraded, you can lock packages within apt. Be careful, though, as you will have to unlock, or forcefully upgrade from this state. Please consider updating frequently, and only locking a small set of packages, such as database or your graphics drivers. Everything else should update very smoothly at the hard work of many package maintainers, making it easy to take on updates quickly.
add a comment |
One of the reasons that Linux is secure is that distributions provide package managers which inform you of updates, and function to install the updates as you configure. It is very important that you install security upgrades as soon as possible. When updates comes out, if the issues weren't already being used to exploit systems, the new details and fix may make it easier for others to create exploits against unpatched systems.
It is understandable that you don't want to be bothered with the UI constantly telling you to update. After you set the interval at which to check for updates, you should only see the warnings if apt is already aware of updates, or you run sudo apt update in the terminal. At that point, the system becomes aware of new updates, and tells you about them.
You should try taking in the changes as you see them become available, and hopefully more often than every two weeks. Think of the benefit of updating each day, and the slight annoyance of having to type in your password, vs waiting two weeks or ignoring updates altogether. If you stick with every two weeks, try updating now and leaving everything alone and seeing if you wake up to notifications tomorrow.
The system will always show you updates of which it is aware. You are adjusting the frequency at which the system checks for updates. Do a complete update/upgrade, and do not apt update after, and you should only see notifications every two weeks.
If you are worried about specific packages being upgraded, you can lock packages within apt. Be careful, though, as you will have to unlock, or forcefully upgrade from this state. Please consider updating frequently, and only locking a small set of packages, such as database or your graphics drivers. Everything else should update very smoothly at the hard work of many package maintainers, making it easy to take on updates quickly.
One of the reasons that Linux is secure is that distributions provide package managers which inform you of updates, and function to install the updates as you configure. It is very important that you install security upgrades as soon as possible. When updates comes out, if the issues weren't already being used to exploit systems, the new details and fix may make it easier for others to create exploits against unpatched systems.
It is understandable that you don't want to be bothered with the UI constantly telling you to update. After you set the interval at which to check for updates, you should only see the warnings if apt is already aware of updates, or you run sudo apt update in the terminal. At that point, the system becomes aware of new updates, and tells you about them.
You should try taking in the changes as you see them become available, and hopefully more often than every two weeks. Think of the benefit of updating each day, and the slight annoyance of having to type in your password, vs waiting two weeks or ignoring updates altogether. If you stick with every two weeks, try updating now and leaving everything alone and seeing if you wake up to notifications tomorrow.
The system will always show you updates of which it is aware. You are adjusting the frequency at which the system checks for updates. Do a complete update/upgrade, and do not apt update after, and you should only see notifications every two weeks.
If you are worried about specific packages being upgraded, you can lock packages within apt. Be careful, though, as you will have to unlock, or forcefully upgrade from this state. Please consider updating frequently, and only locking a small set of packages, such as database or your graphics drivers. Everything else should update very smoothly at the hard work of many package maintainers, making it easy to take on updates quickly.
answered 1 hour ago
earthmeLonearthmeLon
6,5731951
6,5731951
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131037%2fcan-i-get-ubuntu-to-not-keep-asking-me-to-install-updates%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown