Am 19.06.2011 22:36, schrieb Randall R Schulz:
On Sunday 19 June 2011 19:47:34 Jim Henderson wrote:
How might I get rid of these things? I haven't tried this myself, but try removing the command-not-found
On Sun, 19 Jun 2011 12:38:00 -0700, Randall R Schulz wrote: package. or, if it's a multiuser system and you just want to disable it for one user, you can add
unset command_not_found_handle
to the user's profile (as suggested by 'man command-not-found')
Anders Thanks Jim and Anders. This is a single-user system, so I just removed
On Sunday June 19 2011, Anders Johansson wrote: the package.
Randall Schulz
In this file "/etc/bash_command_not_found" I found this: if test -n "$COMMAND_NOT_FOUND_AUTO" ; then # call command-not-found directly test -x /usr/bin/python && test -x /usr/bin/command-not-found && /usr/bin/python /usr/bin/command-not-found "$1" zypp else # print only info about command-not-found echo -e $"If '$1' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf $1" fi Probably it's enough to comment the "echo" line out. Karl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org