owner
Name
cave-owner — Shows package IDs owning a given file.
Synopsis
cave owner [ --type algorithm ] [ --matching spec ] pattern
DESCRIPTION
Shows package IDs owning a given file.
OPTIONS
Global Options
Global options, used by every subcommand.
- -h , --help
- display help message
Owner options
Alter how the search is performed.
- -t , --type
Which type of match algorithm to use
- auto (a)
- If pattern starts with a /, full; if it contains a /, partial; otherwise, basename (default)
- basename (b)
- Basename match
- full (f)
- Full match
- partial (p)
- Partial match
- -d , --dereference (+d , --no-dereference)
- If the pattern is a path that exists and is a symbolic link, dereference it recursively, and then search for the real path.
- -m , --matching
- Show only IDs matching this spec. If specified multiple times, only IDs matching every spec are selected.