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
installedstate, 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
inforeads the local package database and does not search package registries.- Use
activateordeactivatewhen you want to change a package’s activation state. - Use
repairwhen you want to clean up packages left by incomplete operations. - Use
searchwhen you want to inspect packages that are available in a package registry but not yet installed.