Comment 7 for bug 533031

Revision history for this message
Tobin Davis (gruemaster) wrote :

I can still reproduce this issue on natty images.

Steps to reproduce:
    ~$ sudo apt-get remove strace
    ~$ strace

Expected results should be:
    The program 'strace' is currently not installed. You can install it by typing:
     sudo apt-get install strace

Actual results:
    No command 'strace' found, did you mean:
      Command 'dtrace' from package 'systemap-sdt-dev' (universe)
    strace: command not found

I tested this on a beagleXM and on a panda running natty daily (20120216 plus latest updates). I also tested this on a daily (20120223) natty-desktop-i386.iso with updates in a VirtualBox environment.