axi-cache
Fast indexed package search for Debian
TLDR
SYNOPSIS
axi-cache [options] command [args]
DESCRIPTION
axi-cache is a fast package search tool for Debian-based systems using the apt-xapian-index. It provides quick full-text searching of package names and descriptions using a pre-built Xapian index, with relevance ranking and debtags support.The tool is significantly faster than apt-cache for full-text searches and also wraps several apt-cache front-ends.
PARAMETERS
search terms
Start a new search across package names and descriptions.again terms
Repeat the last search, optionally adding query terms.last
Show the results of the last search again.more [count]
Show more terms or results from the last search.info
Print information about the apt-xapian-index environment.show package
Front-end to apt-cache show; display package records.showpkg package
Front-end to apt-cache showpkg.depends package
Front-end to apt-cache depends.rdepends package
Front-end to apt-cache rdepends; show reverse dependencies.policy package
Front-end to apt-cache policy.madison package
Front-end to apt-cache madison.
FEATURES
- Indexed full-text search- Debtags-aware filtering- Relevance ranking- Fast query response- apt-cache front-end commands
CAVEATS
Requires apt-xapian-index installed and updated. The index must be rebuilt (update-apt-xapian-index) to reflect new packages. It does not search file contents; use apt-file for that. Not available on all Debian-based distributions.
HISTORY
axi-cache was developed as part of the apt-xapian-index project by Enrico Zini around 2007 to provide faster package searching using Xapian full-text search engine.