# 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)

# 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