Problems installing software (dpkg error) on Ubuntu 18.04Unmet Dependencies right after installing VLCHow do I fix faulty Software Center and Software Updater in 13.10? (Novice Level User)New software can't be installed, because there is a problem with the software currently installed. Do you want to repair this problem now?dpkg: error processing procps (--configure)Cannot install anything! Unmet dependencies. Libre Officemysql-server-5.5 ErrorUnable to install MariaDB on circleCI ? Problems with dpkg.Error while installing updates in Ubuntu 18.4
Why are seats at the rear of a plane sometimes unavailable even though many other seats are available in the plane?
What is the fastest algorithm for finding the natural logarithm of a big number?
Rationalism and Catholicism / Protestantism
I didn't do any exit passport control when leaving Japan. What should I do?
Is it OK to use internal pull-down as part of voltage divider?
Will the size of Bitcoin core full-node be too big to run on a normal computer?
SSD or HDD for server
What does "drop" mean in this context?
Drawing Super Mario Bros.....in LaTeX
How to protect my Wi-Fi password from being displayed by Android phones when sharing it with QR code?
How safe is using non-RoHS parts?
What's the current zodiac?
Raspberry pi run commands on boot
Can digital computers understand infinity?
Can a character dodge an attack that beats their Armor Class?
Island of Knights, Knaves, Spies
"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?
Giving a character trauma but not "diagnosing" her?
Hieroglyphs numerals
What is the type of this light bulb?
Is consistent disregard for students' time "normal" in undergraduate research?
Doubling in dominant seventh
Would a physician with migraine better treat their patients?
Why does 1.1.1.1 not resolve archive.is?
Problems installing software (dpkg error) on Ubuntu 18.04
Unmet Dependencies right after installing VLCHow do I fix faulty Software Center and Software Updater in 13.10? (Novice Level User)New software can't be installed, because there is a problem with the software currently installed. Do you want to repair this problem now?dpkg: error processing procps (--configure)Cannot install anything! Unmet dependencies. Libre Officemysql-server-5.5 ErrorUnable to install MariaDB on circleCI ? Problems with dpkg.Error while installing updates in Ubuntu 18.4
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
When trying to install the program TestDisk on my Ubuntu machine via the terminal, with the command sudo apt-get install testdisk
, everything looked normal at first, but then started giving me a bunch of errors and ended up failing all together.
The entire output of what I got is as follows:
[sudo] password for kaleb:
Reading package lists... Done
Building dependency tree
Reading state information... Done
testdisk is already the newest version (7.0-3build2).
The following packages were automatically installed and are no longer required:
cmake-data librhash0 libuv1 linux-headers-4.15.0-46 linux-headers-4.15.0-46-generic linux-image-4.15.0-46-generic
linux-modules-4.15.0-46-generic linux-modules-extra-4.15.0-46-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded.
5 not fully installed or removed.
Need to get 0 B/37.1 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error processing package openjdk-11-jre-headless:amd64 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of default-jre-headless:
default-jre-headless depends on openjdk-11-jre-headless; however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package default-jre-headless (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openjdk-11-jre:amd64:
openjdk-11-jre:amd64 depends on openjdk-11-jre-headless (= 11.0.2+9-3ubuntu1~18.04.3); however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package openjdk-11-jre:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of default-jre:
default-jre depends on default-jre-headless (= 2:1.11-68ubuntu1~18.04.1); however:
Package default-jre-headless is not configured yet.
default-jre depends on openjdk-11-jre; however:
Package openjdk-11-jre:amd64 is not configured yet.
dpkg: error processing package default-jNo 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 apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
re (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-sdbc-hsqldb:
libreoffice-sdbc-hsqldb depends on default-jre | sun-java6-jre | java6-runtime | jre; however:
Package default-jre is not configured yet.
Package sun-java6-jre is not installed.
Package java6-runtime is not installed.
Package openjdk-11-jre:amd64 which provides java6-runtime is not configured yet.
Package default-jre which provides java6-runtime is not configured yet.
Package jre is not installed.
dpkg: error processing package libreoffice-sdbc-hsqldb (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openjdk-11-jre-headless:amd64
default-jre-headless
openjdk-11-jre:amd64
default-jre
libreoffice-sdbc-hsqldb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Since then I have tried installing software several different ways; through the Ubuntu software manager, GDebi installer, and terminal. Every one gives me some sort of error, ending in a failure to completely install anything. Even the automatic, routine Ubuntu software update has failed.
I can tell something is obviously wrong here, but I really have no clue what it is, or how to fix it, especially since I have no idea what caused it.
I suspect it has something to do with the update-manager, but can't say for sure.
Any and all help would be appreciated.
18.04 dpkg software-center update-manager
add a comment
|
When trying to install the program TestDisk on my Ubuntu machine via the terminal, with the command sudo apt-get install testdisk
, everything looked normal at first, but then started giving me a bunch of errors and ended up failing all together.
The entire output of what I got is as follows:
[sudo] password for kaleb:
Reading package lists... Done
Building dependency tree
Reading state information... Done
testdisk is already the newest version (7.0-3build2).
The following packages were automatically installed and are no longer required:
cmake-data librhash0 libuv1 linux-headers-4.15.0-46 linux-headers-4.15.0-46-generic linux-image-4.15.0-46-generic
linux-modules-4.15.0-46-generic linux-modules-extra-4.15.0-46-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded.
5 not fully installed or removed.
Need to get 0 B/37.1 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error processing package openjdk-11-jre-headless:amd64 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of default-jre-headless:
default-jre-headless depends on openjdk-11-jre-headless; however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package default-jre-headless (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openjdk-11-jre:amd64:
openjdk-11-jre:amd64 depends on openjdk-11-jre-headless (= 11.0.2+9-3ubuntu1~18.04.3); however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package openjdk-11-jre:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of default-jre:
default-jre depends on default-jre-headless (= 2:1.11-68ubuntu1~18.04.1); however:
Package default-jre-headless is not configured yet.
default-jre depends on openjdk-11-jre; however:
Package openjdk-11-jre:amd64 is not configured yet.
dpkg: error processing package default-jNo 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 apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
re (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-sdbc-hsqldb:
libreoffice-sdbc-hsqldb depends on default-jre | sun-java6-jre | java6-runtime | jre; however:
Package default-jre is not configured yet.
Package sun-java6-jre is not installed.
Package java6-runtime is not installed.
Package openjdk-11-jre:amd64 which provides java6-runtime is not configured yet.
Package default-jre which provides java6-runtime is not configured yet.
Package jre is not installed.
dpkg: error processing package libreoffice-sdbc-hsqldb (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openjdk-11-jre-headless:amd64
default-jre-headless
openjdk-11-jre:amd64
default-jre
libreoffice-sdbc-hsqldb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Since then I have tried installing software several different ways; through the Ubuntu software manager, GDebi installer, and terminal. Every one gives me some sort of error, ending in a failure to completely install anything. Even the automatic, routine Ubuntu software update has failed.
I can tell something is obviously wrong here, but I really have no clue what it is, or how to fix it, especially since I have no idea what caused it.
I suspect it has something to do with the update-manager, but can't say for sure.
Any and all help would be appreciated.
18.04 dpkg software-center update-manager
The problem is the "5 not fully installed".
– GabrielaGarcia
May 2 at 20:09
add a comment
|
When trying to install the program TestDisk on my Ubuntu machine via the terminal, with the command sudo apt-get install testdisk
, everything looked normal at first, but then started giving me a bunch of errors and ended up failing all together.
The entire output of what I got is as follows:
[sudo] password for kaleb:
Reading package lists... Done
Building dependency tree
Reading state information... Done
testdisk is already the newest version (7.0-3build2).
The following packages were automatically installed and are no longer required:
cmake-data librhash0 libuv1 linux-headers-4.15.0-46 linux-headers-4.15.0-46-generic linux-image-4.15.0-46-generic
linux-modules-4.15.0-46-generic linux-modules-extra-4.15.0-46-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded.
5 not fully installed or removed.
Need to get 0 B/37.1 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error processing package openjdk-11-jre-headless:amd64 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of default-jre-headless:
default-jre-headless depends on openjdk-11-jre-headless; however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package default-jre-headless (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openjdk-11-jre:amd64:
openjdk-11-jre:amd64 depends on openjdk-11-jre-headless (= 11.0.2+9-3ubuntu1~18.04.3); however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package openjdk-11-jre:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of default-jre:
default-jre depends on default-jre-headless (= 2:1.11-68ubuntu1~18.04.1); however:
Package default-jre-headless is not configured yet.
default-jre depends on openjdk-11-jre; however:
Package openjdk-11-jre:amd64 is not configured yet.
dpkg: error processing package default-jNo 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 apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
re (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-sdbc-hsqldb:
libreoffice-sdbc-hsqldb depends on default-jre | sun-java6-jre | java6-runtime | jre; however:
Package default-jre is not configured yet.
Package sun-java6-jre is not installed.
Package java6-runtime is not installed.
Package openjdk-11-jre:amd64 which provides java6-runtime is not configured yet.
Package default-jre which provides java6-runtime is not configured yet.
Package jre is not installed.
dpkg: error processing package libreoffice-sdbc-hsqldb (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openjdk-11-jre-headless:amd64
default-jre-headless
openjdk-11-jre:amd64
default-jre
libreoffice-sdbc-hsqldb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Since then I have tried installing software several different ways; through the Ubuntu software manager, GDebi installer, and terminal. Every one gives me some sort of error, ending in a failure to completely install anything. Even the automatic, routine Ubuntu software update has failed.
I can tell something is obviously wrong here, but I really have no clue what it is, or how to fix it, especially since I have no idea what caused it.
I suspect it has something to do with the update-manager, but can't say for sure.
Any and all help would be appreciated.
18.04 dpkg software-center update-manager
When trying to install the program TestDisk on my Ubuntu machine via the terminal, with the command sudo apt-get install testdisk
, everything looked normal at first, but then started giving me a bunch of errors and ended up failing all together.
The entire output of what I got is as follows:
[sudo] password for kaleb:
Reading package lists... Done
Building dependency tree
Reading state information... Done
testdisk is already the newest version (7.0-3build2).
The following packages were automatically installed and are no longer required:
cmake-data librhash0 libuv1 linux-headers-4.15.0-46 linux-headers-4.15.0-46-generic linux-image-4.15.0-46-generic
linux-modules-4.15.0-46-generic linux-modules-extra-4.15.0-46-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded.
5 not fully installed or removed.
Need to get 0 B/37.1 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error processing package openjdk-11-jre-headless:amd64 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of default-jre-headless:
default-jre-headless depends on openjdk-11-jre-headless; however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package default-jre-headless (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openjdk-11-jre:amd64:
openjdk-11-jre:amd64 depends on openjdk-11-jre-headless (= 11.0.2+9-3ubuntu1~18.04.3); however:
Package openjdk-11-jre-headless:amd64 is not configured yet.
dpkg: error processing package openjdk-11-jre:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of default-jre:
default-jre depends on default-jre-headless (= 2:1.11-68ubuntu1~18.04.1); however:
Package default-jre-headless is not configured yet.
default-jre depends on openjdk-11-jre; however:
Package openjdk-11-jre:amd64 is not configured yet.
dpkg: error processing package default-jNo 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 apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
re (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-sdbc-hsqldb:
libreoffice-sdbc-hsqldb depends on default-jre | sun-java6-jre | java6-runtime | jre; however:
Package default-jre is not configured yet.
Package sun-java6-jre is not installed.
Package java6-runtime is not installed.
Package openjdk-11-jre:amd64 which provides java6-runtime is not configured yet.
Package default-jre which provides java6-runtime is not configured yet.
Package jre is not installed.
dpkg: error processing package libreoffice-sdbc-hsqldb (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openjdk-11-jre-headless:amd64
default-jre-headless
openjdk-11-jre:amd64
default-jre
libreoffice-sdbc-hsqldb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Since then I have tried installing software several different ways; through the Ubuntu software manager, GDebi installer, and terminal. Every one gives me some sort of error, ending in a failure to completely install anything. Even the automatic, routine Ubuntu software update has failed.
I can tell something is obviously wrong here, but I really have no clue what it is, or how to fix it, especially since I have no idea what caused it.
I suspect it has something to do with the update-manager, but can't say for sure.
Any and all help would be appreciated.
18.04 dpkg software-center update-manager
18.04 dpkg software-center update-manager
asked May 2 at 18:18
KalebKaleb
181 gold badge1 silver badge9 bronze badges
181 gold badge1 silver badge9 bronze badges
The problem is the "5 not fully installed".
– GabrielaGarcia
May 2 at 20:09
add a comment
|
The problem is the "5 not fully installed".
– GabrielaGarcia
May 2 at 20:09
The problem is the "5 not fully installed".
– GabrielaGarcia
May 2 at 20:09
The problem is the "5 not fully installed".
– GabrielaGarcia
May 2 at 20:09
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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%2f1140049%2fproblems-installing-software-dpkg-error-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1140049%2fproblems-installing-software-dpkg-error-on-ubuntu-18-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
The problem is the "5 not fully installed".
– GabrielaGarcia
May 2 at 20:09