unmet dependencies after an upgrade to Debian 8
After upgrading an amd64
Debian 7 to 8 I can not upgrade grep
. What do I have to do to fix this?
root@xyz:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
grep
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@xyz:~# apt-get install grep
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
grep : PreDepends: libpcre3 (>= 1:8.35) but 1:8.30-5 is to be installed
E: Unable to correct problems, you have held broken packages.
root@xyz:~#
debian apt
bumped to the homepage by Community♦ 10 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com May 30 '15 at 3:44
This question came from our site for system and network administrators.
add a comment |
After upgrading an amd64
Debian 7 to 8 I can not upgrade grep
. What do I have to do to fix this?
root@xyz:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
grep
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@xyz:~# apt-get install grep
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
grep : PreDepends: libpcre3 (>= 1:8.35) but 1:8.30-5 is to be installed
E: Unable to correct problems, you have held broken packages.
root@xyz:~#
debian apt
bumped to the homepage by Community♦ 10 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com May 30 '15 at 3:44
This question came from our site for system and network administrators.
Can you please post the output of 'apt-cache policy' and the content of your sources file(s)?
– zhenech
May 30 '15 at 7:50
add a comment |
After upgrading an amd64
Debian 7 to 8 I can not upgrade grep
. What do I have to do to fix this?
root@xyz:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
grep
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@xyz:~# apt-get install grep
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
grep : PreDepends: libpcre3 (>= 1:8.35) but 1:8.30-5 is to be installed
E: Unable to correct problems, you have held broken packages.
root@xyz:~#
debian apt
After upgrading an amd64
Debian 7 to 8 I can not upgrade grep
. What do I have to do to fix this?
root@xyz:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
grep
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@xyz:~# apt-get install grep
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
grep : PreDepends: libpcre3 (>= 1:8.35) but 1:8.30-5 is to be installed
E: Unable to correct problems, you have held broken packages.
root@xyz:~#
debian apt
debian apt
asked May 28 '15 at 18:03
wintermeyerwintermeyer
1012
1012
bumped to the homepage by Community♦ 10 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 10 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com May 30 '15 at 3:44
This question came from our site for system and network administrators.
migrated from serverfault.com May 30 '15 at 3:44
This question came from our site for system and network administrators.
Can you please post the output of 'apt-cache policy' and the content of your sources file(s)?
– zhenech
May 30 '15 at 7:50
add a comment |
Can you please post the output of 'apt-cache policy' and the content of your sources file(s)?
– zhenech
May 30 '15 at 7:50
Can you please post the output of 'apt-cache policy' and the content of your sources file(s)?
– zhenech
May 30 '15 at 7:50
Can you please post the output of 'apt-cache policy' and the content of your sources file(s)?
– zhenech
May 30 '15 at 7:50
add a comment |
1 Answer
1
active
oldest
votes
On https://packages.debian.org/jessie/amd64/libpcre3/download one can download the Debian package which than can be installed manually with
dpkg --install libpcre3_8.35-3.3_amd64.deb
After that an apt-get install grep
works.
1
While this seems like a working workaround it should have been installed automatically. There is something wrong with your system.
– zhenech
May 30 '15 at 7:52
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f206453%2funmet-dependencies-after-an-upgrade-to-debian-8%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
On https://packages.debian.org/jessie/amd64/libpcre3/download one can download the Debian package which than can be installed manually with
dpkg --install libpcre3_8.35-3.3_amd64.deb
After that an apt-get install grep
works.
1
While this seems like a working workaround it should have been installed automatically. There is something wrong with your system.
– zhenech
May 30 '15 at 7:52
add a comment |
On https://packages.debian.org/jessie/amd64/libpcre3/download one can download the Debian package which than can be installed manually with
dpkg --install libpcre3_8.35-3.3_amd64.deb
After that an apt-get install grep
works.
1
While this seems like a working workaround it should have been installed automatically. There is something wrong with your system.
– zhenech
May 30 '15 at 7:52
add a comment |
On https://packages.debian.org/jessie/amd64/libpcre3/download one can download the Debian package which than can be installed manually with
dpkg --install libpcre3_8.35-3.3_amd64.deb
After that an apt-get install grep
works.
On https://packages.debian.org/jessie/amd64/libpcre3/download one can download the Debian package which than can be installed manually with
dpkg --install libpcre3_8.35-3.3_amd64.deb
After that an apt-get install grep
works.
answered May 29 '15 at 11:05
wintermeyerwintermeyer
1012
1012
1
While this seems like a working workaround it should have been installed automatically. There is something wrong with your system.
– zhenech
May 30 '15 at 7:52
add a comment |
1
While this seems like a working workaround it should have been installed automatically. There is something wrong with your system.
– zhenech
May 30 '15 at 7:52
1
1
While this seems like a working workaround it should have been installed automatically. There is something wrong with your system.
– zhenech
May 30 '15 at 7:52
While this seems like a working workaround it should have been installed automatically. There is something wrong with your system.
– zhenech
May 30 '15 at 7:52
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.
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%2f206453%2funmet-dependencies-after-an-upgrade-to-debian-8%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
Can you please post the output of 'apt-cache policy' and the content of your sources file(s)?
– zhenech
May 30 '15 at 7:50