# Configuration file for command-not-found
# Specify your command with %s placeholder for package name substitution
# if you need to change where the package is displayed

# WORK_ENABLED=1 # Enable(1)/Disable(0)/Fast(2)
# ENABLE_COLOR=1 # Enable(1)/Disable(0) colored output
# ENABLE_DIALOG=0 # Enable(1)/Disable(0) dialog mode

# Command to execute with root privileges
# Leave empty to use standard su, otherwise sudo/doas
# ROOT_EXEC_CMD=sudo %s   # for most systems
# ROOT_EXEC_CMD=doas %s   # for ALT Atomic
# ROOT_EXEC_CMD=su - -c '%s'     # for systems without sudo

# Command to install packages
# Use %s placeholder for package name substitution

# =============================================
# CHOOSE ONE OPTION FOR YOUR DISTRIBUTION:
# =============================================

# 1. For Ximper (uncomment the line below):
# INSTALL_CMD=epmi %s

# 2. For ALT Atomic (uncomment the line below):
# INSTALL_CMD=doas apm s install %s

# 3. For ALT Regular (uncomment the line below):
# INSTALL_CMD=su - -c 'apt-get install %s'

# If the console is from the root user:
# INSTALL_CMD_ROOT=apt-get install %s

# =============================================
# MODULES — WARNING:
# =============================================
#
# Modules are executable scripts in /usr/share/command-not-found/modules/
# They run with the same privileges as the user and can execute arbitrary code.
# A malicious or poorly written module can harm your system.
# Only enable modules you trust and have reviewed.
#
# Modules are disabled by default.
# Uncomment and set MODULES to enable:
# MODULES=           # Enable all modules
# MODULES=00-example # Enable specific modules by filename
