Debian 9.4 stretch - unmet dependencies

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











up vote
0
down vote

favorite












I'm trying to get a game server started using SRCDS but whenever I try to get the dependencies using this command:



sudo dpkg --add-architecture i386; sudo apt update; sudo apt -f install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc tmux lib32gcc1 libstdc++6 libstdc++6:i386 lib32tinfo5



I get the following error:



Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:



The following packages have unmet dependencies:
lib32gcc1 : Depends: libc6-i386 (>= 2.2.4) but it is not going to be installed
lib32tinfo5 : Depends: libc6-i386 (>= 2.16) but it is not going to be installed
libstdc++6:i386 : Depends: libc6:i386 (>= 2.18) but it is not going to be installed
Depends: libgcc1:i386 (>= 1:4.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've tried using fixes around the internet, such as apt-get -f install, which didn't work. I still get the same error. I tried updating my sources.list to the following, but that also didn't work.



#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#

###### Debian Main Repos
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free

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

deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main

deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main


Anyone have any ideas?







share|improve this question



















  • Still no luck. Anyone?
    – Jeff
    Jul 13 at 20:54










  • Run apt dist-upgrade.
    – GAD3R
    Jul 15 at 20:54














up vote
0
down vote

favorite












I'm trying to get a game server started using SRCDS but whenever I try to get the dependencies using this command:



sudo dpkg --add-architecture i386; sudo apt update; sudo apt -f install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc tmux lib32gcc1 libstdc++6 libstdc++6:i386 lib32tinfo5



I get the following error:



Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:



The following packages have unmet dependencies:
lib32gcc1 : Depends: libc6-i386 (>= 2.2.4) but it is not going to be installed
lib32tinfo5 : Depends: libc6-i386 (>= 2.16) but it is not going to be installed
libstdc++6:i386 : Depends: libc6:i386 (>= 2.18) but it is not going to be installed
Depends: libgcc1:i386 (>= 1:4.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've tried using fixes around the internet, such as apt-get -f install, which didn't work. I still get the same error. I tried updating my sources.list to the following, but that also didn't work.



#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#

###### Debian Main Repos
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free

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

deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main

deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main


Anyone have any ideas?







share|improve this question



















  • Still no luck. Anyone?
    – Jeff
    Jul 13 at 20:54










  • Run apt dist-upgrade.
    – GAD3R
    Jul 15 at 20:54












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm trying to get a game server started using SRCDS but whenever I try to get the dependencies using this command:



sudo dpkg --add-architecture i386; sudo apt update; sudo apt -f install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc tmux lib32gcc1 libstdc++6 libstdc++6:i386 lib32tinfo5



I get the following error:



Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:



The following packages have unmet dependencies:
lib32gcc1 : Depends: libc6-i386 (>= 2.2.4) but it is not going to be installed
lib32tinfo5 : Depends: libc6-i386 (>= 2.16) but it is not going to be installed
libstdc++6:i386 : Depends: libc6:i386 (>= 2.18) but it is not going to be installed
Depends: libgcc1:i386 (>= 1:4.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've tried using fixes around the internet, such as apt-get -f install, which didn't work. I still get the same error. I tried updating my sources.list to the following, but that also didn't work.



#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#

###### Debian Main Repos
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free

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

deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main

deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main


Anyone have any ideas?







share|improve this question











I'm trying to get a game server started using SRCDS but whenever I try to get the dependencies using this command:



sudo dpkg --add-architecture i386; sudo apt update; sudo apt -f install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc tmux lib32gcc1 libstdc++6 libstdc++6:i386 lib32tinfo5



I get the following error:



Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:



The following packages have unmet dependencies:
lib32gcc1 : Depends: libc6-i386 (>= 2.2.4) but it is not going to be installed
lib32tinfo5 : Depends: libc6-i386 (>= 2.16) but it is not going to be installed
libstdc++6:i386 : Depends: libc6:i386 (>= 2.18) but it is not going to be installed
Depends: libgcc1:i386 (>= 1:4.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've tried using fixes around the internet, such as apt-get -f install, which didn't work. I still get the same error. I tried updating my sources.list to the following, but that also didn't work.



#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#

###### Debian Main Repos
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free

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

deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main

deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main


Anyone have any ideas?









share|improve this question










share|improve this question




share|improve this question









asked Jul 12 at 15:04









Jeff

1




1











  • Still no luck. Anyone?
    – Jeff
    Jul 13 at 20:54










  • Run apt dist-upgrade.
    – GAD3R
    Jul 15 at 20:54
















  • Still no luck. Anyone?
    – Jeff
    Jul 13 at 20:54










  • Run apt dist-upgrade.
    – GAD3R
    Jul 15 at 20:54















Still no luck. Anyone?
– Jeff
Jul 13 at 20:54




Still no luck. Anyone?
– Jeff
Jul 13 at 20:54












Run apt dist-upgrade.
– GAD3R
Jul 15 at 20:54




Run apt dist-upgrade.
– GAD3R
Jul 15 at 20:54










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Have you tried manually installing the missing dependencies? An example would be running:



apt-get install lib6c



That package (and others) can also be obtained here:
https://packages.debian.org/search?keywords=libc6






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%2f454924%2fdebian-9-4-stretch-unmet-dependencies%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













    Have you tried manually installing the missing dependencies? An example would be running:



    apt-get install lib6c



    That package (and others) can also be obtained here:
    https://packages.debian.org/search?keywords=libc6






    share|improve this answer

























      up vote
      0
      down vote













      Have you tried manually installing the missing dependencies? An example would be running:



      apt-get install lib6c



      That package (and others) can also be obtained here:
      https://packages.debian.org/search?keywords=libc6






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Have you tried manually installing the missing dependencies? An example would be running:



        apt-get install lib6c



        That package (and others) can also be obtained here:
        https://packages.debian.org/search?keywords=libc6






        share|improve this answer













        Have you tried manually installing the missing dependencies? An example would be running:



        apt-get install lib6c



        That package (and others) can also be obtained here:
        https://packages.debian.org/search?keywords=libc6







        share|improve this answer













        share|improve this answer



        share|improve this answer











        answered Jul 21 at 20:15









        Martin Roberts

        314




        314






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f454924%2fdebian-9-4-stretch-unmet-dependencies%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