How to force yaourt to install all updates

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I'm trying to update my system via yaourt, but I'm getting an error due to a python package installed with pip instead of yaourt.



I'm not succeeding in forcing yaourt to install the update, and I'd like to avoid to remove the package with pip and reinstall it with yaourt.



These are the commands I tried :



yaourt -Syu --aur
yaourt -Suya
yaourt -Susya --force


This is the output I get all the times :



:: Proceed with installation? [Y/n] y
(39/39) checking keys in keyring [####################################################################] 100%
(39/39) checking package integrity [####################################################################] 100%
(39/39) loading package files [####################################################################] 100%
(39/39) checking for file conflicts [####################################################################] 100%
error: failed to commit transaction (conflicting files)
mutagen: /usr/lib/python2.7/site-packages/mutagen-1.36-py2.7.egg-info exists in filesystem
Errors occurred, no packages were upgraded.


How can I force yaourt to update the all packages?










share|improve this question
















bumped to the homepage by Community♦ 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















    up vote
    2
    down vote

    favorite












    I'm trying to update my system via yaourt, but I'm getting an error due to a python package installed with pip instead of yaourt.



    I'm not succeeding in forcing yaourt to install the update, and I'd like to avoid to remove the package with pip and reinstall it with yaourt.



    These are the commands I tried :



    yaourt -Syu --aur
    yaourt -Suya
    yaourt -Susya --force


    This is the output I get all the times :



    :: Proceed with installation? [Y/n] y
    (39/39) checking keys in keyring [####################################################################] 100%
    (39/39) checking package integrity [####################################################################] 100%
    (39/39) loading package files [####################################################################] 100%
    (39/39) checking for file conflicts [####################################################################] 100%
    error: failed to commit transaction (conflicting files)
    mutagen: /usr/lib/python2.7/site-packages/mutagen-1.36-py2.7.egg-info exists in filesystem
    Errors occurred, no packages were upgraded.


    How can I force yaourt to update the all packages?










    share|improve this question
















    bumped to the homepage by Community♦ 6 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I'm trying to update my system via yaourt, but I'm getting an error due to a python package installed with pip instead of yaourt.



      I'm not succeeding in forcing yaourt to install the update, and I'd like to avoid to remove the package with pip and reinstall it with yaourt.



      These are the commands I tried :



      yaourt -Syu --aur
      yaourt -Suya
      yaourt -Susya --force


      This is the output I get all the times :



      :: Proceed with installation? [Y/n] y
      (39/39) checking keys in keyring [####################################################################] 100%
      (39/39) checking package integrity [####################################################################] 100%
      (39/39) loading package files [####################################################################] 100%
      (39/39) checking for file conflicts [####################################################################] 100%
      error: failed to commit transaction (conflicting files)
      mutagen: /usr/lib/python2.7/site-packages/mutagen-1.36-py2.7.egg-info exists in filesystem
      Errors occurred, no packages were upgraded.


      How can I force yaourt to update the all packages?










      share|improve this question















      I'm trying to update my system via yaourt, but I'm getting an error due to a python package installed with pip instead of yaourt.



      I'm not succeeding in forcing yaourt to install the update, and I'd like to avoid to remove the package with pip and reinstall it with yaourt.



      These are the commands I tried :



      yaourt -Syu --aur
      yaourt -Suya
      yaourt -Susya --force


      This is the output I get all the times :



      :: Proceed with installation? [Y/n] y
      (39/39) checking keys in keyring [####################################################################] 100%
      (39/39) checking package integrity [####################################################################] 100%
      (39/39) loading package files [####################################################################] 100%
      (39/39) checking for file conflicts [####################################################################] 100%
      error: failed to commit transaction (conflicting files)
      mutagen: /usr/lib/python2.7/site-packages/mutagen-1.36-py2.7.egg-info exists in filesystem
      Errors occurred, no packages were upgraded.


      How can I force yaourt to update the all packages?







      manjaro yaourt






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 8 '17 at 17:09









      jasonwryan

      48.1k14133181




      48.1k14133181










      asked Jan 6 '17 at 16:09









      Luigi T.

      88210




      88210





      bumped to the homepage by Community♦ 6 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community♦ 6 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          At the end I just removed the package with pip, then reinstall it with yaourt.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f335415%2fhow-to-force-yaourt-to-install-all-updates%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            At the end I just removed the package with pip, then reinstall it with yaourt.






            share|improve this answer
























              up vote
              0
              down vote













              At the end I just removed the package with pip, then reinstall it with yaourt.






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                At the end I just removed the package with pip, then reinstall it with yaourt.






                share|improve this answer












                At the end I just removed the package with pip, then reinstall it with yaourt.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 8 '17 at 16:57









                Luigi T.

                88210




                88210



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f335415%2fhow-to-force-yaourt-to-install-all-updates%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay