Scroll to navigation

nala-list(8) 'Nala User Manual' nala-list(8)

NAME

nala-list - List all packages or only packages based on the provided name

SYNOPSIS

nala list [--options] PKGS ...

DESCRIPTION

List all packages or only packages based on the provided name, glob or regex.

By default list will only glob.

If you start your query with r/, list will only regex.

Note: You may need to quote the pattern so the shell doesn't glob first

Examples:

Glob that will match nala and anything text after it:

sudo nala list "g/nala*"

A question mark in a glob will match any single character:

sudo nala list "g/na?a"

This would match nala or even nada

Regex works similar to globbing but is much more powerful.

For more information on Glob and Regex pattern matching:

man glob.7

man regex.7

OPTIONS

Print the full description of each package.
List only packages that are installed.
List only packages explicitly installed with nala.
List only packages that are upgradable.
Show all versions of a package.
List only virtual packages.
Print helpful information for solving issues. If you're submitting a bug report try running the command again with --debug and providing the output to the devs, it may be helpful.
Disable scrolling text and print extra information
Shows this man page.

COPYRIGHT

Copyright (C) 2021, 2022 Blake Lee

10 May 2024 0.15.2