LinuxCommandLibrary

axi-cache

Fast indexed package search for Debian

TLDR

Search package descriptions

$ axi-cache search [keyword]
copy
Search package names only
$ axi-cache searchpkg [package-name]
copy
Show package details
$ axi-cache show [package-name]
copy
Search by file path
$ axi-cache searchfile [/usr/bin/command]
copy

SYNOPSIS

axi-cache command [options] query

DESCRIPTION

axi-cache is a fast package search tool for Debian-based systems using the apt-xapian-index. It provides quick searching of package names, descriptions, and file contents using a pre-built index.
The tool is significantly faster than apt-cache for full-text searches.

PARAMETERS

search term

Search package names and descriptions
searchpkg term
Search package names only
show package
Show package information
searchfile path
Find package containing file
more-like-this package
Find similar packages
policy package
Show package policy

FEATURES

- Indexed full-text search
- File content searching
- Package similarity detection
- Fast query response
- Relevance ranking

CAVEATS

Requires apt-xapian-index installed and updated. Index must be rebuilt to reflect new packages. Less accurate than apt-file for file searches. 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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community