cancel
Showing results for 
Search instead for 
Did you mean: 
Waldirio
Flight Engineer
Flight Engineer
  • 360 Views

RPM Package Changelogs: What You Need to Know

Hello

Today, let's learn a little bit about changelogs, when talking about RPM packages.

I hope you enjoy it!

https://www.youtube.com/watch?v=qLiuhJmz1bk

In this video, we will be using RPM and DNF commands.


Thank you!
Wally

Labels (1)
RPM Package Changelogs: What You Need to Know Multi Language around, feel free to check all the available, and pick the one which is better for you! *Chapters* 0:00 - Intro 0:18 - Playing with the dnf Package Using the DNF command 3:19 - Checking the package versions available on Red Hat website ...
1 Reply
Chetan_Tiwary_
Community Manager
Community Manager
  • 347 Views

Very nicely explained @Waldirio !

The commands explained in the video :

  • rpm -q dnf   --> Queries the installed version of the dnf package
  • dnf check-update dnf --changelogs | less --> Lists available package updates along with their changelogs (i.e., what changed between current and upcoming versions)
  • dnf check-update --changelogs --> Shows if there's an update to DNF itself and what changes it brings.
  • dnf download dnf --> Downloads the RPM package for dnf without installing it.
  • rpm -q --changelogs rpm_package_name --> Shows the changelog of an already installed package.
Join the discussion
You must log in to join this conversation.