Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artyom/command-not-found-cdb
- Owner: artyom
- Created: 2010-01-21T17:55:58.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-21T17:56:34.000Z (almost 15 years ago)
- Last Synced: 2023-04-14T15:46:26.976Z (over 1 year ago)
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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).