How to install specific version of debian linux package CUPS?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm trying to install specific version ( 2.2.1-8+deb9u2 ) of CUPS package in debian:stretch-slim linux. But it is giving me the following error.
$apt install -y cups=2.2.1-8+deb9u2
Reading package lists...
Building dependency tree...
Reading state information...
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:
cups : Depends: libcups2 (= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: libstdc++6 (>= 5) but 4.9.2-10+deb8u1 is to be installed
Depends: cups-core-drivers (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-daemon (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-server-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-client (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Recommends: avahi-daemon but it is not going to be installed
Recommends: colord but it is not going to be installed
Recommends: printer-driver-gutenprint but it is not going to be installed
Unable to correct problems, you have held broken packages.
The command 'apt install -y cups=2.2.1-8+deb9u2' returned a non-zero code: 100
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Where am I getting wrong?
Why is it installing 1.7.5-11+deb8u4 is to be installed?
Am I missing something here?
$ apt-cache policy cups
cups:
Installed: 1.7.5-11+deb8u4
Candidate: 1.7.5-11+deb8u4
Version table:
2.2.1-8+deb9u2 0
-10 http://deb.debian.org/debian/ stretch/main amd64 Packages
2.2.1-8+deb9u1~bpo8+1 0
100 http://deb.debian.org/debian/ jessie-backports/main amd64 Packages
*** 1.7.5-11+deb8u4 0
500 http://security.debian.org/debian-security/ jessie/updates/main amd64 Packages
100 /var/lib/dpkg/status
1.7.5-11+deb8u2 0
500 http://deb.debian.org/debian/ jessie/main amd64 Packages
Why am I not able to install 2.2.1-8deb9u2 version in Debian 8?
linux debian apt dependencies cups
add a comment |
up vote
0
down vote
favorite
I'm trying to install specific version ( 2.2.1-8+deb9u2 ) of CUPS package in debian:stretch-slim linux. But it is giving me the following error.
$apt install -y cups=2.2.1-8+deb9u2
Reading package lists...
Building dependency tree...
Reading state information...
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:
cups : Depends: libcups2 (= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: libstdc++6 (>= 5) but 4.9.2-10+deb8u1 is to be installed
Depends: cups-core-drivers (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-daemon (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-server-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-client (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Recommends: avahi-daemon but it is not going to be installed
Recommends: colord but it is not going to be installed
Recommends: printer-driver-gutenprint but it is not going to be installed
Unable to correct problems, you have held broken packages.
The command 'apt install -y cups=2.2.1-8+deb9u2' returned a non-zero code: 100
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Where am I getting wrong?
Why is it installing 1.7.5-11+deb8u4 is to be installed?
Am I missing something here?
$ apt-cache policy cups
cups:
Installed: 1.7.5-11+deb8u4
Candidate: 1.7.5-11+deb8u4
Version table:
2.2.1-8+deb9u2 0
-10 http://deb.debian.org/debian/ stretch/main amd64 Packages
2.2.1-8+deb9u1~bpo8+1 0
100 http://deb.debian.org/debian/ jessie-backports/main amd64 Packages
*** 1.7.5-11+deb8u4 0
500 http://security.debian.org/debian-security/ jessie/updates/main amd64 Packages
100 /var/lib/dpkg/status
1.7.5-11+deb8u2 0
500 http://deb.debian.org/debian/ jessie/main amd64 Packages
Why am I not able to install 2.2.1-8deb9u2 version in Debian 8?
linux debian apt dependencies cups
Looked into it further. I don't have the answer.
– Michael Prokopec
Nov 23 at 19:01
You have Jessie packages rather than Stretch packages. What’s the output ofapt-cache policy
?
– Stephen Kitt
Nov 23 at 19:09
I'll approve the pending update to your post, but you should register & use the initial account that you created to post this question.
– Jeff Schaller
Nov 25 at 15:27
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to install specific version ( 2.2.1-8+deb9u2 ) of CUPS package in debian:stretch-slim linux. But it is giving me the following error.
$apt install -y cups=2.2.1-8+deb9u2
Reading package lists...
Building dependency tree...
Reading state information...
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:
cups : Depends: libcups2 (= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: libstdc++6 (>= 5) but 4.9.2-10+deb8u1 is to be installed
Depends: cups-core-drivers (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-daemon (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-server-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-client (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Recommends: avahi-daemon but it is not going to be installed
Recommends: colord but it is not going to be installed
Recommends: printer-driver-gutenprint but it is not going to be installed
Unable to correct problems, you have held broken packages.
The command 'apt install -y cups=2.2.1-8+deb9u2' returned a non-zero code: 100
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Where am I getting wrong?
Why is it installing 1.7.5-11+deb8u4 is to be installed?
Am I missing something here?
$ apt-cache policy cups
cups:
Installed: 1.7.5-11+deb8u4
Candidate: 1.7.5-11+deb8u4
Version table:
2.2.1-8+deb9u2 0
-10 http://deb.debian.org/debian/ stretch/main amd64 Packages
2.2.1-8+deb9u1~bpo8+1 0
100 http://deb.debian.org/debian/ jessie-backports/main amd64 Packages
*** 1.7.5-11+deb8u4 0
500 http://security.debian.org/debian-security/ jessie/updates/main amd64 Packages
100 /var/lib/dpkg/status
1.7.5-11+deb8u2 0
500 http://deb.debian.org/debian/ jessie/main amd64 Packages
Why am I not able to install 2.2.1-8deb9u2 version in Debian 8?
linux debian apt dependencies cups
I'm trying to install specific version ( 2.2.1-8+deb9u2 ) of CUPS package in debian:stretch-slim linux. But it is giving me the following error.
$apt install -y cups=2.2.1-8+deb9u2
Reading package lists...
Building dependency tree...
Reading state information...
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:
cups : Depends: libcups2 (= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: libstdc++6 (>= 5) but 4.9.2-10+deb8u1 is to be installed
Depends: cups-core-drivers (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-daemon (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-server-common (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Depends: cups-client (>= 2.2.1-8+deb9u2) but 1.7.5-11+deb8u4 is to be installed
Recommends: avahi-daemon but it is not going to be installed
Recommends: colord but it is not going to be installed
Recommends: printer-driver-gutenprint but it is not going to be installed
Unable to correct problems, you have held broken packages.
The command 'apt install -y cups=2.2.1-8+deb9u2' returned a non-zero code: 100
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Where am I getting wrong?
Why is it installing 1.7.5-11+deb8u4 is to be installed?
Am I missing something here?
$ apt-cache policy cups
cups:
Installed: 1.7.5-11+deb8u4
Candidate: 1.7.5-11+deb8u4
Version table:
2.2.1-8+deb9u2 0
-10 http://deb.debian.org/debian/ stretch/main amd64 Packages
2.2.1-8+deb9u1~bpo8+1 0
100 http://deb.debian.org/debian/ jessie-backports/main amd64 Packages
*** 1.7.5-11+deb8u4 0
500 http://security.debian.org/debian-security/ jessie/updates/main amd64 Packages
100 /var/lib/dpkg/status
1.7.5-11+deb8u2 0
500 http://deb.debian.org/debian/ jessie/main amd64 Packages
Why am I not able to install 2.2.1-8deb9u2 version in Debian 8?
linux debian apt dependencies cups
linux debian apt dependencies cups
edited Nov 25 at 16:23
Community♦
1
1
asked Nov 23 at 18:27
Tyrion Lannister
1
1
Looked into it further. I don't have the answer.
– Michael Prokopec
Nov 23 at 19:01
You have Jessie packages rather than Stretch packages. What’s the output ofapt-cache policy
?
– Stephen Kitt
Nov 23 at 19:09
I'll approve the pending update to your post, but you should register & use the initial account that you created to post this question.
– Jeff Schaller
Nov 25 at 15:27
add a comment |
Looked into it further. I don't have the answer.
– Michael Prokopec
Nov 23 at 19:01
You have Jessie packages rather than Stretch packages. What’s the output ofapt-cache policy
?
– Stephen Kitt
Nov 23 at 19:09
I'll approve the pending update to your post, but you should register & use the initial account that you created to post this question.
– Jeff Schaller
Nov 25 at 15:27
Looked into it further. I don't have the answer.
– Michael Prokopec
Nov 23 at 19:01
Looked into it further. I don't have the answer.
– Michael Prokopec
Nov 23 at 19:01
You have Jessie packages rather than Stretch packages. What’s the output of
apt-cache policy
?– Stephen Kitt
Nov 23 at 19:09
You have Jessie packages rather than Stretch packages. What’s the output of
apt-cache policy
?– Stephen Kitt
Nov 23 at 19:09
I'll approve the pending update to your post, but you should register & use the initial account that you created to post this question.
– Jeff Schaller
Nov 25 at 15:27
I'll approve the pending update to your post, but you should register & use the initial account that you created to post this question.
– Jeff Schaller
Nov 25 at 15:27
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Because of apt pinning. Try:
apt install -t stable cups
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
Because of apt pinning. Try:
apt install -t stable cups
add a comment |
up vote
0
down vote
Because of apt pinning. Try:
apt install -t stable cups
add a comment |
up vote
0
down vote
up vote
0
down vote
Because of apt pinning. Try:
apt install -t stable cups
Because of apt pinning. Try:
apt install -t stable cups
answered Nov 23 at 19:13
Ipor Sircer
10.3k11024
10.3k11024
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483742%2fhow-to-install-specific-version-of-debian-linux-package-cups%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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
Looked into it further. I don't have the answer.
– Michael Prokopec
Nov 23 at 19:01
You have Jessie packages rather than Stretch packages. What’s the output of
apt-cache policy
?– Stephen Kitt
Nov 23 at 19:09
I'll approve the pending update to your post, but you should register & use the initial account that you created to post this question.
– Jeff Schaller
Nov 25 at 15:27