Yum: Difference between revisions
No edit summary |
No edit summary |
||
| Line 44: | Line 44: | ||
use the standard C libraries. | use the standard C libraries. | ||
</pre> | </pre> | ||
List the files of a package with <code>repoquery</code> | |||
<source lang="bash">sudo repoquery -q -l mysql-connector-java</source> | |||
If you don't have the repoquery command, install yum-utils first. | |||
[[Category:System Administration]] | [[Category:System Administration]] | ||