Problems with updates due to dependencies












0















I cannot update anything or install new software because of problems with the dependencies. The terminal suggest to run apt-get -f install. After trying this, there is a problem saying that it failed to correct efficiencies. Then it says:



The following packages have unmet dependencies:
update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies


I have tried some of the solutions to similar problems posted in here but all have been futile. One of them said to look at the log file and try to remove the "broken" packages... but my log file was blank...



** UPDATE **



I ran the command sudo apt-cache policy update-notifier update-notifier-common This was the output:



update-notifier:
Installed: 3.168.9
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 3.168.9 100
100 /var/lib/dpkg/status
3.168.7 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
3.168 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
update-notifier-common:
Installed: 3.168.8
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
*** 3.168.8 100
100 /var/lib/dpkg/status
3.168.7 500
500 **security.ubuntu**/ubuntu xenial-security/main amd64 Packages
500 **security.ubuntu**/ubuntu xenial-security/main i386 Packages
3.168 500
500 **archive.ubuntu**/ubuntu xenial/main amd64 Packages
500 **archive.ubuntu**/ubuntu xenial/main i386 Packages


Note : the last 4 links are modified. They should start with http:// and after ".ubuntu" should have a .com . However, I can only include up to 8 links.










share|improve this question

























  • Please also state your release of Ubuntu. Your package versions for update-notifier-common that clash are not the correct versions for Ubuntu xenial (16.04) as shown in packages.ubuntu.com/… so it looks like you aren't using Ubuntu, or if using Ubuntu don't update or you've replaced your official sources with unofficial & thus this is your issue. I'd suggest checking your sources, and telling us what you actually are running.

    – guiverc
    Jan 11 at 21:59













  • @guiverc I am using Ubuntu xenial 16.04.4 LTS .

    – Skeer
    Jan 14 at 17:31






  • 1





    Are you using any PPAs or 'newer' repositories?

    – Thomas Ward
    Jan 14 at 20:15











  • Please add the command & output of apt-cache policy update-notifier update-notifier-common to your question. Your problem I still believe is sources; changes made since install. We can't view what changes you've made to /etc/apt/sources.list* files, but this command will at least provide sources for those two packages.

    – guiverc
    Jan 14 at 22:16











  • @guiverc I have edited the question adding the command & output that you sugested. Thank you.

    – Skeer
    Jan 15 at 19:27
















0















I cannot update anything or install new software because of problems with the dependencies. The terminal suggest to run apt-get -f install. After trying this, there is a problem saying that it failed to correct efficiencies. Then it says:



The following packages have unmet dependencies:
update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies


I have tried some of the solutions to similar problems posted in here but all have been futile. One of them said to look at the log file and try to remove the "broken" packages... but my log file was blank...



** UPDATE **



I ran the command sudo apt-cache policy update-notifier update-notifier-common This was the output:



update-notifier:
Installed: 3.168.9
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 3.168.9 100
100 /var/lib/dpkg/status
3.168.7 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
3.168 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
update-notifier-common:
Installed: 3.168.8
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
*** 3.168.8 100
100 /var/lib/dpkg/status
3.168.7 500
500 **security.ubuntu**/ubuntu xenial-security/main amd64 Packages
500 **security.ubuntu**/ubuntu xenial-security/main i386 Packages
3.168 500
500 **archive.ubuntu**/ubuntu xenial/main amd64 Packages
500 **archive.ubuntu**/ubuntu xenial/main i386 Packages


Note : the last 4 links are modified. They should start with http:// and after ".ubuntu" should have a .com . However, I can only include up to 8 links.










share|improve this question

























  • Please also state your release of Ubuntu. Your package versions for update-notifier-common that clash are not the correct versions for Ubuntu xenial (16.04) as shown in packages.ubuntu.com/… so it looks like you aren't using Ubuntu, or if using Ubuntu don't update or you've replaced your official sources with unofficial & thus this is your issue. I'd suggest checking your sources, and telling us what you actually are running.

    – guiverc
    Jan 11 at 21:59













  • @guiverc I am using Ubuntu xenial 16.04.4 LTS .

    – Skeer
    Jan 14 at 17:31






  • 1





    Are you using any PPAs or 'newer' repositories?

    – Thomas Ward
    Jan 14 at 20:15











  • Please add the command & output of apt-cache policy update-notifier update-notifier-common to your question. Your problem I still believe is sources; changes made since install. We can't view what changes you've made to /etc/apt/sources.list* files, but this command will at least provide sources for those two packages.

    – guiverc
    Jan 14 at 22:16











  • @guiverc I have edited the question adding the command & output that you sugested. Thank you.

    – Skeer
    Jan 15 at 19:27














0












0








0








I cannot update anything or install new software because of problems with the dependencies. The terminal suggest to run apt-get -f install. After trying this, there is a problem saying that it failed to correct efficiencies. Then it says:



The following packages have unmet dependencies:
update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies


I have tried some of the solutions to similar problems posted in here but all have been futile. One of them said to look at the log file and try to remove the "broken" packages... but my log file was blank...



** UPDATE **



I ran the command sudo apt-cache policy update-notifier update-notifier-common This was the output:



update-notifier:
Installed: 3.168.9
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 3.168.9 100
100 /var/lib/dpkg/status
3.168.7 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
3.168 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
update-notifier-common:
Installed: 3.168.8
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
*** 3.168.8 100
100 /var/lib/dpkg/status
3.168.7 500
500 **security.ubuntu**/ubuntu xenial-security/main amd64 Packages
500 **security.ubuntu**/ubuntu xenial-security/main i386 Packages
3.168 500
500 **archive.ubuntu**/ubuntu xenial/main amd64 Packages
500 **archive.ubuntu**/ubuntu xenial/main i386 Packages


Note : the last 4 links are modified. They should start with http:// and after ".ubuntu" should have a .com . However, I can only include up to 8 links.










share|improve this question
















I cannot update anything or install new software because of problems with the dependencies. The terminal suggest to run apt-get -f install. After trying this, there is a problem saying that it failed to correct efficiencies. Then it says:



The following packages have unmet dependencies:
update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies


I have tried some of the solutions to similar problems posted in here but all have been futile. One of them said to look at the log file and try to remove the "broken" packages... but my log file was blank...



** UPDATE **



I ran the command sudo apt-cache policy update-notifier update-notifier-common This was the output:



update-notifier:
Installed: 3.168.9
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 3.168.9 100
100 /var/lib/dpkg/status
3.168.7 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
3.168 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
update-notifier-common:
Installed: 3.168.8
Candidate: 3.192.1.4
Version table:
3.192.1.4 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
3.192 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
*** 3.168.8 100
100 /var/lib/dpkg/status
3.168.7 500
500 **security.ubuntu**/ubuntu xenial-security/main amd64 Packages
500 **security.ubuntu**/ubuntu xenial-security/main i386 Packages
3.168 500
500 **archive.ubuntu**/ubuntu xenial/main amd64 Packages
500 **archive.ubuntu**/ubuntu xenial/main i386 Packages


Note : the last 4 links are modified. They should start with http:// and after ".ubuntu" should have a .com . However, I can only include up to 8 links.







apt package-management updates dpkg dependencies






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 15 at 19:24







Skeer

















asked Jan 11 at 20:44









SkeerSkeer

11




11













  • Please also state your release of Ubuntu. Your package versions for update-notifier-common that clash are not the correct versions for Ubuntu xenial (16.04) as shown in packages.ubuntu.com/… so it looks like you aren't using Ubuntu, or if using Ubuntu don't update or you've replaced your official sources with unofficial & thus this is your issue. I'd suggest checking your sources, and telling us what you actually are running.

    – guiverc
    Jan 11 at 21:59













  • @guiverc I am using Ubuntu xenial 16.04.4 LTS .

    – Skeer
    Jan 14 at 17:31






  • 1





    Are you using any PPAs or 'newer' repositories?

    – Thomas Ward
    Jan 14 at 20:15











  • Please add the command & output of apt-cache policy update-notifier update-notifier-common to your question. Your problem I still believe is sources; changes made since install. We can't view what changes you've made to /etc/apt/sources.list* files, but this command will at least provide sources for those two packages.

    – guiverc
    Jan 14 at 22:16











  • @guiverc I have edited the question adding the command & output that you sugested. Thank you.

    – Skeer
    Jan 15 at 19:27



















  • Please also state your release of Ubuntu. Your package versions for update-notifier-common that clash are not the correct versions for Ubuntu xenial (16.04) as shown in packages.ubuntu.com/… so it looks like you aren't using Ubuntu, or if using Ubuntu don't update or you've replaced your official sources with unofficial & thus this is your issue. I'd suggest checking your sources, and telling us what you actually are running.

    – guiverc
    Jan 11 at 21:59













  • @guiverc I am using Ubuntu xenial 16.04.4 LTS .

    – Skeer
    Jan 14 at 17:31






  • 1





    Are you using any PPAs or 'newer' repositories?

    – Thomas Ward
    Jan 14 at 20:15











  • Please add the command & output of apt-cache policy update-notifier update-notifier-common to your question. Your problem I still believe is sources; changes made since install. We can't view what changes you've made to /etc/apt/sources.list* files, but this command will at least provide sources for those two packages.

    – guiverc
    Jan 14 at 22:16











  • @guiverc I have edited the question adding the command & output that you sugested. Thank you.

    – Skeer
    Jan 15 at 19:27

















Please also state your release of Ubuntu. Your package versions for update-notifier-common that clash are not the correct versions for Ubuntu xenial (16.04) as shown in packages.ubuntu.com/… so it looks like you aren't using Ubuntu, or if using Ubuntu don't update or you've replaced your official sources with unofficial & thus this is your issue. I'd suggest checking your sources, and telling us what you actually are running.

– guiverc
Jan 11 at 21:59







Please also state your release of Ubuntu. Your package versions for update-notifier-common that clash are not the correct versions for Ubuntu xenial (16.04) as shown in packages.ubuntu.com/… so it looks like you aren't using Ubuntu, or if using Ubuntu don't update or you've replaced your official sources with unofficial & thus this is your issue. I'd suggest checking your sources, and telling us what you actually are running.

– guiverc
Jan 11 at 21:59















@guiverc I am using Ubuntu xenial 16.04.4 LTS .

– Skeer
Jan 14 at 17:31





@guiverc I am using Ubuntu xenial 16.04.4 LTS .

– Skeer
Jan 14 at 17:31




1




1





Are you using any PPAs or 'newer' repositories?

– Thomas Ward
Jan 14 at 20:15





Are you using any PPAs or 'newer' repositories?

– Thomas Ward
Jan 14 at 20:15













Please add the command & output of apt-cache policy update-notifier update-notifier-common to your question. Your problem I still believe is sources; changes made since install. We can't view what changes you've made to /etc/apt/sources.list* files, but this command will at least provide sources for those two packages.

– guiverc
Jan 14 at 22:16





Please add the command & output of apt-cache policy update-notifier update-notifier-common to your question. Your problem I still believe is sources; changes made since install. We can't view what changes you've made to /etc/apt/sources.list* files, but this command will at least provide sources for those two packages.

– guiverc
Jan 14 at 22:16













@guiverc I have edited the question adding the command & output that you sugested. Thank you.

– Skeer
Jan 15 at 19:27





@guiverc I have edited the question adding the command & output that you sugested. Thank you.

– Skeer
Jan 15 at 19:27










1 Answer
1






active

oldest

votes


















0














issue these in a terminal ( ctrl+alt+t )



sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo dpkg --configure --pending
sudo dpkg -C # audit - check for broken packages


it should comb out any tangles in the dependency manager ... post errors if this fails to fully resolve



UPDATE - issue this to see what you have installed



dpkg  -l|grep  update-notifier


now get them re-installed



sudo apt-get --reinstall install  update-notifier update-notifier-common


Tell us if that runs OK ... if good then go back and run the original set of commands above






share|improve this answer


























  • Thanks! this is what happend: 1.apt-get -f install give me the same error. 2.apt-get --fix-missing install gives: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed E: Unmet dependencies. Try using -f.

    – Skeer
    Jan 14 at 17:36













  • 3.sudo dpkg -C # audit - check for broken packages gives: The following packages are in a mess due to serious problems during installation. They must be reinstalled for them (and any packages that depend on them) to function properly: update-notifier Daemon which notifies about package updates

    – Skeer
    Jan 14 at 17:42











  • dpkg -l|grep update-notifier gave: rUR update-notifier 3.168.9 amd64 Daemon which notifies about package updates ri update-notifier-common 3.168.8 all Files shared between update-notifier and other packages

    – Skeer
    Jan 15 at 19:48













  • 'sudo apt-get --reinstall install update-notifier update-notifier-common' gave errors with update-manager and this new line: update-notifier : Depends: libglib2.0-0 (>= 2.49.2) but 2.48.2-0ubuntu1 is to be installed [I apologize for the ugly format of the comments]

    – Skeer
    Jan 15 at 19:49













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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108973%2fproblems-with-updates-due-to-dependencies%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









0














issue these in a terminal ( ctrl+alt+t )



sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo dpkg --configure --pending
sudo dpkg -C # audit - check for broken packages


it should comb out any tangles in the dependency manager ... post errors if this fails to fully resolve



UPDATE - issue this to see what you have installed



dpkg  -l|grep  update-notifier


now get them re-installed



sudo apt-get --reinstall install  update-notifier update-notifier-common


Tell us if that runs OK ... if good then go back and run the original set of commands above






share|improve this answer


























  • Thanks! this is what happend: 1.apt-get -f install give me the same error. 2.apt-get --fix-missing install gives: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed E: Unmet dependencies. Try using -f.

    – Skeer
    Jan 14 at 17:36













  • 3.sudo dpkg -C # audit - check for broken packages gives: The following packages are in a mess due to serious problems during installation. They must be reinstalled for them (and any packages that depend on them) to function properly: update-notifier Daemon which notifies about package updates

    – Skeer
    Jan 14 at 17:42











  • dpkg -l|grep update-notifier gave: rUR update-notifier 3.168.9 amd64 Daemon which notifies about package updates ri update-notifier-common 3.168.8 all Files shared between update-notifier and other packages

    – Skeer
    Jan 15 at 19:48













  • 'sudo apt-get --reinstall install update-notifier update-notifier-common' gave errors with update-manager and this new line: update-notifier : Depends: libglib2.0-0 (>= 2.49.2) but 2.48.2-0ubuntu1 is to be installed [I apologize for the ugly format of the comments]

    – Skeer
    Jan 15 at 19:49


















0














issue these in a terminal ( ctrl+alt+t )



sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo dpkg --configure --pending
sudo dpkg -C # audit - check for broken packages


it should comb out any tangles in the dependency manager ... post errors if this fails to fully resolve



UPDATE - issue this to see what you have installed



dpkg  -l|grep  update-notifier


now get them re-installed



sudo apt-get --reinstall install  update-notifier update-notifier-common


Tell us if that runs OK ... if good then go back and run the original set of commands above






share|improve this answer


























  • Thanks! this is what happend: 1.apt-get -f install give me the same error. 2.apt-get --fix-missing install gives: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed E: Unmet dependencies. Try using -f.

    – Skeer
    Jan 14 at 17:36













  • 3.sudo dpkg -C # audit - check for broken packages gives: The following packages are in a mess due to serious problems during installation. They must be reinstalled for them (and any packages that depend on them) to function properly: update-notifier Daemon which notifies about package updates

    – Skeer
    Jan 14 at 17:42











  • dpkg -l|grep update-notifier gave: rUR update-notifier 3.168.9 amd64 Daemon which notifies about package updates ri update-notifier-common 3.168.8 all Files shared between update-notifier and other packages

    – Skeer
    Jan 15 at 19:48













  • 'sudo apt-get --reinstall install update-notifier update-notifier-common' gave errors with update-manager and this new line: update-notifier : Depends: libglib2.0-0 (>= 2.49.2) but 2.48.2-0ubuntu1 is to be installed [I apologize for the ugly format of the comments]

    – Skeer
    Jan 15 at 19:49
















0












0








0







issue these in a terminal ( ctrl+alt+t )



sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo dpkg --configure --pending
sudo dpkg -C # audit - check for broken packages


it should comb out any tangles in the dependency manager ... post errors if this fails to fully resolve



UPDATE - issue this to see what you have installed



dpkg  -l|grep  update-notifier


now get them re-installed



sudo apt-get --reinstall install  update-notifier update-notifier-common


Tell us if that runs OK ... if good then go back and run the original set of commands above






share|improve this answer















issue these in a terminal ( ctrl+alt+t )



sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo dpkg --configure --pending
sudo dpkg -C # audit - check for broken packages


it should comb out any tangles in the dependency manager ... post errors if this fails to fully resolve



UPDATE - issue this to see what you have installed



dpkg  -l|grep  update-notifier


now get them re-installed



sudo apt-get --reinstall install  update-notifier update-notifier-common


Tell us if that runs OK ... if good then go back and run the original set of commands above







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 14 at 20:11

























answered Jan 11 at 20:56









Scott StenslandScott Stensland

4,82742242




4,82742242













  • Thanks! this is what happend: 1.apt-get -f install give me the same error. 2.apt-get --fix-missing install gives: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed E: Unmet dependencies. Try using -f.

    – Skeer
    Jan 14 at 17:36













  • 3.sudo dpkg -C # audit - check for broken packages gives: The following packages are in a mess due to serious problems during installation. They must be reinstalled for them (and any packages that depend on them) to function properly: update-notifier Daemon which notifies about package updates

    – Skeer
    Jan 14 at 17:42











  • dpkg -l|grep update-notifier gave: rUR update-notifier 3.168.9 amd64 Daemon which notifies about package updates ri update-notifier-common 3.168.8 all Files shared between update-notifier and other packages

    – Skeer
    Jan 15 at 19:48













  • 'sudo apt-get --reinstall install update-notifier update-notifier-common' gave errors with update-manager and this new line: update-notifier : Depends: libglib2.0-0 (>= 2.49.2) but 2.48.2-0ubuntu1 is to be installed [I apologize for the ugly format of the comments]

    – Skeer
    Jan 15 at 19:49





















  • Thanks! this is what happend: 1.apt-get -f install give me the same error. 2.apt-get --fix-missing install gives: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed E: Unmet dependencies. Try using -f.

    – Skeer
    Jan 14 at 17:36













  • 3.sudo dpkg -C # audit - check for broken packages gives: The following packages are in a mess due to serious problems during installation. They must be reinstalled for them (and any packages that depend on them) to function properly: update-notifier Daemon which notifies about package updates

    – Skeer
    Jan 14 at 17:42











  • dpkg -l|grep update-notifier gave: rUR update-notifier 3.168.9 amd64 Daemon which notifies about package updates ri update-notifier-common 3.168.8 all Files shared between update-notifier and other packages

    – Skeer
    Jan 15 at 19:48













  • 'sudo apt-get --reinstall install update-notifier update-notifier-common' gave errors with update-manager and this new line: update-notifier : Depends: libglib2.0-0 (>= 2.49.2) but 2.48.2-0ubuntu1 is to be installed [I apologize for the ugly format of the comments]

    – Skeer
    Jan 15 at 19:49



















Thanks! this is what happend: 1.apt-get -f install give me the same error. 2.apt-get --fix-missing install gives: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed E: Unmet dependencies. Try using -f.

– Skeer
Jan 14 at 17:36







Thanks! this is what happend: 1.apt-get -f install give me the same error. 2.apt-get --fix-missing install gives: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: update-notifier : Depends: update-notifier-common (= 3.168.9) but 3.168.8 is installed E: Unmet dependencies. Try using -f.

– Skeer
Jan 14 at 17:36















3.sudo dpkg -C # audit - check for broken packages gives: The following packages are in a mess due to serious problems during installation. They must be reinstalled for them (and any packages that depend on them) to function properly: update-notifier Daemon which notifies about package updates

– Skeer
Jan 14 at 17:42





3.sudo dpkg -C # audit - check for broken packages gives: The following packages are in a mess due to serious problems during installation. They must be reinstalled for them (and any packages that depend on them) to function properly: update-notifier Daemon which notifies about package updates

– Skeer
Jan 14 at 17:42













dpkg -l|grep update-notifier gave: rUR update-notifier 3.168.9 amd64 Daemon which notifies about package updates ri update-notifier-common 3.168.8 all Files shared between update-notifier and other packages

– Skeer
Jan 15 at 19:48







dpkg -l|grep update-notifier gave: rUR update-notifier 3.168.9 amd64 Daemon which notifies about package updates ri update-notifier-common 3.168.8 all Files shared between update-notifier and other packages

– Skeer
Jan 15 at 19:48















'sudo apt-get --reinstall install update-notifier update-notifier-common' gave errors with update-manager and this new line: update-notifier : Depends: libglib2.0-0 (>= 2.49.2) but 2.48.2-0ubuntu1 is to be installed [I apologize for the ugly format of the comments]

– Skeer
Jan 15 at 19:49







'sudo apt-get --reinstall install update-notifier update-notifier-common' gave errors with update-manager and this new line: update-notifier : Depends: libglib2.0-0 (>= 2.49.2) but 2.48.2-0ubuntu1 is to be installed [I apologize for the ugly format of the comments]

– Skeer
Jan 15 at 19:49




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108973%2fproblems-with-updates-due-to-dependencies%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕