YUM Changelog
Package change log information is not directly available from the YUM package management. This is short guide howto enable (install) changelog plugin and use changelog information with YUM package management system.
Install YUM Changelog Plugin for Viewing Package Changelogs
Install YUM Changelog Plugin on Fedora (as root)
yum install yum-plugin-changelogInstall YUM Changelog Plugin on CentOS and Red Hat (RHEL) (as root)
yum install yum-changelogExamples Howto to View Changelogs
Viewing Selected Package Changelogs
Viewing all glibc package changelogs
yum changelog all glibc
Viewing 15 latest glibc package changelogs
yum changelog 15 glibcViewing latest glibc package changelog
yum changelog 1 glibcViewing all glibc package changelogs in 2010
yum changelog "2010-01-01" glibcView changelogs for all updates before update with YUM
yum update --changelogListing changelogs with different options
View all changelogs of installed packages
yum changelog all installed
View all recent changelogs
yum changelog all recent
View all changelogs of obsoletes packages
yum changelog all obsoletes
View all extras packages last changelogs
yum changelog 1 extrasYUM Changelog command full usage
# yum help changelog ... changelog <date>|<number>|all [PACKAGE|all|installed|updates|extras|obsoletes|recent] Display changelog data, since a specified time, on a group of packages alias: ChangeLog
Related posts:
- Install VirtualBox 4.1.8 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7
- Install Sun/Oracle Java JDK/JRE 7u2 on Fedora 16/15, CentOS/RHEL 6.2/5.7
- Install Sun/Oracle Java JDK/JRE 6u30 on Fedora 16/15, CentOS/RHEL 6.2/5.7
- Adobe Flash Player 11 on Fedora 16/15, CentOS/RHEL 6.2/5.7
- Install OpenOffice 3.3.0/3.4.0 on Fedora 16/15, CentOS/RHEL 6.2/5.7