update-command-not-found
Suggest installation of packages in interactive bash sessions
Install
- All systems
-
curl cmd.cat/update-command-not-found.sh
- Debian
-
apt-get install command-not-found
- Ubuntu
-
apt-get install command-not-found
- Alpine
-
apk add command-not-found
- Kali Linux
-
apt-get install command-not-found
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install command-not-found
- Raspbian
-
apt-get install command-not-found
- Dockerfile
- dockerfile.run/update-command-not-found
- Docker
-
docker run cmd.cat/update-command-not-found update-command-not-found
powered by Commando
command-not-found
Suggest installation of packages in interactive bash sessions
This package will install a handler for command_not_found that looks up programs not currently installed but available from the repositories.