GNOME Bugzilla – Bug 576436
Please add proper support for *.deb files
Last modified: 2010-06-10 07:34:44 UTC
Currently file-roller can open .deb files using ar and tar, but it has two important drawbacks: - It requires binutils installed, which is not the case on standard installations. - It only shows the ar archive, which is not really useful, and should directly show the full contents instead. Therefore it would be really nice if file-roller could use the dpkg-deb command (which is always here on Debian systems) to view and extract .deb files (creating is also possible this way, but not really useful).
Created attachment 163259 [details] [review] Add support for dpkg-deb Here you go. The patch implements .deb reading through dpkg-deb. There is a little drawback: just like uncompress, dpkg-deb is not able to extract a single file.
patch applied to the master branch, thank you.