Yum: Difference between revisions
m added Category:Packages using HotCat |
Adds section about EPEL |
||
| Line 48: | Line 48: | ||
<source lang="bash">sudo repoquery -q -l mysql-connector-java</source> | <source lang="bash">sudo repoquery -q -l mysql-connector-java</source> | ||
If you don't have the repoquery command, install yum-utils first. | If you don't have the repoquery command, install yum-utils first. | ||
== EPEL == | |||
On [[RedHat]] systems, there are many free software packages that are not maintained by [[RedHat]] | |||
, but are provided by the Fedora project via the Extra Packages for Enterprise Linux (EPEL) repo. So for example, if you want a newer Python, you might need to enable and use EPEL. See this [http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ tecmint.com article] | |||
[[Category:System Administration]] | [[Category:System Administration]] | ||
[[Category:Packages]] | [[Category:Packages]] | ||