rpm_changelog_repoquery
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rpm_changelog_repoquery [2015/12/14 10:53] – luke7858 | rpm_changelog_repoquery [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | You can also use --changelog for packages that are NOT installed with repoquery | + | You can also use -changelog for packages that are NOT installed with repoquery |
+ | \\ | ||
+ | \\ | ||
+ | == Dependencies/ | ||
+ | **First** make sure the yum-utils package is installed: | ||
+ | <sxh bash> | ||
+ | rpm -qa | grep yum-utils | ||
+ | </ | ||
+ | == Installing yum-utils == | ||
+ | <sxh bash> | ||
+ | # yum search yum | grep utils | ||
+ | yum-utils.noarch : Utilities based around the yum package manager | ||
+ | </ | ||
+ | <sxh bash> | ||
+ | yum install yum-utils.noarch | ||
+ | </ | ||
+ | \\ | ||
+ | Example: Package NOT installed | ||
<sxh bash> | <sxh bash> | ||
# yum search php56u | grep ^php56u.x86_64 | # yum search php56u | grep ^php56u.x86_64 | ||
Line 10: | Line 27: | ||
</ | </ | ||
- | === repoquery === | + | === Using repoquery === |
<sxh bash> | <sxh bash> | ||
# repoquery php56u.x86_64 --changelog | head | # repoquery php56u.x86_64 --changelog | head | ||
+ | |||
+ | |||
Fri Oct 30 2015 Carl George < | Fri Oct 30 2015 Carl George < | ||
Latest upstream | Latest upstream |
rpm_changelog_repoquery.1450090425.txt.gz · Last modified: 2024/05/23 07:26 (external edit)