이 콘텐츠는 선택한 언어로 제공되지 않습니다.
8.2. Packages and Package Groups
8.2.1. Searching Packages 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
You can search all RPM package names, descriptions and summaries by using the following command:
yum search term…
yum search term…
Replace term with a package name you want to search.
Example 8.2. Searching for packages matching a specific string
To list all packages that match “vim”, “gvim”, or “emacs”, type:
The
yum search
command is useful for searching for packages you do not know the name of, but for which you know a related term. Note that by default, yum search
returns matches in package name and summary, which makes the search faster. Use the yum search all
command for a more exhaustive but slower search.