2 articles RPM

What’s New in Linux Kernel 5.0?

Linux Kernel 5.0 has been released. Previously earmarked to be version 4.21, the new release comes with an array of improvements (as you’d expect). But don’t expect grand changes just because there’s a natty new version number. Linus Torvalds explains that: “The numbering change is not indicative of anything special. If you want to have an official…

All about RPM ( redhat Package Manager) HowTos

How can I list the contents of an uninstalled rpm To list the contents. find out what dependencies a rpm file has: $ rpm -qpR [.rpm-file] $ rpm -qR [package-name] The RPM package manager rpm comes with various utilities to interact with packages. The following command will list all the files inside an RPM package:…