Tag: yum

Inspecting and extracting RPM package contents

This article will cover basics of the RPM package architecture and show how we can see RPM package content and extract it. There will be examples how to extract RPM package files from Linux command line. An RPM package is simply a header structure on top of a CPIO archive. The package itself is comprised …

Continue reading