File: control

package info (click to toggle)
command-not-found 23.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,064 kB
  • sloc: python: 1,008; sh: 29; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: command-not-found
Section: admin
Priority: optional
Maintainer: Julian Andres Klode <jak@debian.org>
Build-Depends: debhelper-compat (= 11),
               devscripts,
               dh-python,
               intltool,
               pyflakes3,
               python3-all,
               python3-apt,
               python3-distutils-extra
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/jak/command-not-found
Vcs-Git: https://salsa.debian.org/jak/command-not-found.git

Package: command-not-found
Architecture: all
Depends: apt-file (>= 3.0~exp1~),
         lsb-release,
         python3-apt,
         ${misc:Depends},
         ${python3:Depends}
Suggests: snapd
Description: Suggest installation of packages in interactive bash sessions
 This package will install a handler for command_not_found that looks up
 programs not currently installed but available from the repositories.