aptitude Output: Wo sind diese Flags dokumentiert?
Ulf Rompe
Ulf.Rompe at icem.com
Mit Mar 12 11:46:51 GMT 2008
Am Mittwoch, den 12.03.2008, 12:15 +0100 schrieb Simon Jolle sjolle:
> Unterstehend Flags wie "i", "A" oder "p". In welcher Manual sind diese
> dokumentiert? Was bedeuten diese?
>
> Sorry für die blöde Frage.
>
> > # aptitude search xfce4
> > i A libxfce4mcs-client3 - Client library for Xfce4 configure interfa
> > p libxfce4mcs-dev - Development files for libxfce4mcs-client a
Ich denke mal, dass das die gleichen Flags sind, die aptitude auch für
die interaktive Darstellung verwendet. Aus /usr/share/aptitude/README
bzw. der interaktiven aptitude-Hilfe:
The four status flags on the left-hand side of the screen give
the basic information about a package's state. The first
character is the package's current state. The second character
is the action which will be taken on the package. The third
character indicates whether the package was automatically
installed (see the section called ``Managing automatically
installed packages''), and the fourth character indicates
whether the package is trusted
(see the section called ``Understanding and managing package
trust'').
[...]
Das vierte Feld scheint hier allerdings nicht angezeigt zu werden, und
das zweite dürfte auch meistens leer sein. Um Deine Frage im speziellen
zu beantworten:
i - the package is installed and all its dependencies are satisfied.
p - the package and all its configuration files were removed, or the package was
never installed.
Weitere Kürzel findest Du in der besagten README.
[x] ulf
--
One of the main causes of the fall of the roman empire was that, lacking
zero, they had no way to indicate successful termination of their C
programs.