[opensuse-factory] Automatic zypper search
Hi, How can I disable that? --------------- 8< ----------------------------------------- korner pdftk $ quilt Das Programm 'quilt' kann im folgenden Paket gefunden werden: * quilt [ Pfad: /usr/bin/quilt, Repository: zypp (DVD1) ] Versuchen Sie: sudo zypper install quilt --------------- >8 ----------------------------------------- Now I know why it takes so damn long time when I mistype some program! Regards, Bernhard -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Dňa Sunday 26 October 2008 21:39:16 Bernhard Walle ste napísal:
Hi,
How can I disable that?
--------------- 8< ----------------------------------------- korner pdftk $ quilt
Das Programm 'quilt' kann im folgenden Paket gefunden werden: * quilt [ Pfad: /usr/bin/quilt, Repository: zypp (DVD1) ]
Versuchen Sie: sudo zypper install quilt
--------------- >8 -----------------------------------------
Now I know why it takes so damn long time when I mistype some program!
Uninstall package 'command-not-found' Stano -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
* Stanislav Visnovsky [2008-10-27 07:38]:
Dňa Sunday 26 October 2008 21:39:16 Bernhard Walle ste napísal:
Hi,
How can I disable that?
--------------- 8< ----------------------------------------- korner pdftk $ quilt
Das Programm 'quilt' kann im folgenden Paket gefunden werden: * quilt [ Pfad: /usr/bin/quilt, Repository: zypp (DVD1) ]
Versuchen Sie: sudo zypper install quilt
--------------- >8 -----------------------------------------
Now I know why it takes so damn long time when I mistype some program!
Uninstall package 'command-not-found'
And if I don't have root access on that machine (or don't want to touch every machine)? Is there something for my ~/.bashrc? Regards, Bernhard -- Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday, 2008-10-27 at 09:12 +0100, Bernhard Walle wrote:
Uninstall package 'command-not-found'
And if I don't have root access on that machine (or don't want to touch every machine)? Is there something for my ~/.bashrc?
It is called from /etc/bash.bashrc, which includes /etc/bash_command_not_found. I think you should create a $HOME/.bash_completion, with this code: command_not_found_handle() { return 127 } This is a wild guess, from looking at /etc/bash_command_not_found. Try and report back :-) - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkkFhm0ACgkQtTMYHG2NR9WhsgCdHMOCcFFN0PVpJZ0sppONskZy YiUAni+v64SM78L3+JJ6GPge3BhDH/mM =53qv -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Sunday 26 Oct 2008, Bernhard Walle wrote:
Hi,
How can I disable that?
--------------- 8< ----------------------------------------- korner pdftk $ quilt
Das Programm 'quilt' kann im folgenden Paket gefunden werden: * quilt [ Pfad: /usr/bin/quilt, Repository: zypp (DVD1) ]
Versuchen Sie: sudo zypper install quilt
--------------- >8 -----------------------------------------
Now I know why it takes so damn long time when I mistype some program!
Regards, Bernhard
looks like you have command-not-found installed see http://www.benkevan.com/blog/command-not-found-opensuse-111-preview/ for details -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (4)
-
Bernhard Walle
-
Carlos E. R.
-
davidr
-
Stanislav Visnovsky