Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

info

Show detailed information about packages recorded in the local package database.

Usage

foton info [OPTIONS] <PACKAGE>...

Arguments

<PACKAGE>

Package names, optionally with an exact version as <package-name>@<version>.

Options

--include-files

For installed packages, also include the fonts directory and installed font files.

Global options

--exit-on-lock

Exit immediately if the package database is locked by another operation.

--no-confirm

Skip interactive confirmation prompts.

--warnings-as-errors

Treat warnings as errors, causing the command to fail if any warning is emitted.

Examples

foton info <package-name>
foton info <package-name>@<version>
foton info --include-files <package-name>

Output

info prints detailed information for matching packages recorded in the local package database, including:

  • package ID
  • installation state and activation state
  • description, homepage, repository, and license
  • for packages in the installed state, a summary of the installed font families

With --include-files, info also shows the fonts directory and the installed font files for packages in the installed state.

Notes

  • info reads the local package database and does not search package registries.
  • Use activate or deactivate when you want to change a package’s activation state.
  • Use repair when you want to clean up packages left by incomplete operations.
  • Use search when you want to inspect packages that are available in a package registry but not yet installed.