Ignore package in update manager












6















I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?










share|improve this question





























    6















    I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?










    share|improve this question



























      6












      6








      6


      1






      I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?










      share|improve this question
















      I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?







      package-management apt update-manager






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 17 '11 at 5:31









      Jeremy Bicha

      6,34842343




      6,34842343










      asked Apr 17 '11 at 4:54









      useruser

      96231529




      96231529






















          3 Answers
          3






          active

          oldest

          votes


















          3














          Then you need to do an apt-pinning, to prevent future updates:



          Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:



          Package: program
          Pin: version 1.2.3*
          Pin-Priority: 1000


          assuming, you know that your programs version, you want to freeze, is 1.2.3






          share|improve this answer
























          • Is there no GUI based update manager? For example, Linux Mint update manager supports this feature

            – user
            Apr 17 '11 at 5:29






          • 1





            Yes, I looked, and in Synaptic packagemanagement (translation by hand from a german system) you mark a package, then in the menu package you can lock version.

            – user unknown
            Apr 17 '11 at 10:19











          • @user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages

            – user
            Apr 17 '11 at 10:34











          • What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.

            – user unknown
            Apr 17 '11 at 10:58






          • 1





            @user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.

            – user
            Apr 17 '11 at 11:03



















          3














          1 - Go to Synaptic Package Manager



          2 - Enter [package name] into the search field



          3 - Highlight the installed package



          4 - Click on Package on the top row



          5 - Select Lock Version



          Done, now [package name] will no longer be updated.






          share|improve this answer



















          • 1





            >Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)

            – Jani Uusitalo
            Aug 17 '12 at 16:07





















          0














          For KUbuntu:




          1. Run "Muon Package Manager"


            • Found under the "start menu" or by running "muon" on the command line.



          2. Search for the packages you want to lock.

          3. Right click on the package and select "Lock at current version".






          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%2f35560%2fignore-package-in-update-manager%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            Then you need to do an apt-pinning, to prevent future updates:



            Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:



            Package: program
            Pin: version 1.2.3*
            Pin-Priority: 1000


            assuming, you know that your programs version, you want to freeze, is 1.2.3






            share|improve this answer
























            • Is there no GUI based update manager? For example, Linux Mint update manager supports this feature

              – user
              Apr 17 '11 at 5:29






            • 1





              Yes, I looked, and in Synaptic packagemanagement (translation by hand from a german system) you mark a package, then in the menu package you can lock version.

              – user unknown
              Apr 17 '11 at 10:19











            • @user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages

              – user
              Apr 17 '11 at 10:34











            • What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.

              – user unknown
              Apr 17 '11 at 10:58






            • 1





              @user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.

              – user
              Apr 17 '11 at 11:03
















            3














            Then you need to do an apt-pinning, to prevent future updates:



            Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:



            Package: program
            Pin: version 1.2.3*
            Pin-Priority: 1000


            assuming, you know that your programs version, you want to freeze, is 1.2.3






            share|improve this answer
























            • Is there no GUI based update manager? For example, Linux Mint update manager supports this feature

              – user
              Apr 17 '11 at 5:29






            • 1





              Yes, I looked, and in Synaptic packagemanagement (translation by hand from a german system) you mark a package, then in the menu package you can lock version.

              – user unknown
              Apr 17 '11 at 10:19











            • @user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages

              – user
              Apr 17 '11 at 10:34











            • What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.

              – user unknown
              Apr 17 '11 at 10:58






            • 1





              @user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.

              – user
              Apr 17 '11 at 11:03














            3












            3








            3







            Then you need to do an apt-pinning, to prevent future updates:



            Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:



            Package: program
            Pin: version 1.2.3*
            Pin-Priority: 1000


            assuming, you know that your programs version, you want to freeze, is 1.2.3






            share|improve this answer













            Then you need to do an apt-pinning, to prevent future updates:



            Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:



            Package: program
            Pin: version 1.2.3*
            Pin-Priority: 1000


            assuming, you know that your programs version, you want to freeze, is 1.2.3







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 17 '11 at 5:25









            user unknownuser unknown

            4,88122252




            4,88122252













            • Is there no GUI based update manager? For example, Linux Mint update manager supports this feature

              – user
              Apr 17 '11 at 5:29






            • 1





              Yes, I looked, and in Synaptic packagemanagement (translation by hand from a german system) you mark a package, then in the menu package you can lock version.

              – user unknown
              Apr 17 '11 at 10:19











            • @user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages

              – user
              Apr 17 '11 at 10:34











            • What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.

              – user unknown
              Apr 17 '11 at 10:58






            • 1





              @user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.

              – user
              Apr 17 '11 at 11:03



















            • Is there no GUI based update manager? For example, Linux Mint update manager supports this feature

              – user
              Apr 17 '11 at 5:29






            • 1





              Yes, I looked, and in Synaptic packagemanagement (translation by hand from a german system) you mark a package, then in the menu package you can lock version.

              – user unknown
              Apr 17 '11 at 10:19











            • @user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages

              – user
              Apr 17 '11 at 10:34











            • What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.

              – user unknown
              Apr 17 '11 at 10:58






            • 1





              @user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.

              – user
              Apr 17 '11 at 11:03

















            Is there no GUI based update manager? For example, Linux Mint update manager supports this feature

            – user
            Apr 17 '11 at 5:29





            Is there no GUI based update manager? For example, Linux Mint update manager supports this feature

            – user
            Apr 17 '11 at 5:29




            1




            1





            Yes, I looked, and in Synaptic packagemanagement (translation by hand from a german system) you mark a package, then in the menu package you can lock version.

            – user unknown
            Apr 17 '11 at 10:19





            Yes, I looked, and in Synaptic packagemanagement (translation by hand from a german system) you mark a package, then in the menu package you can lock version.

            – user unknown
            Apr 17 '11 at 10:19













            @user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages

            – user
            Apr 17 '11 at 10:34





            @user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages

            – user
            Apr 17 '11 at 10:34













            What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.

            – user unknown
            Apr 17 '11 at 10:58





            What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.

            – user unknown
            Apr 17 '11 at 10:58




            1




            1





            @user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.

            – user
            Apr 17 '11 at 11:03





            @user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.

            – user
            Apr 17 '11 at 11:03













            3














            1 - Go to Synaptic Package Manager



            2 - Enter [package name] into the search field



            3 - Highlight the installed package



            4 - Click on Package on the top row



            5 - Select Lock Version



            Done, now [package name] will no longer be updated.






            share|improve this answer



















            • 1





              >Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)

              – Jani Uusitalo
              Aug 17 '12 at 16:07


















            3














            1 - Go to Synaptic Package Manager



            2 - Enter [package name] into the search field



            3 - Highlight the installed package



            4 - Click on Package on the top row



            5 - Select Lock Version



            Done, now [package name] will no longer be updated.






            share|improve this answer



















            • 1





              >Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)

              – Jani Uusitalo
              Aug 17 '12 at 16:07
















            3












            3








            3







            1 - Go to Synaptic Package Manager



            2 - Enter [package name] into the search field



            3 - Highlight the installed package



            4 - Click on Package on the top row



            5 - Select Lock Version



            Done, now [package name] will no longer be updated.






            share|improve this answer













            1 - Go to Synaptic Package Manager



            2 - Enter [package name] into the search field



            3 - Highlight the installed package



            4 - Click on Package on the top row



            5 - Select Lock Version



            Done, now [package name] will no longer be updated.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 17 '11 at 13:10









            scouser73scouser73

            4,2701927




            4,2701927








            • 1





              >Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)

              – Jani Uusitalo
              Aug 17 '12 at 16:07
















            • 1





              >Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)

              – Jani Uusitalo
              Aug 17 '12 at 16:07










            1




            1





            >Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)

            – Jani Uusitalo
            Aug 17 '12 at 16:07







            >Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)

            – Jani Uusitalo
            Aug 17 '12 at 16:07













            0














            For KUbuntu:




            1. Run "Muon Package Manager"


              • Found under the "start menu" or by running "muon" on the command line.



            2. Search for the packages you want to lock.

            3. Right click on the package and select "Lock at current version".






            share|improve this answer




























              0














              For KUbuntu:




              1. Run "Muon Package Manager"


                • Found under the "start menu" or by running "muon" on the command line.



              2. Search for the packages you want to lock.

              3. Right click on the package and select "Lock at current version".






              share|improve this answer


























                0












                0








                0







                For KUbuntu:




                1. Run "Muon Package Manager"


                  • Found under the "start menu" or by running "muon" on the command line.



                2. Search for the packages you want to lock.

                3. Right click on the package and select "Lock at current version".






                share|improve this answer













                For KUbuntu:




                1. Run "Muon Package Manager"


                  • Found under the "start menu" or by running "muon" on the command line.



                2. Search for the packages you want to lock.

                3. Right click on the package and select "Lock at current version".







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 24 at 15:07









                Stephen MStephen M

                1137




                1137






























                    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%2f35560%2fignore-package-in-update-manager%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

                    Human spaceflight

                    Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                    File:DeusFollowingSea.jpg