guix-package:tldr:1e0c1
The command guix package -l
is used in GNU Guix, a functional package manager for the GNU system, to list the available packages that can be installed using Guix.
Specifically, guix package -l
displays a list of all the available packages in the Guix package collection. These packages are organized into categories such as "development", "text", "utils", etc. The list includes both binary packages (pre-compiled packages that are ready to be installed) and source packages (packages that need to be built from source before they can be installed).
By executing this command, you can see the extensive range of packages available to you through Guix. This is particularly useful when you are looking for a specific package or trying to explore the available options for a particular category of software.