Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Install command-not-found
Browse files Browse the repository at this point in the history
That utility displays the user a helpful message whenever they try to
 call a command that is unavailable, but could be installed from a
 package.
The cron job is there to ensure that the command-not-found database is
 kept up-to-date.
  • Loading branch information
KellerFuchs committed Oct 10, 2015
1 parent a26ff6d commit 3b4b68f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crontab
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )

32 7 * * 7 root update-command-not-found
#
#*/3 * * * * root /etc/cron.hourly/udev.sh
4 changes: 4 additions & 0 deletions man/man7/hashbang.7
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@ cpulimit - A program that attempts to limit the cpu usage of a process.

cgroups - (Control Groups) A kernel feature to limit, account, and isolate
resource usage of process groups.

command-not-found - (Debian) Suggest a package when the user calls a command
that could not be found.

.SS Window/Session Managers

tmux - An Application used to multiplex several virtual consoles, allowing a
Expand Down
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ cloud-initramfs-growroot install
cloud-utils install
cmake install
cmake-data install
command-not-found install
console-setup install
console-setup-linux install
coreutils install
Expand Down

0 comments on commit 3b4b68f

Please sign in to comment.