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?













0















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?










share|improve this question


























    0















    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?










    share|improve this question
























      0












      0








      0








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 1 hour ago









      Digital NinjaDigital Ninja

      1384




      1384




















          1 Answer
          1






          active

          oldest

          votes


















          1














          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.






          share|improve this answer























            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
            );



            );













            draft saved

            draft discarded


















            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









            1














            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.






            share|improve this answer



























              1














              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.






              share|improve this answer

























                1












                1








                1







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                earthmeLonearthmeLon

                6,5731951




                6,5731951



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                    fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

                    Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch