Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/command-not-found-cdb

Lightweight replacement for python-based command-not-found
https://github.com/artyom/command-not-found-cdb

Last synced: about 11 hours ago
JSON representation

Lightweight replacement for python-based command-not-found

Awesome Lists containing this project

README

        

command-not-found-cdb
=====================

This little script is a replacement for slooow python-based
`command-not-found` package from Ubuntu/Debian.

Depends on apt-file and tinycdb packages:

sudo apt-get install apt-file tinycdb && sudo apt-file update

After updating apt-file cache, run `update-command-not-found` script, then
source `command-not-found.bash` and you're ready to go.

## Notes

Binaries provided by alternatives system are NOT supported (original
update-command-not-found uses some dirty magick trying to guess names by
parsing post-install scripts).