Axi-cache: Unterschied zwischen den Versionen

Aus Foxwiki
 
(17 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:axi-cache}}
'''axi-cache''' - [[Apt Xapian Index]] abfragen
 
'''axi-cache''' - Beschreibung


== Beschreibung ==
== Beschreibung ==
Zeile 10: Zeile 8:
''axi-cache'' ist Teil des [[Software/Paket|Pakets]] [[apt-xapian-index]]
''axi-cache'' ist Teil des [[Software/Paket|Pakets]] [[apt-xapian-index]]


== Syntax ==
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line>
axi-cache [options] command [args]
axi-cache [options] command [args]
</syntaxhighlight>
</syntaxhighlight>
=== Optionen ===
=== Optionen ===
== OPTIONS ==
{| class="wikitable sortable options"
|-
! Unix !! GNU !! Parameter || Beschreibung
|-
| || --version || || show program's version number and exit
|-
| -h || --help || || show this help message and exit
|-
| -s || --sort= || SORT || sort by the given value, as listed in /var/lib/apt-xapian-index/values. Add a '-' to reverse sort order
|-
| || --tags || || show matching tags, rather than packages
|-
| || --tabcomplete= || TYPE || suggest words for tab completion of the current command line (type is 'plain' or 'partial')
|-
| || --last || || use 'show --last' to limit tab completion to only the packages from the last search results
|-
|| || --all || || disable pagination and always show all results. Note that search results are normally sorted by relevance, so you may find meaningless results at the end of the output
|}
=== Parameter ===
=== Parameter ===
=== Umgebungsvariablen ===
=== Umgebungsvariablen ===
Zeile 20: Zeile 38:


== Anwendung ==
== Anwendung ==
=== Problembehebung ===
; Suchbefehle
== Konfiguration ==
Wiederholen Sie die letzte Suche, indem Sie möglicherweise Suchbegriffe hinzufügen
=== Dateien ===
<noinclude>
 
== Anhang ==
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
==== Dokumentation ====
 
===== Man-Page =====
# AXI-CACHE(1)
 
===== Info-Pages =====
==== Links ====
===== Projekt =====
===== Weblinks =====
</noinclude>
 
{{SORTIERUNG:axi-cache}}
 
= TMP =
== NAME ==
axi-cache - query the Apt Xapian Index
 
== DESCRIPTION ==
Query the Apt Xapian index.
 
=== Commands ===
; search commands
repeat the last search, possibly adding query terms
  axi-cache again [query]
  axi-cache again [query]


show a summary of commands
Zeigen Sie eine Zusammenfassung der Befehle an
  axi-cache help
  axi-cache help


print information about the apt-xapian-index environment
Drucken Sie Informationen über die apt-xapian-index-Umgebung aus
  axi-cache info
  axi-cache info


show the last results again
Zeigen Sie die letzten Ergebnisse erneut an
  axi-cache last [count]
  axi-cache last [count]


show more terms from the last search
Zeigen Sie weitere Begriffe aus der letzten Suche an
  axi-cache more [count]
  axi-cache more [count]


show details of reverse relationships for the given packages
Details zu umgekehrten Beziehungen für die angegebenen Pakete anzeigen
  axi-cache rdetails pkgname[s]
  axi-cache rdetails pkgname[s]


start a new search
eine neue Suche starten
  axi-cache search [terms]
  axi-cache search [terms]


; apt-cache front-ends
; apt-cache-Frontends
run apt-cache depends pkgname[s]
  axi-cache depends pkgname[s]
  axi-cache depends pkgname[s]
axi-cache madison pkgname[s]
axi-cache policy pkgname[s]
axi-cache rdepends pkgname[s]
axi-cache show pkgname[s]
axi-cache showpkg pkgname[s]
axi-cache showsrc pkgname[s]
=== Problembehebung ===


run apt-cache madison pkgname[s]
== Konfiguration ==
axi-cache madison pkgname[s]
=== Dateien ===
<noinclude>


run apt-cache policy pkgname[s]
== Anhang ==
axi-cache policy pkgname[s]
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
==== Dokumentation ====


run apt-cache rdepends pkgname[s]
===== Man-Page =====
axi-cache rdepends pkgname[s]
# AXI-CACHE(1)


run apt-cache show pkgname[s]
===== Info-Pages =====
axi-cache show pkgname[s]
==== Links ====
===== Projekt =====
===== Weblinks =====


run apt-cache showpkg pkgname[s]
{{SORTIERUNG:axi-cache}}
axi-cache showpkg pkgname[s]
{{DISPLAYTITLE:axi-cache}}


run apt-cache showsrc pkgname[s]
[[Kategorie:Linux/Befehl]]
axi-cache showsrc pkgname[s]
[[Kategorie:Debian/Paketverwaltung]]


== OPTIONS ==
</noinclude>
{| class="wikitable sortable options"
|-
! Unix !! GNU !! Parameter || Beschreibung
|-
| || --version || || show program's version number and exit
|-
| -h || --help || || show this help message and exit
|-
| -s || --sort= || SORT || sort by the given value, as listed in /var/lib/apt-xapian-index/values. Add a '-' to reverse sort order
|-
| || --tags || || show matching tags, rather than packages
|-
| || --tabcomplete= || TYPE || suggest words for tab completion of the current command line (type is 'plain' or 'partial')
|-
| || --last || || use 'show --last' to limit tab completion to only the packages from the last search results
|-
|| || --all || || disable pagination and always show all results. Note that search results are normally sorted by relevance, so you may find meaningless results at the end of the output
|}

Aktuelle Version vom 22. November 2024, 10:54 Uhr

axi-cache - Apt Xapian Index abfragen

Beschreibung

Mit axi-cache können Pakete sehr schnell gesucht werden.

  • Außerdem arbeitet es intelligent mit der Shell-Kommandozeilenvervollständigung zusammen und liefert dadurch kontextabhängige Schlüsselwörter und Tag-Vorschläge noch bevor der Suchbefehl ausgeführt wird.

Installation

axi-cache ist Teil des Pakets apt-xapian-index

Aufruf

axi-cache [options] command [args]

Optionen

OPTIONS

Unix GNU Parameter Beschreibung
--version show program's version number and exit
-h --help show this help message and exit
-s --sort= SORT sort by the given value, as listed in /var/lib/apt-xapian-index/values. Add a '-' to reverse sort order
--tags show matching tags, rather than packages
--tabcomplete= TYPE suggest words for tab completion of the current command line (type is 'plain' or 'partial')
--last use 'show --last' to limit tab completion to only the packages from the last search results
--all disable pagination and always show all results. Note that search results are normally sorted by relevance, so you may find meaningless results at the end of the output

Parameter

Umgebungsvariablen

Exit-Status

Anwendung

Suchbefehle

Wiederholen Sie die letzte Suche, indem Sie möglicherweise Suchbegriffe hinzufügen

axi-cache again [query]

Zeigen Sie eine Zusammenfassung der Befehle an

axi-cache help

Drucken Sie Informationen über die apt-xapian-index-Umgebung aus

axi-cache info

Zeigen Sie die letzten Ergebnisse erneut an

axi-cache last [count]

Zeigen Sie weitere Begriffe aus der letzten Suche an

axi-cache more [count]

Details zu umgekehrten Beziehungen für die angegebenen Pakete anzeigen

axi-cache rdetails pkgname[s]

eine neue Suche starten

axi-cache search [terms]
apt-cache-Frontends
axi-cache depends pkgname[s]
axi-cache madison pkgname[s]
axi-cache policy pkgname[s]
axi-cache rdepends pkgname[s]
axi-cache show pkgname[s]
axi-cache showpkg pkgname[s]
axi-cache showsrc pkgname[s]

Problembehebung

Konfiguration

Dateien

Anhang

Siehe auch

Dokumentation

Man-Page
  1. AXI-CACHE(1)
Info-Pages

Links

Projekt
Weblinks