How to extract RPM or DEB packages

RPM and DEB packages are both containers for other files. An RPM is some sort of cpio archive. On the other hand, a DEB file is a pure ar archive. So, it should be possible to unpack their contents using standard archiving tools, regardless of your distribution’s package format. Under normal conditions, you should use…

Continue reading

Documents Need Maintenance too

Things change rapidly in the Open-Source Software scene and, consequently, all support documentation, guides, tutorials etc need to be adapted to the new features of the software as well. I have started going through all the howto articles I’ve written about Linux during the last 3 years and perform regular document maintenance tasks, like checking…

Continue reading