Debian 9.4 stretch - unmet dependencies
Clash 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?
debian apt dependencies
add a comment |Â
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?
debian apt dependencies
Still no luck. Anyone?
â Jeff
Jul 13 at 20:54
Runapt dist-upgrade
.
â GAD3R
Jul 15 at 20:54
add a comment |Â
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?
debian apt dependencies
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?
debian apt dependencies
asked Jul 12 at 15:04
Jeff
1
1
Still no luck. Anyone?
â Jeff
Jul 13 at 20:54
Runapt dist-upgrade
.
â GAD3R
Jul 15 at 20:54
add a comment |Â
Still no luck. Anyone?
â Jeff
Jul 13 at 20:54
Runapt 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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
answered Jul 21 at 20:15
Martin Roberts
314
314
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Still no luck. Anyone?
â Jeff
Jul 13 at 20:54
Run
apt dist-upgrade
.â GAD3R
Jul 15 at 20:54