adminstoriesflagsvonaptitude

no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


adminstoriesflagsvonaptitude [20120830 09:37] (aktuell) – angelegt Dirk Deimeke
Zeile 1: Zeile 1:
 +====== Flags von aptitude ======
  
 +  * Urspruenglicher Autor: Ramon Kukla
 +  * Urspruengliches Datum: 26.08.2011
 +
 +So, und jetzt der zweite Beitrag. Noch eine Uebersicht verschiedener Flags fuer "aptitude". Die hatte ich mir mal notiert, bzw. rausgesucht, da ich immer wieder mal Flags angezeigt bekommen hatte, die mir nicht so praesent waren.
 +
 +Values of the "current state" flag
 +
 +<code>i - the package is installed and all its dependencies are satisfied.
 +c - the package was removed, but its configuration files are still present.
 +p - the package and all its configuration files were removed, or the package was never installed.
 +v - the package is virtual.
 +B - the package has broken dependencies.
 +u - the package has been unpacked but not configured.
 +C - half-configured: the package's configuration was interrupted.
 +H - half-installed: the package's installation was interrupted.</code>
 +
 +Values of the "action" flag
 +
 +<code>i - the package will be installed.
 +u - the package will be upgraded.
 +d - the package will be deleted: it will be removed, but its configuration files will remain on the system.
 +p - the package will be purged: it and its configuration files will be removed.
 +h - the package will be held back: it will be kept at its current version, even if a newer version becomes available, until the hold is cancelled.
 +F - An upgrade of the package has been forbidden.
 +r - the package will be reinstalled.
 +B - the package is "broken": some of its dependencies will not be satisfied. aptitude will not allow you to install, remove, or upgrade anything while you have broken packages</code>
 +
 +[[adminstoriesartikel|Zurück zur Uebersicht]]
  • adminstoriesflagsvonaptitude.txt
  • Zuletzt geändert: 20120830 09:37
  • von Dirk Deimeke