libjpeg-turbo8-dev broken package dependencies (16.04)?
up vote
0
down vote
favorite
I am getting this error when I try to install libjpeg-turbo8-dev
. I am fairly new to Linux and I do not know how to resolve this issue.
This is the partial output when I run sudo apt install libjpeg-turbo8-dev
.
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
This is the sudo apt-cache policy libjpeg-turbo8-dev
output.
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
Can anyone help me?
Thanks!
After running sudo apt-get -f install && sudo apt-get update
16.04 dependencies arm
|
show 13 more comments
up vote
0
down vote
favorite
I am getting this error when I try to install libjpeg-turbo8-dev
. I am fairly new to Linux and I do not know how to resolve this issue.
This is the partial output when I run sudo apt install libjpeg-turbo8-dev
.
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
This is the sudo apt-cache policy libjpeg-turbo8-dev
output.
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
Can anyone help me?
Thanks!
After running sudo apt-get -f install && sudo apt-get update
16.04 dependencies arm
1
Welcome to Ask Ubuntu!! what the output ofsudo apt-cache policy libjpeg-turbo8-dev
? and please edit your question with that output.
– abu-ahmed al-khatiri
Nov 21 at 9:54
try to typesudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:03
I still get the same error.
– Calvin K.
Nov 21 at 10:04
try to runsudo apt-get install -f && sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:06
please provide me all the output errors of your commands?
– abu-ahmed al-khatiri
Nov 21 at 10:11
|
show 13 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am getting this error when I try to install libjpeg-turbo8-dev
. I am fairly new to Linux and I do not know how to resolve this issue.
This is the partial output when I run sudo apt install libjpeg-turbo8-dev
.
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
This is the sudo apt-cache policy libjpeg-turbo8-dev
output.
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
Can anyone help me?
Thanks!
After running sudo apt-get -f install && sudo apt-get update
16.04 dependencies arm
I am getting this error when I try to install libjpeg-turbo8-dev
. I am fairly new to Linux and I do not know how to resolve this issue.
This is the partial output when I run sudo apt install libjpeg-turbo8-dev
.
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
This is the sudo apt-cache policy libjpeg-turbo8-dev
output.
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
Can anyone help me?
Thanks!
After running sudo apt-get -f install && sudo apt-get update
16.04 dependencies arm
16.04 dependencies arm
edited Nov 21 at 18:37
N0rbert
19.7k54392
19.7k54392
asked Nov 21 at 9:36
Calvin K.
12
12
1
Welcome to Ask Ubuntu!! what the output ofsudo apt-cache policy libjpeg-turbo8-dev
? and please edit your question with that output.
– abu-ahmed al-khatiri
Nov 21 at 9:54
try to typesudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:03
I still get the same error.
– Calvin K.
Nov 21 at 10:04
try to runsudo apt-get install -f && sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:06
please provide me all the output errors of your commands?
– abu-ahmed al-khatiri
Nov 21 at 10:11
|
show 13 more comments
1
Welcome to Ask Ubuntu!! what the output ofsudo apt-cache policy libjpeg-turbo8-dev
? and please edit your question with that output.
– abu-ahmed al-khatiri
Nov 21 at 9:54
try to typesudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:03
I still get the same error.
– Calvin K.
Nov 21 at 10:04
try to runsudo apt-get install -f && sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:06
please provide me all the output errors of your commands?
– abu-ahmed al-khatiri
Nov 21 at 10:11
1
1
Welcome to Ask Ubuntu!! what the output of
sudo apt-cache policy libjpeg-turbo8-dev
? and please edit your question with that output.– abu-ahmed al-khatiri
Nov 21 at 9:54
Welcome to Ask Ubuntu!! what the output of
sudo apt-cache policy libjpeg-turbo8-dev
? and please edit your question with that output.– abu-ahmed al-khatiri
Nov 21 at 9:54
try to type
sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:03
try to type
sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:03
I still get the same error.
– Calvin K.
Nov 21 at 10:04
I still get the same error.
– Calvin K.
Nov 21 at 10:04
try to run
sudo apt-get install -f && sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:06
try to run
sudo apt-get install -f && sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:06
please provide me all the output errors of your commands?
– abu-ahmed al-khatiri
Nov 21 at 10:11
please provide me all the output errors of your commands?
– abu-ahmed al-khatiri
Nov 21 at 10:11
|
show 13 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
As mentioned in the comments
you have the libjpeg-turbo8-dev
package on Arm64 architecture like at apt-cache policy
appears
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
you get the errors :
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Couse you're not selected that package as Arm64 architecture. try to type
sudo apt-get install libjpeg-turbo8-dev libjpeg-turbo8=1.4.2-0ubuntu3
Hope this helps.
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
As mentioned in the comments
you have the libjpeg-turbo8-dev
package on Arm64 architecture like at apt-cache policy
appears
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
you get the errors :
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Couse you're not selected that package as Arm64 architecture. try to type
sudo apt-get install libjpeg-turbo8-dev libjpeg-turbo8=1.4.2-0ubuntu3
Hope this helps.
add a comment |
up vote
0
down vote
As mentioned in the comments
you have the libjpeg-turbo8-dev
package on Arm64 architecture like at apt-cache policy
appears
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
you get the errors :
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Couse you're not selected that package as Arm64 architecture. try to type
sudo apt-get install libjpeg-turbo8-dev libjpeg-turbo8=1.4.2-0ubuntu3
Hope this helps.
add a comment |
up vote
0
down vote
up vote
0
down vote
As mentioned in the comments
you have the libjpeg-turbo8-dev
package on Arm64 architecture like at apt-cache policy
appears
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
you get the errors :
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Couse you're not selected that package as Arm64 architecture. try to type
sudo apt-get install libjpeg-turbo8-dev libjpeg-turbo8=1.4.2-0ubuntu3
Hope this helps.
As mentioned in the comments
you have the libjpeg-turbo8-dev
package on Arm64 architecture like at apt-cache policy
appears
libjpeg-turbo8-dev:
Installed: (none)
Candidate: 1.4.2-0ubuntu3
Version table:
1.4.2-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages
you get the errors :
The following packages have unmet dependencies:
libjpeg-turbo8-dev : Depends: libjpeg-turbo8 (= 1.4.2-0ubuntu3) but 1.4.2-0ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Couse you're not selected that package as Arm64 architecture. try to type
sudo apt-get install libjpeg-turbo8-dev libjpeg-turbo8=1.4.2-0ubuntu3
Hope this helps.
answered Nov 21 at 11:05
abu-ahmed al-khatiri
88615
88615
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1094742%2flibjpeg-turbo8-dev-broken-package-dependencies-16-04%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
1
Welcome to Ask Ubuntu!! what the output of
sudo apt-cache policy libjpeg-turbo8-dev
? and please edit your question with that output.– abu-ahmed al-khatiri
Nov 21 at 9:54
try to type
sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:03
I still get the same error.
– Calvin K.
Nov 21 at 10:04
try to run
sudo apt-get install -f && sudo apt-get install libjpeg-turbo8-dev=1.4.2-0ubuntu3
– abu-ahmed al-khatiri
Nov 21 at 10:06
please provide me all the output errors of your commands?
– abu-ahmed al-khatiri
Nov 21 at 10:11