-#: apt.conf.5.xml:186
-msgid ""
-"Defaults to on which will cause APT to install essential and important "
-"packages as fast as possible in the install/upgrade operation. This is done "
-"to limit the effect of a failing &dpkg; call: If this option is disabled APT "
-"does treat an important package in the same way as an extra package: Between "
-"the unpacking of the important package A and his configuration can then be "
-"many other unpack or configuration calls, e.g. for package B which has no "
-"relation to A, but causes the dpkg call to fail (e.g. because maintainer "
-"script of package B generates an error) which results in a system state in "
-"which package A is unpacked but unconfigured - each package depending on A "
-"is now no longer guaranteed to work as their dependency on A is not longer "
-"satisfied. The immediate configuration marker is also applied to all "
-"dependencies which can generate a problem if the dependencies e.g. form a "
-"circle as a dependency with the immediate flag is comparable with a Pre-"
-"Dependency. So in theory it is possible that APT encounters a situation in "
-"which it is unable to perform immediate configuration, errors out and refers "
-"to this option so the user can deactivate the immediate configuration "
-"temporarily to be able to perform an install/upgrade again. Note the use of "
-"the word \"theory\" here as this problem was only encountered by now in real "
-"world a few times in non-stable distribution versions and was caused by "
-"wrong dependencies of the package in question or by a system in an already "
-"broken state, so you should not blindly disable this option as the mentioned "
-"scenario above is not the only problem immediate configuration can help to "
-"prevent in the first place. Before a big operation like <literal>dist-"
-"upgrade</literal> is run with this option disabled it should be tried to "
-"explicitly <literal>install</literal> the package APT is unable to configure "
-"immediately, but please make sure to report your problem also to your "
-"distribution and to the APT team with the buglink below so they can work on "
-"improving or correcting the upgrade process."
-msgstr ""
-"Standardmäßig »on«, wodurch APT veranlasst wird, »essential«- oder "
-"»important«-Pakete so schnell wie möglich in der »install«-/»upgrade«-"
-"Operation zu installieren. Dies wird getan, um den Effekt eines "
-"gescheiterterten &dpkg;-Aufrufs zu begrenzen: Wenn diese Option "
-"ausgeschaltet ist, behandelt APT ein »important«-Paket auf die gleiche Weise "
-"wie ein »extra«-Paket: Zwischen dem Entpacken des »important«-Pakets A und "
-"seiner Konfiguration können dann viele andere Entpack- oder "
-"Konfigurationsaufrufe liegen, z.B. für Paket B, das keine Beziehung zu A "
-"hat, aber den dpkg-Aufruf zum Scheitern bringt (z.B. weil das Betreuerskript "
-"von Paket B Fehler generiert), die als Ergebnis einen Systemstatus haben, in "
-"dem Paket A entpackt, aber nicht konfiguriert ist und für kein von A "
-"abhängendes Paket länger gewährleistet ist, dass es funktioniert, weil die "
-"Abhängigkeit zu A nicht länger befriedigt wird. Das unmittelbare "
-"Konfigurationskennzeichen wird außerdem auf alle Abhängigkeiten angewandt, "
-"was zu einem Problem führen könnten, falls die Abhängigkeiten z.B. einen "
-"Kreis bilden, so dass eine Abhängigkeit mit der Unmittelbarmarkierung mit "
-"einer Vorabhängigkeit vergleichbar ist. So ist es theoretisch möglich, dass "
-"APT einer Situation begegnet, in der keine unmittelbare Konfiguration "
-"durchgeführt, ein Fehler ausgegeben und sich auf diese Option bezogen werden "
-"kann, so dass der Anwender die unmittelbare Konfiguration zeitweise "
-"deaktivieren kann, um in der Lage zu sein, erneut ein »install«/»upgrade« "
-"durchzuführen. Beachten Sie, dass hier das Wort »theoretisch« benutzt wird, "
-"denn dieses Problem ist bis jetzt in der Realität nur ein paar mal in "
-"unstabilen Distributionsversionen aufgetreten und wurde durch falsche "
-"Abhängigkeiten des fraglichen Pakets ausgelöst oder durch ein System in "
-"bereits kaputtem Status, so dass Sie diese Option nicht unbesehen abschalten "
-"sollten, da das oben erwähnte Szenario nicht das einzige unmittelbare "
-"Problem ist, das die Konfiguration überhaupt verhindern sollte. Bevor eine "
-"große Operation wie <literal>dist-upgrade</literal> mit dieser "
-"ausgeschalteten Option ausgeführt wird, sollte explizit versucht werden, "
-"<literal>install</literal> des Pakets durchzuführen. APT ist nicht in der "
-"Lage unmittelbar zu konfigurieren, aber stellen Sie sicher, dass Sie Ihr "
-"Problem außerdem an Ihre Distribution und an das APT-Team berichten mit "
-"nachstehendem Fehlerverweis, so dass es am Verbessern oder Korrigieren des "
-"Upgrade-Prozesses arbeiten kann."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:209
-msgid ""
-"Never Enable this option unless you -really- know what you are doing. It "
-"permits APT to temporarily remove an essential package to break a Conflicts/"
-"Conflicts or Conflicts/Pre-Depend loop between two essential packages. SUCH "
-"A LOOP SHOULD NEVER EXIST AND IS A GRAVE BUG. This option will work if the "
-"essential packages are not tar, gzip, libc, dpkg, bash or anything that "
-"those packages depend on."
-msgstr ""
-"Schalten Sie diese Option niemals ein, außer wenn Sie -wirklich- wissen, was "
-"Sie tun. Es erlaubt APT temporär ein essentielles Paket zu entfernen, um "
-"eine Conflicts/Conflicts- oder Conflicts/Pre-Depend-Schleife zwischen zwei "
-"essentiellen Paketen zu unterbrechen. SOLCH EINE SCHLEIFE SOLLTE NIEMALS "
-"EXISTIEREN UND IST EIN SCHWERWIEGENDER FEHLER. Diese Option wird "
-"funktionieren, wenn die essentiellen Pakete nicht tar, gzip, libc, dpkg, "
-"bash oder etwas, was davon abhängt, sind."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:218
-#, fuzzy
-#| msgid ""
-#| "APT uses since version 0.7.26 a resizable memory mapped cache file to "
-#| "store the 'available' information. <literal>Cache-Start</literal> acts as "
-#| "a hint to which size the Cache will grow and is therefore the amount of "
-#| "memory APT will request at startup. The default value is 20971520 bytes "
-#| "(~20 MB). Note that these amount of space need to be available for APT "
-#| "otherwise it will likely fail ungracefully, so for memory restricted "
-#| "devices these value should be lowered while on systems with a lot of "
-#| "configured sources this might be increased. <literal>Cache-Grow</"
-#| "literal> defines in byte with the default of 1048576 (~1 MB) how much the "
-#| "Cache size will be increased in the event the space defined by "
-#| "<literal>Cache-Start</literal> is not enough. These value will be applied "
-#| "again and again until either the cache is big enough to store all "
-#| "information or the size of the cache reaches the <literal>Cache-Limit</"
-#| "literal>. The default of <literal>Cache-Limit</literal> is 0 which "
-#| "stands for no limit. If <literal>Cache-Grow</literal> is set to 0 the "
-#| "automatic grow of the cache is disabled."