No apport report written because the error message indicates its a followup error from a previous failure
I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt-get install acroread
After that I came with this error:
dpkg: error processing package libapache2-mpm-itk (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
apache2-mpm-itk depends on libapache2-mpm-itk; however:
Package libapache2-mpm-itk is not configured yet.
dpkg: error processing package apache2-mpm-itk (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of koha-common:
koha-common depends on apache2-mpm-itk; however:
Package apache2-mpm-itk is not configured yet.
dpkg: error processing package koha-common (--configure):
dependency problems - leaving unconfigured
Setting up acroread-bin (9.5.5-1precise1) ...
Setting up acroread (9.5.5-1precise1) ...
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No LSB modules are available.
No LSB modules are available.
Errors were encountered while processing:
libapache2-mpm-itk
apache2-mpm-itk
koha-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
dpkg
add a comment |
I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt-get install acroread
After that I came with this error:
dpkg: error processing package libapache2-mpm-itk (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
apache2-mpm-itk depends on libapache2-mpm-itk; however:
Package libapache2-mpm-itk is not configured yet.
dpkg: error processing package apache2-mpm-itk (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of koha-common:
koha-common depends on apache2-mpm-itk; however:
Package apache2-mpm-itk is not configured yet.
dpkg: error processing package koha-common (--configure):
dependency problems - leaving unconfigured
Setting up acroread-bin (9.5.5-1precise1) ...
Setting up acroread (9.5.5-1precise1) ...
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No LSB modules are available.
No LSB modules are available.
Errors were encountered while processing:
libapache2-mpm-itk
apache2-mpm-itk
koha-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
dpkg
add a comment |
I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt-get install acroread
After that I came with this error:
dpkg: error processing package libapache2-mpm-itk (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
apache2-mpm-itk depends on libapache2-mpm-itk; however:
Package libapache2-mpm-itk is not configured yet.
dpkg: error processing package apache2-mpm-itk (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of koha-common:
koha-common depends on apache2-mpm-itk; however:
Package apache2-mpm-itk is not configured yet.
dpkg: error processing package koha-common (--configure):
dependency problems - leaving unconfigured
Setting up acroread-bin (9.5.5-1precise1) ...
Setting up acroread (9.5.5-1precise1) ...
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No LSB modules are available.
No LSB modules are available.
Errors were encountered while processing:
libapache2-mpm-itk
apache2-mpm-itk
koha-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
dpkg
I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt-get install acroread
After that I came with this error:
dpkg: error processing package libapache2-mpm-itk (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
apache2-mpm-itk depends on libapache2-mpm-itk; however:
Package libapache2-mpm-itk is not configured yet.
dpkg: error processing package apache2-mpm-itk (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of koha-common:
koha-common depends on apache2-mpm-itk; however:
Package apache2-mpm-itk is not configured yet.
dpkg: error processing package koha-common (--configure):
dependency problems - leaving unconfigured
Setting up acroread-bin (9.5.5-1precise1) ...
Setting up acroread (9.5.5-1precise1) ...
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No LSB modules are available.
No LSB modules are available.
Errors were encountered while processing:
libapache2-mpm-itk
apache2-mpm-itk
koha-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
dpkg
dpkg
edited Aug 25 '15 at 8:12
Andrea Corbellini
12.1k24566
12.1k24566
asked Aug 25 '15 at 6:06
D. SenD. Sen
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
That's not a problem with the installation of acroread
. Check your *.list
files with the command below
grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'
Example output
/etc/apt/sources.list.d/koha.list
Remove the shown file via, eg
sudo rm /etc/apt/sources.list.d/koha.list
Some housekeeping
sudo apt-get clear
Remove
koha-common
sudo apt-get remove koha-common
sudo apt-get autoremove
Install
acroread
sudo apt-get update
sudo apt-get install --reinstall acroread
If you still need
koha
, add thekoha
repository again and install
echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
sudo apt-get update
sudo apt-get install koha-common
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f665488%2fno-apport-report-written-because-the-error-message-indicates-its-a-followup-erro%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
That's not a problem with the installation of acroread
. Check your *.list
files with the command below
grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'
Example output
/etc/apt/sources.list.d/koha.list
Remove the shown file via, eg
sudo rm /etc/apt/sources.list.d/koha.list
Some housekeeping
sudo apt-get clear
Remove
koha-common
sudo apt-get remove koha-common
sudo apt-get autoremove
Install
acroread
sudo apt-get update
sudo apt-get install --reinstall acroread
If you still need
koha
, add thekoha
repository again and install
echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
sudo apt-get update
sudo apt-get install koha-common
add a comment |
That's not a problem with the installation of acroread
. Check your *.list
files with the command below
grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'
Example output
/etc/apt/sources.list.d/koha.list
Remove the shown file via, eg
sudo rm /etc/apt/sources.list.d/koha.list
Some housekeeping
sudo apt-get clear
Remove
koha-common
sudo apt-get remove koha-common
sudo apt-get autoremove
Install
acroread
sudo apt-get update
sudo apt-get install --reinstall acroread
If you still need
koha
, add thekoha
repository again and install
echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
sudo apt-get update
sudo apt-get install koha-common
add a comment |
That's not a problem with the installation of acroread
. Check your *.list
files with the command below
grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'
Example output
/etc/apt/sources.list.d/koha.list
Remove the shown file via, eg
sudo rm /etc/apt/sources.list.d/koha.list
Some housekeeping
sudo apt-get clear
Remove
koha-common
sudo apt-get remove koha-common
sudo apt-get autoremove
Install
acroread
sudo apt-get update
sudo apt-get install --reinstall acroread
If you still need
koha
, add thekoha
repository again and install
echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
sudo apt-get update
sudo apt-get install koha-common
That's not a problem with the installation of acroread
. Check your *.list
files with the command below
grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'
Example output
/etc/apt/sources.list.d/koha.list
Remove the shown file via, eg
sudo rm /etc/apt/sources.list.d/koha.list
Some housekeeping
sudo apt-get clear
Remove
koha-common
sudo apt-get remove koha-common
sudo apt-get autoremove
Install
acroread
sudo apt-get update
sudo apt-get install --reinstall acroread
If you still need
koha
, add thekoha
repository again and install
echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
sudo apt-get update
sudo apt-get install koha-common
edited Jan 24 at 16:24
hmayag
2,00031320
2,00031320
answered Aug 25 '15 at 8:48
A.B.A.B.
68.7k12169260
68.7k12169260
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.
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%2f665488%2fno-apport-report-written-because-the-error-message-indicates-its-a-followup-erro%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