Trying to install SDL2-Dev fails with unmet dependencies on Debian

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











up vote
1
down vote

favorite












When executing the following command in Debian,



apt-get install libsdl2-dev


I get confronted with an error:



The following packages have unmet dependencies:
libsdl2-dev : Depends: libegl1-mesa-dev but it is not going to be installed
Depends: libgl1-mesa-dev but it is not going to be installed
Depends: libgles2-mesa-dev but it is not going to be installed
Depends: libglu1-mesa-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I set up the system yesterday and haven't done much to it.
I tried apt-get -f install and apt autoclean.



This is my entire /etc/apt/sources.list:



deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free

#stretch-backports
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
deb http://ftp.debian.org/debian stretch-backports main









share|improve this question







New contributor




Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    1
    down vote

    favorite












    When executing the following command in Debian,



    apt-get install libsdl2-dev


    I get confronted with an error:



    The following packages have unmet dependencies:
    libsdl2-dev : Depends: libegl1-mesa-dev but it is not going to be installed
    Depends: libgl1-mesa-dev but it is not going to be installed
    Depends: libgles2-mesa-dev but it is not going to be installed
    Depends: libglu1-mesa-dev but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.


    I set up the system yesterday and haven't done much to it.
    I tried apt-get -f install and apt autoclean.



    This is my entire /etc/apt/sources.list:



    deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
    deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free

    deb http://security.debian.org/debian-security stretch/updates main contrib non-free
    deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

    # stretch-updates, previously known as 'volatile'
    deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
    deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free

    #stretch-backports
    deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
    deb http://ftp.debian.org/debian stretch-backports main









    share|improve this question







    New contributor




    Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      When executing the following command in Debian,



      apt-get install libsdl2-dev


      I get confronted with an error:



      The following packages have unmet dependencies:
      libsdl2-dev : Depends: libegl1-mesa-dev but it is not going to be installed
      Depends: libgl1-mesa-dev but it is not going to be installed
      Depends: libgles2-mesa-dev but it is not going to be installed
      Depends: libglu1-mesa-dev but it is not going to be installed
      E: Unable to correct problems, you have held broken packages.


      I set up the system yesterday and haven't done much to it.
      I tried apt-get -f install and apt autoclean.



      This is my entire /etc/apt/sources.list:



      deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
      deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free

      deb http://security.debian.org/debian-security stretch/updates main contrib non-free
      deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

      # stretch-updates, previously known as 'volatile'
      deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
      deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free

      #stretch-backports
      deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
      deb http://ftp.debian.org/debian stretch-backports main









      share|improve this question







      New contributor




      Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      When executing the following command in Debian,



      apt-get install libsdl2-dev


      I get confronted with an error:



      The following packages have unmet dependencies:
      libsdl2-dev : Depends: libegl1-mesa-dev but it is not going to be installed
      Depends: libgl1-mesa-dev but it is not going to be installed
      Depends: libgles2-mesa-dev but it is not going to be installed
      Depends: libglu1-mesa-dev but it is not going to be installed
      E: Unable to correct problems, you have held broken packages.


      I set up the system yesterday and haven't done much to it.
      I tried apt-get -f install and apt autoclean.



      This is my entire /etc/apt/sources.list:



      deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
      deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free

      deb http://security.debian.org/debian-security stretch/updates main contrib non-free
      deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

      # stretch-updates, previously known as 'volatile'
      deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
      deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free

      #stretch-backports
      deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
      deb http://ftp.debian.org/debian stretch-backports main






      debian apt






      share|improve this question







      New contributor




      Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 14 mins ago









      Kiryu144

      61




      61




      New contributor




      Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Kiryu144 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          active

          oldest

          votes











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



          );






          Kiryu144 is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474705%2ftrying-to-install-sdl2-dev-fails-with-unmet-dependencies-on-debian%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Kiryu144 is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          Kiryu144 is a new contributor. Be nice, and check out our Code of Conduct.












          Kiryu144 is a new contributor. Be nice, and check out our Code of Conduct.











          Kiryu144 is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474705%2ftrying-to-install-sdl2-dev-fails-with-unmet-dependencies-on-debian%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