How to force Fedora command-line to give me proposals for installation of package when a missing command is typed?
Now when I type git the command-line tells me :
-bash: git: command not found
Before it gave me proposal (something like this):
Command not found. Install package 'git' to provide command 'git'? [N/y]
I made a clean installation of Fedora 24 and obviously this feature is missing. I tried to dnf install command-not-found but it couldn't find the package. What should I do to bring this feature back?