Comment 5 for bug 135327

Revision history for this message
Steve Illgen (sillgen) wrote :

Here you go:

- dpkg -l command-not-found command-not-found-data bash:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-======================-==============-============================================
ii bash 3.2-0ubuntu9 The GNU Bourne Again SHell
rc command-not-found 0.2.7 Suggest installation of packages in interact
ii command-not-found-data 0.2.7 Set of data files for command-not-found.

- dpkg -L command-not-found

/etc
/etc/zsh_command_not_found

- dpkg -L command-not-found-data

/.
/usr
/usr/share
/usr/share/command-not-found
/usr/share/command-not-found/data
/usr/share/command-not-found/programs.d
/usr/share/command-not-found/programs.d/all-main.db
/usr/share/command-not-found/programs.d/all-multiverse.db
/usr/share/command-not-found/programs.d/all-restricted.db
/usr/share/command-not-found/programs.d/all-universe.db
/usr/share/command-not-found/programs.d/i386-main.db
/usr/share/command-not-found/programs.d/i386-multiverse.db
/usr/share/command-not-found/programs.d/i386-restricted.db
/usr/share/command-not-found/programs.d/i386-universe.db
/usr/share/doc
/usr/share/doc/command-not-found-data
/usr/share/doc/command-not-found-data/copyright
/usr/share/doc/command-not-found-data/changelog.gz

- ls -l /usr/bin/python /usr/lib/command-not-found

ls: /usr/lib/command-not-found: No such file or directory
lrwxrwxrwx 1 root root 9 2007-07-02 12:45 /usr/bin/python -> python2.5

I am also using /bin/bash for my command shell.

Steve Illgen