File: README.Debian

package info (click to toggle)
command-not-found 23.04.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: python: 1,008; sh: 29; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
README for the command-not-found package in Debian
==================================================

Differences
--------------
This version is a bit different to the Ubuntu one:

1 The list of programs is created using the update-command-not-found program,
  and is not shipped with the package.

  1.1 update-command-not-found uses the same files as apt-file, located in
      /var/cache/apt/apt-file/.
      
  1.2 update-command-not-found runs apt-file update before updating the cache,
      use update-command-not-found -n to prevent this.

2. The binary program databases created by update-command-not-found are stored
   in /var/cache/command-not-found/.
   
TODO
----------
1. Provide a full mirror scan of testing main in the package, so it works
   without having to run update-command-not-found first.