packagekit/contrib/command-not-found/CommandNotFound.conf
2008-12-06 10:38:15 +00:00

48 lines
1.3 KiB
Plaintext

# Admins can modify this file for system-wide defaults
[CommandNotFound]
# This policy controls what to do when a single match is found for a typo.
# For instance, gnome-power-staatistics is matched to gnome-power-statistics
#
# Allowed values are 'ignore', 'run', 'ask' or 'warn'
#
# default=warn
SingleMatch=warn
# This policy controls what to do when multiple matches are found for a typo.
# For instance, dmesgg is matched to mesg and dmesg
#
# Allowed values are 'ignore', 'ask' or 'warn'
#
# default=warn
MultipleMatch=warn
# This policy controls if the tool should search for packages in remote
# software sources. This may introduce a non-trivial delay if the sources
# have not been recently refreshed.
#
# Allowed values are 'true' or 'false'
#
# default=true
SoftwareSourceSearch=true
# This policy controls what to do when a single package install is found for
# a missing command.
# For instance, make prompts the user to install automake-1.8
#
# Allowed values are 'ignore', 'install', 'ask' or 'warn'
#
# default=ask
SingleInstall=ask
# This policy controls what to do when a more than one possible package
# is found for a missing command.
# For instance, make prompts the user to install automake-1.8 or automake-1.10.
#
# Allowed values are 'ignore', 'ask' or 'warn'
#
# default=warn
MultipleInstall=warn