pkgProblemResolver::Resolve generated breaks

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite
1












I am trying to run an apt-get dist-upgrade, but it comes with the following error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed
The following packages have unmet dependencies:
perl : Depends: perl-base (= 5.14.2-21+deb7u2) but it is not going to be installed
Depends: perl-modules (>= 5.14.2-21+deb7u2) but it is not going to be installed
sysvinit : PreDepends: initscripts (>= 2.88dsf-13.3) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I successfully ran apt-get upgrade, so I am out of ideas



I was thinking of apt-get remove perl, but then it comes with this error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mount : PreDepends: libblkid1 (>= 2.20.1) but it is not going to be installed
PreDepends: libmount1 (>= 2.20.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


My sources.list looks like this



deb http://ftp.dk.debian.org/debian/ wheezy main
deb-src http://ftp.dk.debian.org/debian/ wheezy main

deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main

deb http://security.debian.org/debian-security wheezy/updates main
deb-src http://security.debian.org/debian-security wheezy/updates main

deb http://backports.debian.org/debian-backports squeeze-backports main

deb http://mirrors.sunsite.dk/debian/ wheezy main
deb-src http://mirrors.sunsite.dk/debian/ wheezy main

deb http://ftp.ie.debian.org/debian/ wheezy main
deb-src http://ftp.ie.debian.org/debian/ wheezy main

deb http://security.debian.org/ stable/updates main

deb http://ftp.debian.org/debian/ wheezy main non-free
deb http://security.debian.org/ wheezy/updates main non-free


What can I do?



The answers to the questions in comments are



The output of cat /etc/debian_version is 7.9, but no I am not using apt pinning as your comment is the first place, I read about it, but I am going for setting it up, when apt is running



The output of apt-cache policy is



Package files:
100 /var/lib/dpkg/status
release a=now
500 http://security.debian.org/ wheezy/updates/non-free Translation-en
500 http://security.debian.org/ wheezy/updates/main Translation-en
500 http://security.debian.org/ wheezy/updates/non-free i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=non-free
origin security.debian.org
500 http://security.debian.org/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.debian.org/debian/ wheezy/non-free Translation-en
500 http://ftp.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.debian.org/debian/ wheezy/non-free i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=non-free
origin ftp.debian.org
500 http://ftp.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.debian.org
500 http://security.debian.org/ stable/updates/main Translation-en
500 http://security.debian.org/ stable/updates/main i386 Packages
release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.ie.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.ie.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.ie.debian.org
500 http://mirrors.sunsite.dk/debian/ wheezy/main Translation-en
500 http://mirrors.sunsite.dk/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin mirrors.sunsite.dk
500 http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en
100 http://backports.debian.org/debian-backports/ squeeze-backports/main i386 Packages
release o=Debian Backports,a=squeeze-backports,n=squeeze-backports,l=Debian Backports,c=main
origin backports.debian.org
500 http://security.debian.org/debian-security/ wheezy/updates/main Translation-en
500 http://security.debian.org/debian-security/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://security.debian.org/ testing/updates/main Translation-en
500 http://security.debian.org/ testing/updates/main i386 Packages
release o=Debian,a=testing,n=stretch,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.dk.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.dk.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.dk.debian.org
Pinned packages:









share|improve this question















migrated from serverfault.com Dec 18 '15 at 6:27


This question came from our site for system and network administrators.














  • Are you using apt pinning? Could you show the content of /etc/debian_version?
    – gf_
    Dec 17 '15 at 21:47










  • Please paste the output of apt-cache policy. In the question, not in a comment.
    – Faheem Mitha
    Dec 18 '15 at 10:13










  • Your questions are now answered in the original question
    – The87Boy
    Dec 18 '15 at 18:52














up vote
2
down vote

favorite
1












I am trying to run an apt-get dist-upgrade, but it comes with the following error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed
The following packages have unmet dependencies:
perl : Depends: perl-base (= 5.14.2-21+deb7u2) but it is not going to be installed
Depends: perl-modules (>= 5.14.2-21+deb7u2) but it is not going to be installed
sysvinit : PreDepends: initscripts (>= 2.88dsf-13.3) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I successfully ran apt-get upgrade, so I am out of ideas



I was thinking of apt-get remove perl, but then it comes with this error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mount : PreDepends: libblkid1 (>= 2.20.1) but it is not going to be installed
PreDepends: libmount1 (>= 2.20.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


My sources.list looks like this



deb http://ftp.dk.debian.org/debian/ wheezy main
deb-src http://ftp.dk.debian.org/debian/ wheezy main

deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main

deb http://security.debian.org/debian-security wheezy/updates main
deb-src http://security.debian.org/debian-security wheezy/updates main

deb http://backports.debian.org/debian-backports squeeze-backports main

deb http://mirrors.sunsite.dk/debian/ wheezy main
deb-src http://mirrors.sunsite.dk/debian/ wheezy main

deb http://ftp.ie.debian.org/debian/ wheezy main
deb-src http://ftp.ie.debian.org/debian/ wheezy main

deb http://security.debian.org/ stable/updates main

deb http://ftp.debian.org/debian/ wheezy main non-free
deb http://security.debian.org/ wheezy/updates main non-free


What can I do?



The answers to the questions in comments are



The output of cat /etc/debian_version is 7.9, but no I am not using apt pinning as your comment is the first place, I read about it, but I am going for setting it up, when apt is running



The output of apt-cache policy is



Package files:
100 /var/lib/dpkg/status
release a=now
500 http://security.debian.org/ wheezy/updates/non-free Translation-en
500 http://security.debian.org/ wheezy/updates/main Translation-en
500 http://security.debian.org/ wheezy/updates/non-free i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=non-free
origin security.debian.org
500 http://security.debian.org/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.debian.org/debian/ wheezy/non-free Translation-en
500 http://ftp.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.debian.org/debian/ wheezy/non-free i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=non-free
origin ftp.debian.org
500 http://ftp.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.debian.org
500 http://security.debian.org/ stable/updates/main Translation-en
500 http://security.debian.org/ stable/updates/main i386 Packages
release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.ie.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.ie.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.ie.debian.org
500 http://mirrors.sunsite.dk/debian/ wheezy/main Translation-en
500 http://mirrors.sunsite.dk/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin mirrors.sunsite.dk
500 http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en
100 http://backports.debian.org/debian-backports/ squeeze-backports/main i386 Packages
release o=Debian Backports,a=squeeze-backports,n=squeeze-backports,l=Debian Backports,c=main
origin backports.debian.org
500 http://security.debian.org/debian-security/ wheezy/updates/main Translation-en
500 http://security.debian.org/debian-security/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://security.debian.org/ testing/updates/main Translation-en
500 http://security.debian.org/ testing/updates/main i386 Packages
release o=Debian,a=testing,n=stretch,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.dk.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.dk.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.dk.debian.org
Pinned packages:









share|improve this question















migrated from serverfault.com Dec 18 '15 at 6:27


This question came from our site for system and network administrators.














  • Are you using apt pinning? Could you show the content of /etc/debian_version?
    – gf_
    Dec 17 '15 at 21:47










  • Please paste the output of apt-cache policy. In the question, not in a comment.
    – Faheem Mitha
    Dec 18 '15 at 10:13










  • Your questions are now answered in the original question
    – The87Boy
    Dec 18 '15 at 18:52












up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





I am trying to run an apt-get dist-upgrade, but it comes with the following error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed
The following packages have unmet dependencies:
perl : Depends: perl-base (= 5.14.2-21+deb7u2) but it is not going to be installed
Depends: perl-modules (>= 5.14.2-21+deb7u2) but it is not going to be installed
sysvinit : PreDepends: initscripts (>= 2.88dsf-13.3) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I successfully ran apt-get upgrade, so I am out of ideas



I was thinking of apt-get remove perl, but then it comes with this error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mount : PreDepends: libblkid1 (>= 2.20.1) but it is not going to be installed
PreDepends: libmount1 (>= 2.20.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


My sources.list looks like this



deb http://ftp.dk.debian.org/debian/ wheezy main
deb-src http://ftp.dk.debian.org/debian/ wheezy main

deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main

deb http://security.debian.org/debian-security wheezy/updates main
deb-src http://security.debian.org/debian-security wheezy/updates main

deb http://backports.debian.org/debian-backports squeeze-backports main

deb http://mirrors.sunsite.dk/debian/ wheezy main
deb-src http://mirrors.sunsite.dk/debian/ wheezy main

deb http://ftp.ie.debian.org/debian/ wheezy main
deb-src http://ftp.ie.debian.org/debian/ wheezy main

deb http://security.debian.org/ stable/updates main

deb http://ftp.debian.org/debian/ wheezy main non-free
deb http://security.debian.org/ wheezy/updates main non-free


What can I do?



The answers to the questions in comments are



The output of cat /etc/debian_version is 7.9, but no I am not using apt pinning as your comment is the first place, I read about it, but I am going for setting it up, when apt is running



The output of apt-cache policy is



Package files:
100 /var/lib/dpkg/status
release a=now
500 http://security.debian.org/ wheezy/updates/non-free Translation-en
500 http://security.debian.org/ wheezy/updates/main Translation-en
500 http://security.debian.org/ wheezy/updates/non-free i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=non-free
origin security.debian.org
500 http://security.debian.org/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.debian.org/debian/ wheezy/non-free Translation-en
500 http://ftp.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.debian.org/debian/ wheezy/non-free i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=non-free
origin ftp.debian.org
500 http://ftp.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.debian.org
500 http://security.debian.org/ stable/updates/main Translation-en
500 http://security.debian.org/ stable/updates/main i386 Packages
release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.ie.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.ie.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.ie.debian.org
500 http://mirrors.sunsite.dk/debian/ wheezy/main Translation-en
500 http://mirrors.sunsite.dk/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin mirrors.sunsite.dk
500 http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en
100 http://backports.debian.org/debian-backports/ squeeze-backports/main i386 Packages
release o=Debian Backports,a=squeeze-backports,n=squeeze-backports,l=Debian Backports,c=main
origin backports.debian.org
500 http://security.debian.org/debian-security/ wheezy/updates/main Translation-en
500 http://security.debian.org/debian-security/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://security.debian.org/ testing/updates/main Translation-en
500 http://security.debian.org/ testing/updates/main i386 Packages
release o=Debian,a=testing,n=stretch,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.dk.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.dk.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.dk.debian.org
Pinned packages:









share|improve this question















I am trying to run an apt-get dist-upgrade, but it comes with the following error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed
The following packages have unmet dependencies:
perl : Depends: perl-base (= 5.14.2-21+deb7u2) but it is not going to be installed
Depends: perl-modules (>= 5.14.2-21+deb7u2) but it is not going to be installed
sysvinit : PreDepends: initscripts (>= 2.88dsf-13.3) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I successfully ran apt-get upgrade, so I am out of ideas



I was thinking of apt-get remove perl, but then it comes with this error



Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mount : PreDepends: libblkid1 (>= 2.20.1) but it is not going to be installed
PreDepends: libmount1 (>= 2.20.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


My sources.list looks like this



deb http://ftp.dk.debian.org/debian/ wheezy main
deb-src http://ftp.dk.debian.org/debian/ wheezy main

deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main

deb http://security.debian.org/debian-security wheezy/updates main
deb-src http://security.debian.org/debian-security wheezy/updates main

deb http://backports.debian.org/debian-backports squeeze-backports main

deb http://mirrors.sunsite.dk/debian/ wheezy main
deb-src http://mirrors.sunsite.dk/debian/ wheezy main

deb http://ftp.ie.debian.org/debian/ wheezy main
deb-src http://ftp.ie.debian.org/debian/ wheezy main

deb http://security.debian.org/ stable/updates main

deb http://ftp.debian.org/debian/ wheezy main non-free
deb http://security.debian.org/ wheezy/updates main non-free


What can I do?



The answers to the questions in comments are



The output of cat /etc/debian_version is 7.9, but no I am not using apt pinning as your comment is the first place, I read about it, but I am going for setting it up, when apt is running



The output of apt-cache policy is



Package files:
100 /var/lib/dpkg/status
release a=now
500 http://security.debian.org/ wheezy/updates/non-free Translation-en
500 http://security.debian.org/ wheezy/updates/main Translation-en
500 http://security.debian.org/ wheezy/updates/non-free i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=non-free
origin security.debian.org
500 http://security.debian.org/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.debian.org/debian/ wheezy/non-free Translation-en
500 http://ftp.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.debian.org/debian/ wheezy/non-free i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=non-free
origin ftp.debian.org
500 http://ftp.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.debian.org
500 http://security.debian.org/ stable/updates/main Translation-en
500 http://security.debian.org/ stable/updates/main i386 Packages
release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.ie.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.ie.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.ie.debian.org
500 http://mirrors.sunsite.dk/debian/ wheezy/main Translation-en
500 http://mirrors.sunsite.dk/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin mirrors.sunsite.dk
500 http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en
100 http://backports.debian.org/debian-backports/ squeeze-backports/main i386 Packages
release o=Debian Backports,a=squeeze-backports,n=squeeze-backports,l=Debian Backports,c=main
origin backports.debian.org
500 http://security.debian.org/debian-security/ wheezy/updates/main Translation-en
500 http://security.debian.org/debian-security/ wheezy/updates/main i386 Packages
release v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main
origin security.debian.org
500 http://security.debian.org/ testing/updates/main Translation-en
500 http://security.debian.org/ testing/updates/main i386 Packages
release o=Debian,a=testing,n=stretch,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.dk.debian.org/debian/ wheezy/main Translation-en
500 http://ftp.dk.debian.org/debian/ wheezy/main i386 Packages
release v=7.9,o=Debian,a=oldstable,n=wheezy,l=Debian,c=main
origin ftp.dk.debian.org
Pinned packages:






debian apt






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 18 '15 at 18:07

























asked Dec 17 '15 at 17:40









The87Boy

11113




11113




migrated from serverfault.com Dec 18 '15 at 6:27


This question came from our site for system and network administrators.






migrated from serverfault.com Dec 18 '15 at 6:27


This question came from our site for system and network administrators.













  • Are you using apt pinning? Could you show the content of /etc/debian_version?
    – gf_
    Dec 17 '15 at 21:47










  • Please paste the output of apt-cache policy. In the question, not in a comment.
    – Faheem Mitha
    Dec 18 '15 at 10:13










  • Your questions are now answered in the original question
    – The87Boy
    Dec 18 '15 at 18:52
















  • Are you using apt pinning? Could you show the content of /etc/debian_version?
    – gf_
    Dec 17 '15 at 21:47










  • Please paste the output of apt-cache policy. In the question, not in a comment.
    – Faheem Mitha
    Dec 18 '15 at 10:13










  • Your questions are now answered in the original question
    – The87Boy
    Dec 18 '15 at 18:52















Are you using apt pinning? Could you show the content of /etc/debian_version?
– gf_
Dec 17 '15 at 21:47




Are you using apt pinning? Could you show the content of /etc/debian_version?
– gf_
Dec 17 '15 at 21:47












Please paste the output of apt-cache policy. In the question, not in a comment.
– Faheem Mitha
Dec 18 '15 at 10:13




Please paste the output of apt-cache policy. In the question, not in a comment.
– Faheem Mitha
Dec 18 '15 at 10:13












Your questions are now answered in the original question
– The87Boy
Dec 18 '15 at 18:52




Your questions are now answered in the original question
– The87Boy
Dec 18 '15 at 18:52










1 Answer
1






active

oldest

votes

















up vote
0
down vote













enter image description here



Nothing seems to work, I really need some help with this.





share








New contributor




NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    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',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f250134%2fpkgproblemresolverresolve-generated-breaks%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    enter image description here



    Nothing seems to work, I really need some help with this.





    share








    New contributor




    NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote













      enter image description here



      Nothing seems to work, I really need some help with this.





      share








      New contributor




      NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



















        up vote
        0
        down vote










        up vote
        0
        down vote









        enter image description here



        Nothing seems to work, I really need some help with this.





        share








        New contributor




        NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        enter image description here



        Nothing seems to work, I really need some help with this.






        share








        New contributor




        NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 1 min ago









        NIRAJ GOLCHHA

        1




        1




        New contributor




        NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        NIRAJ GOLCHHA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f250134%2fpkgproblemresolverresolve-generated-breaks%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay