User Tools

Site Tools


rpm_changelog_repoquery

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rpm_changelog_repoquery [2015/12/14 10:52] – created luke7858rpm_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/Package == 
 +**First** make sure the yum-utils package is installed: 
 +<sxh bash> 
 +rpm -qa | grep yum-utils 
 +</sxh> 
 +== Installing yum-utils == 
 +<sxh bash> 
 +# yum search yum | grep utils 
 +yum-utils.noarch : Utilities based around the yum package manager 
 +</sxh> 
 +<sxh bash> 
 +yum install yum-utils.noarch 
 +</sxh>
  
 +\\
 +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
 </sxh> </sxh>
-// + 
-=== 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 <[email protected]> - 5.6.15-1.ius 
-- Latest upstream 
-- Sync patch6 with Fedora 
  
-* Fri Oct 02 2015 Carl George <[email protected]> - 5.6.14-1.ius 
-- Latest upstream 
  
-* Thu Sep 03 2015 Carl George <[email protected]> - 5.6.13-1.ius +Fri Oct 30 2015 Carl George <[email protected]> - 5.6.15-1.ius 
-Latest upstream +Latest upstream 
-- Import latest systzdata patch from Fedora +Sync patch6 with Fedora
-</sxh>+
  
 +Fri Oct 02 2015 Carl George <[email protected]> - 5.6.14-1.ius
 +Latest upstream
 +
 +Thu Sep 03 2015 Carl George <[email protected]> - 5.6.13-1.ius
 +Latest upstream
 +Import latest systzdata patch from Fedora
 +</sxh>
rpm_changelog_repoquery.1450090350.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki