1

In the "Debian Policy Manual", under Chapter 7 there is a section titled "7.3 Packages which break other packages - Breaks". In that section is says (in part):

When one binary package declares that it breaks another, dpkg will refuse to allow the package which declares Breaks to be unpacked unless the broken package is deconfigured first, and it will refuse to allow the broken package to be reconfigured.

How do you "deconfigure" an installed Debian package?

user35042
  • 2,681
  • 12
  • 34
  • 60

1 Answers1

0

That means to un-install the offending package.

mdpc
  • 11,856
  • 28
  • 53
  • 67