Update-apt-xapian-index: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
update-apt-xapian-index - rebuild the Apt Xapian Index | |||
== Beschreibung == | == Beschreibung == | ||
Rebuild the Apt Xapian index | |||
; Erweiterungen | ; Erweiterungen | ||
Mit update-apt-xapian-index können unter /usr/share/apt-xapian-index Erweiterungen installiert werden, die alle möglichen Zusatzinformationen indizieren, wie Debtags, Popcon-Informationen, Paketbewertungen und alles andere, was passen würde. | Mit update-apt-xapian-index können unter /usr/share/apt-xapian-index Erweiterungen installiert werden, die alle möglichen Zusatzinformationen indizieren, wie Debtags, Popcon-Informationen, Paketbewertungen und alles andere, was passen würde. | ||
Zeile 12: | Zeile 14: | ||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line> | ||
update-apt-xapian-index [options] | |||
</syntaxhighlight> | |||
=== Optionen === | === Optionen === | ||
--version | |||
show program's version number and exit | |||
-h, --help | |||
show this help message and exit | |||
-q, --quiet | |||
quiet mode: only output fatal errors | |||
-v, --verbose | |||
verbose mode | |||
-f, --force | |||
force database rebuild even if it's already up to date | |||
--pkgfile=PKGFILE | |||
do not use the APT cache, but the given Package file | |||
--batch-mode | |||
use progress reporting suitable from programmatic parsing. | |||
-u, --update | |||
incremental update, reindexing only those packages whose version has changed since the last run | |||
=== Parameter === | === Parameter === | ||
=== Umgebungsvariablen === | === Umgebungsvariablen === | ||
Zeile 25: | Zeile 53: | ||
== Anhang == | == Anhang == | ||
=== Siehe auch === | === Siehe auch === | ||
{{Special:PrefixIndex/ | {{Special:PrefixIndex/apt-xapian}} | ||
==== Dokumentation ==== | ==== Dokumentation ==== | ||
Version vom 8. November 2024, 12:50 Uhr
update-apt-xapian-index - rebuild the Apt Xapian Index
Beschreibung
Rebuild the Apt Xapian index
- Erweiterungen
Mit update-apt-xapian-index können unter /usr/share/apt-xapian-index Erweiterungen installiert werden, die alle möglichen Zusatzinformationen indizieren, wie Debtags, Popcon-Informationen, Paketbewertungen und alles andere, was passen würde.
- Index
Der von update-apt-xapian-index erstellte Index ist selbstdokumentierend.
- Er enthält eine automatisch generierte README-Datei mit Informationen über die Struktur des Index und alle darin enthaltenen Daten.
Installation
Syntax
update-apt-xapian-index [options]
Optionen
--version show program's version number and exit
-h, --help show this help message and exit
-q, --quiet quiet mode: only output fatal errors
-v, --verbose verbose mode
-f, --force force database rebuild even if it's already up to date
--pkgfile=PKGFILE do not use the APT cache, but the given Package file
--batch-mode use progress reporting suitable from programmatic parsing.
-u, --update incremental update, reindexing only those packages whose version has changed since the last run
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
Problembehebung
Konfiguration
Dateien
Anhang
Siehe auch
Dokumentation
Man-Page
Links
Projekt
Weblinks