Unix and Linux Discussions Tagged with not found |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
3,386 |
Web Development |
|
|
|
9 |
2,060 |
Shell Programming and Scripting |
|
|
|
10 |
5,087 |
AIX |
|
|
|
7 |
7,239 |
OS X (Apple) |
|
|
|
1 |
13,940 |
Shell Programming and Scripting |
|
|
|
3 |
10,025 |
Programming |
|
|
|
3 |
23,773 |
Solaris |
|
|
|
4 |
11,364 |
Solaris |
|
|
|
4 |
7,356 |
Shell Programming and Scripting |
|
|
|
2 |
4,710 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
1,974 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
7,974 |
Shell Programming and Scripting |
|
|
|
2 |
8,553 |
UNIX for Advanced & Expert Users |
|
|
|
17 |
13,451 |
Solaris |
|
|
|
1 |
10,379 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
94,963 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
14,587 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
41,884 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
20,159 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,400 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,051 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
30,861 |
Programming |
|
|
|
8 |
9,841 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
5,714 |
IP Networking |
|
|
|
4 |
12,310 |
Programming |
|
|
|
4 |
4,874 |
Programming |
|
|
|
3 |
15,512 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,262 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
7,922 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,482 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,713 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,422 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
32,526 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,853 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,549 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
5,479 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,373 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,316 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,275 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,032 |
UNIX for Dummies Questions & Answers |
COMMAND-NOT-FOUND(1) http://en.opensuse.org/Sco COMMAND-NOT-FOUND(1)
NAME
command-not-found - A command-not-found handler
SYNOPSIS
command-not-found {binary_name} {repository}
ARGUMENTS
The following arguments are required:
binary_name
The name of binary you are looking for.
repository
The name of repository for search. For most cases, use zypp
DESCRIPTION
command-not-found handler is designed to tell users which package contains a missing command.
The handler is integrated to bash(1) and zsh(1) shells and is not necessary to call it directly. Just type a name of the command in your
favourite shell and you'll get a result.
If you consider c-n-f handler useless, just add unset command_not_found_handle to your profile or remove the command-not-found package.
Handler doesn't call the command-not-found binary directly, it only prints info about it. If you want to invoke it automatically, just add
export COMMAND_NOT_FOUND_AUTO=1 to your bash profile.
EXAMPLE
: NORMAL USAGE
For example you want to try blender, because you have heard that is an amazing program. So just type blender in shell:
$ blender
You get the following output:
The program 'blender' can be found in the following package:
* blender [ path: /usr/bin/blender, repository: zypp (openSUSE 11.1-0) ]
Try installing with:
sudo zypper install blender
bash: blender: command not found
SEE ALSO
scout(1)
AUTHOR
Pavol Rusnak <stick@gk2.sk>
Developer
http://gitorious.org/opensus 08/07/2009 COMMAND-NOT-FOUND(1)