gnome-software corrupted
Whenever I try to install a package, a part or the whole series of these error massages keep showing and I am unable to install any package.
dpkg: error processing package gnome-software (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of ubuntu-software:
ubuntu-software depends on gnome-software (>= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package ubuntu-software (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-software-plugin-snap:
gnome-software-plugin-snap depends on gnome-software (= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package gnome-software-plugin-snap (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gnome-software
ubuntu-software
gnome-software-plugin-snap
Also adding any kind of repository results in issues with apt-secure.
Currently I am running LXDE environment on Ubuntu 18.04.
apt 18.04 gnome dpkg
add a comment |
Whenever I try to install a package, a part or the whole series of these error massages keep showing and I am unable to install any package.
dpkg: error processing package gnome-software (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of ubuntu-software:
ubuntu-software depends on gnome-software (>= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package ubuntu-software (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-software-plugin-snap:
gnome-software-plugin-snap depends on gnome-software (= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package gnome-software-plugin-snap (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gnome-software
ubuntu-software
gnome-software-plugin-snap
Also adding any kind of repository results in issues with apt-secure.
Currently I am running LXDE environment on Ubuntu 18.04.
apt 18.04 gnome dpkg
1
Welcome to Ask Ubuntu. In the messages there are likely commands it suggests you try. For examplesudo apt -f install
. I suspect you've added non-official sources to your system causing issues that will be visible higher up in report than where you pasted.
– guiverc
Feb 3 at 12:05
@guiverc I already tried sudo apt -f install, it didnt work.
– Purusharth Verma
Feb 3 at 12:22
Yep - but the clues needed are in the error report (of which you pasted only part for us to help you with). My suggestion was to read the rest & take note of the clues provided there. The package names related to the actual cause are earlier, or in your logs. These I suspect (withapt-cache policy
queries) will show a invalid/non-official source that has invalid (or clashing) package versions; but I can't see what you don't paste. If you examine your logs, the command before your first error is your likely culprit.
– guiverc
Feb 3 at 12:28
add a comment |
Whenever I try to install a package, a part or the whole series of these error massages keep showing and I am unable to install any package.
dpkg: error processing package gnome-software (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of ubuntu-software:
ubuntu-software depends on gnome-software (>= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package ubuntu-software (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-software-plugin-snap:
gnome-software-plugin-snap depends on gnome-software (= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package gnome-software-plugin-snap (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gnome-software
ubuntu-software
gnome-software-plugin-snap
Also adding any kind of repository results in issues with apt-secure.
Currently I am running LXDE environment on Ubuntu 18.04.
apt 18.04 gnome dpkg
Whenever I try to install a package, a part or the whole series of these error massages keep showing and I am unable to install any package.
dpkg: error processing package gnome-software (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of ubuntu-software:
ubuntu-software depends on gnome-software (>= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package ubuntu-software (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-software-plugin-snap:
gnome-software-plugin-snap depends on gnome-software (= 3.28.1-0ubuntu4.18.04.8); however:
Package gnome-software is not configured yet.
dpkg: error processing package gnome-software-plugin-snap (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gnome-software
ubuntu-software
gnome-software-plugin-snap
Also adding any kind of repository results in issues with apt-secure.
Currently I am running LXDE environment on Ubuntu 18.04.
apt 18.04 gnome dpkg
apt 18.04 gnome dpkg
asked Feb 3 at 11:58
Purusharth VermaPurusharth Verma
1
1
1
Welcome to Ask Ubuntu. In the messages there are likely commands it suggests you try. For examplesudo apt -f install
. I suspect you've added non-official sources to your system causing issues that will be visible higher up in report than where you pasted.
– guiverc
Feb 3 at 12:05
@guiverc I already tried sudo apt -f install, it didnt work.
– Purusharth Verma
Feb 3 at 12:22
Yep - but the clues needed are in the error report (of which you pasted only part for us to help you with). My suggestion was to read the rest & take note of the clues provided there. The package names related to the actual cause are earlier, or in your logs. These I suspect (withapt-cache policy
queries) will show a invalid/non-official source that has invalid (or clashing) package versions; but I can't see what you don't paste. If you examine your logs, the command before your first error is your likely culprit.
– guiverc
Feb 3 at 12:28
add a comment |
1
Welcome to Ask Ubuntu. In the messages there are likely commands it suggests you try. For examplesudo apt -f install
. I suspect you've added non-official sources to your system causing issues that will be visible higher up in report than where you pasted.
– guiverc
Feb 3 at 12:05
@guiverc I already tried sudo apt -f install, it didnt work.
– Purusharth Verma
Feb 3 at 12:22
Yep - but the clues needed are in the error report (of which you pasted only part for us to help you with). My suggestion was to read the rest & take note of the clues provided there. The package names related to the actual cause are earlier, or in your logs. These I suspect (withapt-cache policy
queries) will show a invalid/non-official source that has invalid (or clashing) package versions; but I can't see what you don't paste. If you examine your logs, the command before your first error is your likely culprit.
– guiverc
Feb 3 at 12:28
1
1
Welcome to Ask Ubuntu. In the messages there are likely commands it suggests you try. For example
sudo apt -f install
. I suspect you've added non-official sources to your system causing issues that will be visible higher up in report than where you pasted.– guiverc
Feb 3 at 12:05
Welcome to Ask Ubuntu. In the messages there are likely commands it suggests you try. For example
sudo apt -f install
. I suspect you've added non-official sources to your system causing issues that will be visible higher up in report than where you pasted.– guiverc
Feb 3 at 12:05
@guiverc I already tried sudo apt -f install, it didnt work.
– Purusharth Verma
Feb 3 at 12:22
@guiverc I already tried sudo apt -f install, it didnt work.
– Purusharth Verma
Feb 3 at 12:22
Yep - but the clues needed are in the error report (of which you pasted only part for us to help you with). My suggestion was to read the rest & take note of the clues provided there. The package names related to the actual cause are earlier, or in your logs. These I suspect (with
apt-cache policy
queries) will show a invalid/non-official source that has invalid (or clashing) package versions; but I can't see what you don't paste. If you examine your logs, the command before your first error is your likely culprit.– guiverc
Feb 3 at 12:28
Yep - but the clues needed are in the error report (of which you pasted only part for us to help you with). My suggestion was to read the rest & take note of the clues provided there. The package names related to the actual cause are earlier, or in your logs. These I suspect (with
apt-cache policy
queries) will show a invalid/non-official source that has invalid (or clashing) package versions; but I can't see what you don't paste. If you examine your logs, the command before your first error is your likely culprit.– guiverc
Feb 3 at 12:28
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/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%2f1115231%2fgnome-software-corrupted%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%2f1115231%2fgnome-software-corrupted%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. In the messages there are likely commands it suggests you try. For example
sudo apt -f install
. I suspect you've added non-official sources to your system causing issues that will be visible higher up in report than where you pasted.– guiverc
Feb 3 at 12:05
@guiverc I already tried sudo apt -f install, it didnt work.
– Purusharth Verma
Feb 3 at 12:22
Yep - but the clues needed are in the error report (of which you pasted only part for us to help you with). My suggestion was to read the rest & take note of the clues provided there. The package names related to the actual cause are earlier, or in your logs. These I suspect (with
apt-cache policy
queries) will show a invalid/non-official source that has invalid (or clashing) package versions; but I can't see what you don't paste. If you examine your logs, the command before your first error is your likely culprit.– guiverc
Feb 3 at 12:28