Error encountered when using dpkg to install packages (--configured)How do I resolve unmet dependencies after adding a PPA?“Can't cd to /var/cache/flashplugin-installer” error when I try to install FlashError installing or updating due to dpkg and linux-image-extra-3.11.0-15-genericUnable to install MariaDB on circleCI ? Problems with dpkg.I get “dpkg error” when I try to install anythingUnable to install nginx on ubuntu 16.0417.10 Error were encountered while processing python-olefiledpkg: error processing package sendmail-baseInstalling RabbitMQ on Ubuntu 14.04 getting following error can anyone give solution?
Recursively updating the MLE as new observations stream in
Should I be concerned about student access to a test bank?
Does fire aspect on a sword, destroy mob drops?
How to find the largest number(s) in a list of elements, possibly non-unique?
Exit shell with shortcut (not typing exit) that closes session properly
If I cast the Enlarge/Reduce spell on an arrow, what weapon could it count as?
What is the tangent at a sharp point on a curve?
Homology of the fiber
How do you justify more code being written by following clean code practices?
Why doesn't the fusion process of the sun speed up?
How to test the sharpness of a knife?
Output visual diagram of picture
Why didn’t Eve recognize the little cockroach as a living organism?
What (if any) is the reason to buy in small local stores?
Did Nintendo change its mind about 68000 SNES?
How are passwords stolen from companies if they only store hashes?
Does convergence of polynomials imply that of its coefficients?
Is there any common country to visit for uk and schengen visa?
Have any astronauts/cosmonauts died in space?
PTIJ: At the Passover Seder, is one allowed to speak more than once during Maggid?
Should a narrator ever describe things based on a characters view instead of fact?
Error in master's thesis, I do not know what to do
Turning a hard to access nut?
What is the difference between something being completely legal and being completely decriminalized?
Error encountered when using dpkg to install packages (--configured)
How do I resolve unmet dependencies after adding a PPA?“Can't cd to /var/cache/flashplugin-installer” error when I try to install FlashError installing or updating due to dpkg and linux-image-extra-3.11.0-15-genericUnable to install MariaDB on circleCI ? Problems with dpkg.I get “dpkg error” when I try to install anythingUnable to install nginx on ubuntu 16.0417.10 Error were encountered while processing python-olefiledpkg: error processing package sendmail-baseInstalling RabbitMQ on Ubuntu 14.04 getting following error can anyone give solution?
I used sudo aptitude update
and sudo aptitude upgrade
to update the packages, and encountered an error when processing the package man-db
(with --configure
). A few days later, same error occured with libc6:i386
. Since there're many packages depends on these two partially installed ones, more and more errors are generated every day.
I tried all methods I can find on the internet, including sudo apt-get -f install
and sudo rm /var/cache/debconf/* ; sudo apt-get update
, none of them works. I'm not familiar with the Ubuntu system, so I don't know where to find more detailed error message telling what happens.
The system information is
$ cat /proc/version
Linux version 3.13.0-36-generic (buildd@toyol) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #63-Ubuntu SMP
$ uname -p -i -r
3.13.0-36-generic x86_64 x86_64
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
These're the error messages
$ sudo dpkg --configure -a [99/1979]
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libvirtodbc0 (6.1.6+repack-0ubuntu3) ...
dpkg: error processing package libvirtodbc0 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups-bsd (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups-bsd (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up phonon:amd64 (4:4.7.80-0ubuntu1~ubuntu14.04) ...
dpkg: error processing package phonon:amd64 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libc6:i386 (2.19-0ubuntu6.3) ...
dpkg: error processing package libc6:i386 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of kde-runtime:
kde-runtime depends on phonon; however:
Package phonon:amd64 is not configured yet.
dpkg: error processing package kde-runtime (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libdbus-1-3:i386:
libdbus-1-3:i386 depends on libc6 (>= 2.10); however:
Package libc6:i386 is not configured yet.
...
If someone could just give advice on finding more detailed error report, that will help. Thx.
Updated(2014.9.18 19:39)
Thanks for @Jan 's answer and I got this plenty of new messages:
$ sudo dpkg --configure -D 73777 man-db
D000001: ensure_diversions: new, (re)loading
D000040: checking dependencies of man-db:amd64 (- <none>)
D000400: checking group ...
D000400: checking possibility -> groff-base
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
...
D000400: checking group ...
D000400: checking possibility -> dpkg
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
D000040: ok 2 msgs >><<
D000040: checking Breaks
D000400: checking virtbroken man
D000400: checking virtbroken man-browser
Setting up man-db (2.6.7.1-1) ...
D020000: trigproc_activate_packageprocessing pkg=man-db:amd64
D000002: fork/exec /var/lib/dpkg/info/man-db.postinst ( configure 2.6.7.1-1 )
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
D020000: post_script_tasks - ensure_diversions
D000001: ensure_diversions: same, skipping
D020000: post_script_tasks - trig_incorporate
D010000: trigproc_run_deferred
Errors were encountered while processing:
man-db
and I tried to execute the man-db.postinst
script manually, which results in this:
$ sudo sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
+ set -e
+ . /usr/share/debconf/confmodule
+ [ ! '' ']'
+ PERL_DL_NONLAZY=1
+ export PERL_DL_NONLAZY
+ [ '' ']'
+ /usr/share/debconf/frontend /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
It seems that the error is due to the /usr/share/debconf/frontend
script. But I can't trace more deeply and still don't know what's wrong.
apt package-management dpkg configuration aptitude
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I used sudo aptitude update
and sudo aptitude upgrade
to update the packages, and encountered an error when processing the package man-db
(with --configure
). A few days later, same error occured with libc6:i386
. Since there're many packages depends on these two partially installed ones, more and more errors are generated every day.
I tried all methods I can find on the internet, including sudo apt-get -f install
and sudo rm /var/cache/debconf/* ; sudo apt-get update
, none of them works. I'm not familiar with the Ubuntu system, so I don't know where to find more detailed error message telling what happens.
The system information is
$ cat /proc/version
Linux version 3.13.0-36-generic (buildd@toyol) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #63-Ubuntu SMP
$ uname -p -i -r
3.13.0-36-generic x86_64 x86_64
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
These're the error messages
$ sudo dpkg --configure -a [99/1979]
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libvirtodbc0 (6.1.6+repack-0ubuntu3) ...
dpkg: error processing package libvirtodbc0 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups-bsd (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups-bsd (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up phonon:amd64 (4:4.7.80-0ubuntu1~ubuntu14.04) ...
dpkg: error processing package phonon:amd64 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libc6:i386 (2.19-0ubuntu6.3) ...
dpkg: error processing package libc6:i386 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of kde-runtime:
kde-runtime depends on phonon; however:
Package phonon:amd64 is not configured yet.
dpkg: error processing package kde-runtime (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libdbus-1-3:i386:
libdbus-1-3:i386 depends on libc6 (>= 2.10); however:
Package libc6:i386 is not configured yet.
...
If someone could just give advice on finding more detailed error report, that will help. Thx.
Updated(2014.9.18 19:39)
Thanks for @Jan 's answer and I got this plenty of new messages:
$ sudo dpkg --configure -D 73777 man-db
D000001: ensure_diversions: new, (re)loading
D000040: checking dependencies of man-db:amd64 (- <none>)
D000400: checking group ...
D000400: checking possibility -> groff-base
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
...
D000400: checking group ...
D000400: checking possibility -> dpkg
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
D000040: ok 2 msgs >><<
D000040: checking Breaks
D000400: checking virtbroken man
D000400: checking virtbroken man-browser
Setting up man-db (2.6.7.1-1) ...
D020000: trigproc_activate_packageprocessing pkg=man-db:amd64
D000002: fork/exec /var/lib/dpkg/info/man-db.postinst ( configure 2.6.7.1-1 )
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
D020000: post_script_tasks - ensure_diversions
D000001: ensure_diversions: same, skipping
D020000: post_script_tasks - trig_incorporate
D010000: trigproc_run_deferred
Errors were encountered while processing:
man-db
and I tried to execute the man-db.postinst
script manually, which results in this:
$ sudo sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
+ set -e
+ . /usr/share/debconf/confmodule
+ [ ! '' ']'
+ PERL_DL_NONLAZY=1
+ export PERL_DL_NONLAZY
+ [ '' ']'
+ /usr/share/debconf/frontend /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
It seems that the error is due to the /usr/share/debconf/frontend
script. But I can't trace more deeply and still don't know what's wrong.
apt package-management dpkg configuration aptitude
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Maybe this can help: askubuntu.com/questions/140246/…
– Parto
Sep 18 '14 at 7:28
@Parto I've read that article before, and it didn't help. Thanks though. T_T
– xyguo
Sep 18 '14 at 7:57
add a comment |
I used sudo aptitude update
and sudo aptitude upgrade
to update the packages, and encountered an error when processing the package man-db
(with --configure
). A few days later, same error occured with libc6:i386
. Since there're many packages depends on these two partially installed ones, more and more errors are generated every day.
I tried all methods I can find on the internet, including sudo apt-get -f install
and sudo rm /var/cache/debconf/* ; sudo apt-get update
, none of them works. I'm not familiar with the Ubuntu system, so I don't know where to find more detailed error message telling what happens.
The system information is
$ cat /proc/version
Linux version 3.13.0-36-generic (buildd@toyol) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #63-Ubuntu SMP
$ uname -p -i -r
3.13.0-36-generic x86_64 x86_64
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
These're the error messages
$ sudo dpkg --configure -a [99/1979]
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libvirtodbc0 (6.1.6+repack-0ubuntu3) ...
dpkg: error processing package libvirtodbc0 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups-bsd (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups-bsd (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up phonon:amd64 (4:4.7.80-0ubuntu1~ubuntu14.04) ...
dpkg: error processing package phonon:amd64 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libc6:i386 (2.19-0ubuntu6.3) ...
dpkg: error processing package libc6:i386 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of kde-runtime:
kde-runtime depends on phonon; however:
Package phonon:amd64 is not configured yet.
dpkg: error processing package kde-runtime (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libdbus-1-3:i386:
libdbus-1-3:i386 depends on libc6 (>= 2.10); however:
Package libc6:i386 is not configured yet.
...
If someone could just give advice on finding more detailed error report, that will help. Thx.
Updated(2014.9.18 19:39)
Thanks for @Jan 's answer and I got this plenty of new messages:
$ sudo dpkg --configure -D 73777 man-db
D000001: ensure_diversions: new, (re)loading
D000040: checking dependencies of man-db:amd64 (- <none>)
D000400: checking group ...
D000400: checking possibility -> groff-base
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
...
D000400: checking group ...
D000400: checking possibility -> dpkg
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
D000040: ok 2 msgs >><<
D000040: checking Breaks
D000400: checking virtbroken man
D000400: checking virtbroken man-browser
Setting up man-db (2.6.7.1-1) ...
D020000: trigproc_activate_packageprocessing pkg=man-db:amd64
D000002: fork/exec /var/lib/dpkg/info/man-db.postinst ( configure 2.6.7.1-1 )
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
D020000: post_script_tasks - ensure_diversions
D000001: ensure_diversions: same, skipping
D020000: post_script_tasks - trig_incorporate
D010000: trigproc_run_deferred
Errors were encountered while processing:
man-db
and I tried to execute the man-db.postinst
script manually, which results in this:
$ sudo sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
+ set -e
+ . /usr/share/debconf/confmodule
+ [ ! '' ']'
+ PERL_DL_NONLAZY=1
+ export PERL_DL_NONLAZY
+ [ '' ']'
+ /usr/share/debconf/frontend /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
It seems that the error is due to the /usr/share/debconf/frontend
script. But I can't trace more deeply and still don't know what's wrong.
apt package-management dpkg configuration aptitude
I used sudo aptitude update
and sudo aptitude upgrade
to update the packages, and encountered an error when processing the package man-db
(with --configure
). A few days later, same error occured with libc6:i386
. Since there're many packages depends on these two partially installed ones, more and more errors are generated every day.
I tried all methods I can find on the internet, including sudo apt-get -f install
and sudo rm /var/cache/debconf/* ; sudo apt-get update
, none of them works. I'm not familiar with the Ubuntu system, so I don't know where to find more detailed error message telling what happens.
The system information is
$ cat /proc/version
Linux version 3.13.0-36-generic (buildd@toyol) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #63-Ubuntu SMP
$ uname -p -i -r
3.13.0-36-generic x86_64 x86_64
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
These're the error messages
$ sudo dpkg --configure -a [99/1979]
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libvirtodbc0 (6.1.6+repack-0ubuntu3) ...
dpkg: error processing package libvirtodbc0 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups-bsd (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups-bsd (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up phonon:amd64 (4:4.7.80-0ubuntu1~ubuntu14.04) ...
dpkg: error processing package phonon:amd64 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libc6:i386 (2.19-0ubuntu6.3) ...
dpkg: error processing package libc6:i386 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up cups (1.7.2-0ubuntu1.2) ...
dpkg: error processing package cups (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of kde-runtime:
kde-runtime depends on phonon; however:
Package phonon:amd64 is not configured yet.
dpkg: error processing package kde-runtime (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libdbus-1-3:i386:
libdbus-1-3:i386 depends on libc6 (>= 2.10); however:
Package libc6:i386 is not configured yet.
...
If someone could just give advice on finding more detailed error report, that will help. Thx.
Updated(2014.9.18 19:39)
Thanks for @Jan 's answer and I got this plenty of new messages:
$ sudo dpkg --configure -D 73777 man-db
D000001: ensure_diversions: new, (re)loading
D000040: checking dependencies of man-db:amd64 (- <none>)
D000400: checking group ...
D000400: checking possibility -> groff-base
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
...
D000400: checking group ...
D000400: checking possibility -> dpkg
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
D000040: ok 2 msgs >><<
D000040: checking Breaks
D000400: checking virtbroken man
D000400: checking virtbroken man-browser
Setting up man-db (2.6.7.1-1) ...
D020000: trigproc_activate_packageprocessing pkg=man-db:amd64
D000002: fork/exec /var/lib/dpkg/info/man-db.postinst ( configure 2.6.7.1-1 )
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
D020000: post_script_tasks - ensure_diversions
D000001: ensure_diversions: same, skipping
D020000: post_script_tasks - trig_incorporate
D010000: trigproc_run_deferred
Errors were encountered while processing:
man-db
and I tried to execute the man-db.postinst
script manually, which results in this:
$ sudo sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
+ set -e
+ . /usr/share/debconf/confmodule
+ [ ! '' ']'
+ PERL_DL_NONLAZY=1
+ export PERL_DL_NONLAZY
+ [ '' ']'
+ /usr/share/debconf/frontend /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
It seems that the error is due to the /usr/share/debconf/frontend
script. But I can't trace more deeply and still don't know what's wrong.
apt package-management dpkg configuration aptitude
apt package-management dpkg configuration aptitude
edited Sep 18 '14 at 11:57
xyguo
asked Sep 18 '14 at 6:55
xyguoxyguo
1113
1113
bumped to the homepage by Community♦ 12 mins 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♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Maybe this can help: askubuntu.com/questions/140246/…
– Parto
Sep 18 '14 at 7:28
@Parto I've read that article before, and it didn't help. Thanks though. T_T
– xyguo
Sep 18 '14 at 7:57
add a comment |
Maybe this can help: askubuntu.com/questions/140246/…
– Parto
Sep 18 '14 at 7:28
@Parto I've read that article before, and it didn't help. Thanks though. T_T
– xyguo
Sep 18 '14 at 7:57
Maybe this can help: askubuntu.com/questions/140246/…
– Parto
Sep 18 '14 at 7:28
Maybe this can help: askubuntu.com/questions/140246/…
– Parto
Sep 18 '14 at 7:28
@Parto I've read that article before, and it didn't help. Thanks though. T_T
– xyguo
Sep 18 '14 at 7:57
@Parto I've read that article before, and it didn't help. Thanks though. T_T
– xyguo
Sep 18 '14 at 7:57
add a comment |
1 Answer
1
active
oldest
votes
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
This means that the postinst script for the man-db package failed. You can check why using:
dkpg --configure -D 777 man-db
Get help on using -D
with dpkg -Dh
.
You can also run the postinst script yourself:
sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
And figure out what's wrong.
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%2f525475%2ferror-encountered-when-using-dpkg-to-install-packages-configured%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
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
This means that the postinst script for the man-db package failed. You can check why using:
dkpg --configure -D 777 man-db
Get help on using -D
with dpkg -Dh
.
You can also run the postinst script yourself:
sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
And figure out what's wrong.
add a comment |
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
This means that the postinst script for the man-db package failed. You can check why using:
dkpg --configure -D 777 man-db
Get help on using -D
with dpkg -Dh
.
You can also run the postinst script yourself:
sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
And figure out what's wrong.
add a comment |
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
This means that the postinst script for the man-db package failed. You can check why using:
dkpg --configure -D 777 man-db
Get help on using -D
with dpkg -Dh
.
You can also run the postinst script yourself:
sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
And figure out what's wrong.
Setting up man-db (2.6.7.1-1) ...
dpkg: error processing package man-db (--configure):
subprocess installed post-installation script returned error exit status 1
This means that the postinst script for the man-db package failed. You can check why using:
dkpg --configure -D 777 man-db
Get help on using -D
with dpkg -Dh
.
You can also run the postinst script yourself:
sh -x /var/lib/dpkg/info/man-db.postinst configure 2.6.7.1-1
And figure out what's wrong.
answered Sep 18 '14 at 9:30
JanJan
7,48522234
7,48522234
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%2f525475%2ferror-encountered-when-using-dpkg-to-install-packages-configured%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
Maybe this can help: askubuntu.com/questions/140246/…
– Parto
Sep 18 '14 at 7:28
@Parto I've read that article before, and it didn't help. Thanks though. T_T
– xyguo
Sep 18 '14 at 7:57