rpm_changelog_repoquery
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rpm_changelog_repoquery [2015/12/14 10:52] – created 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 9: | Line 26: | ||
package php56u.x86_64 is not installed | package php56u.x86_64 is not installed | ||
</ | </ | ||
- | // | + | |
- | === 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 < | ||
- | - Latest upstream | ||
- | - Sync patch6 with Fedora | ||
- | * Fri Oct 02 2015 Carl George < | ||
- | - Latest upstream | ||
- | * Thu Sep 03 2015 Carl George < | + | Fri Oct 30 2015 Carl George < |
- | - Latest upstream | + | Latest upstream |
- | - Import latest systzdata patch from Fedora | + | Sync patch6 with Fedora |
- | </ | + | |
+ | Fri Oct 02 2015 Carl George < | ||
+ | Latest upstream | ||
+ | |||
+ | Thu Sep 03 2015 Carl George < | ||
+ | Latest upstream | ||
+ | Import latest systzdata patch from Fedora | ||
+ | </ |
rpm_changelog_repoquery.1450090350.txt.gz · Last modified: 2024/05/23 07:26 (external edit)