Skip to content

Instantly share code, notes, and snippets.

@kaqualls
kaqualls / command-not-found
Created April 23, 2013 21:14
A version of Ubuntu's command-not-found script modified with an option to show all packages identified as possible misspellings. (by default these are only shown if there are <= 15)
#!/usr/bin/python3
# (c) Zygmunt Krynicki 2005, 2006, 2007, 2008
# Licensed under GPL, see COPYING for the whole text
from __future__ import absolute_import, print_function
__version__ = "0.3"
BUG_REPORT_URL = "https://bugs.launchpad.net/command-not-found/+filebug"