How to ask to install package with command-not-found instead of suggesting to install it
0
votes
1
answer
119
views
command-not-found
asks a question like this when the command is not found in Kali Linux:
Command 'co' not found, but can be installed with:
sudo apt install rcs
Do you want to install it? (N/y)
In Debian, however, it only suggests to install the package with
Command 'co' not found, but can be installed with:
sudo apt install rcs
How do I make Debian ask to install the package with command-not-found
?
Asked by horsey_guy
(421 rep)
Apr 6, 2024, 05:04 AM