Axi-cache: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{{DISPLAYTITLE:axi-cache}}
== NAME ==
axi-cache - query the Apt Xapian Index


'''axi-cache''' - Beschreibung
== 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 [[Software/Paket|Pakets]] [[apt-xapian-index]]
== Syntax ==
<syntaxhighlight lang="bash" highlight="1" line>
</syntaxhighlight>
=== Optionen ===
=== Parameter ===
=== Umgebungsvariablen ===
=== Exit-Status ===
== Anwendung ==
=== Problembehebung ===
== Konfiguration ==
=== Dateien ===
<noinclude>
== Anhang ==
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
==== Dokumentation ====
===== Man-Page =====
# AXI-CACHE(1)
===== Info-Pages =====
==== Links ====
===== Projekt =====
===== Weblinks =====
</noinclude>
{{SORTIERUNG:axi-cache}}
= TMP =
== SYNOPSIS ==
== SYNOPSIS ==
axi-cache [options] command [args]
axi-cache [options] command [args]
Zeile 49: Zeile 10:
=== Commands ===
=== Commands ===
; search commands
; search commands
repeat the last search, possibly adding query terms
  axi-cache again [query]
  axi-cache again [query]
repeat the last search, possibly adding query terms


show a summary of commands
  axi-cache help
  axi-cache help
show a summary of commands


print information about the apt-xapian-index environment
  axi-cache info
  axi-cache info
print information about the apt-xapian-index environment


show the last results again
  axi-cache last [count]
  axi-cache last [count]
show the last results again


show more terms from the last search
  axi-cache more [count]
  axi-cache more [count]
show more terms from the last search


show details of reverse relationships for the given packages
  axi-cache rdetails pkgname[s]
  axi-cache rdetails pkgname[s]
show details of reverse relationships for the given packages


start a new search
  axi-cache search [terms]
  axi-cache search [terms]
start a new search


; apt-cache front-ends
; apt-cache front-ends
run apt-cache depends pkgname[s]
  axi-cache depends pkgname[s]
  axi-cache depends pkgname[s]
run apt-cache depends pkgname[s]


run apt-cache madison pkgname[s]
  axi-cache madison pkgname[s]
  axi-cache madison pkgname[s]
run apt-cache madison pkgname[s]


run apt-cache policy pkgname[s]
  axi-cache policy pkgname[s]
  axi-cache policy pkgname[s]
run apt-cache policy pkgname[s]


run apt-cache rdepends pkgname[s]
  axi-cache rdepends pkgname[s]
  axi-cache rdepends pkgname[s]
run apt-cache rdepends pkgname[s]


run apt-cache show pkgname[s]
  axi-cache show pkgname[s]
  axi-cache show pkgname[s]
run apt-cache show pkgname[s]


run apt-cache showpkg pkgname[s]
  axi-cache showpkg pkgname[s]
  axi-cache showpkg pkgname[s]
run apt-cache showpkg pkgname[s]


run apt-cache showsrc pkgname[s]
  axi-cache showsrc pkgname[s]
  axi-cache showsrc pkgname[s]
run apt-cache showsrc pkgname[s]


== OPTIONS ==
== OPTIONS ==
--version
{|class=wikitable options"
show program's version number and exit
 
-h, --help
show this help message and exit
 
-s SORT, --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
| || --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
at the end of the output
|}

Version vom 8. November 2024, 12:23 Uhr

NAME

axi-cache - query the Apt Xapian Index

SYNOPSIS

axi-cache [options] command [args]

DESCRIPTION

Query the Apt Xapian index.

Commands

search commands

repeat the last search, possibly adding query terms

axi-cache again [query]

show a summary of commands

axi-cache help

print information about the apt-xapian-index environment

axi-cache info

show the last results again

axi-cache last [count]

show more terms from the last search

axi-cache more [count]

show details of reverse relationships for the given packages

axi-cache rdetails pkgname[s]

start a new search

axi-cache search [terms]
apt-cache front-ends

run apt-cache depends pkgname[s]

axi-cache depends pkgname[s]

run apt-cache madison pkgname[s]

axi-cache madison pkgname[s]

run apt-cache policy pkgname[s]

axi-cache policy pkgname[s]

run apt-cache rdepends pkgname[s]

axi-cache rdepends pkgname[s]

run apt-cache show pkgname[s]

axi-cache show pkgname[s]

run apt-cache showpkg pkgname[s]

axi-cache showpkg pkgname[s]

run apt-cache showsrc pkgname[s]

axi-cache showsrc pkgname[s]

OPTIONS

--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