Search Criteria
Package Details: pkgextract 0.2-3
Git Clone URL: | https://aur.archlinux.org/pkgextract.git (read-only, click to copy) |
---|---|
Package Base: | pkgextract |
Description: | This script extracts rpm and deb archives |
Upstream URL: | http://www.archlinux.org/ |
Licenses: | |
Submitter: | None |
Maintainer: | Dragonlord |
Last Packager: | Dragonlord |
Votes: | 84 |
Popularity: | 0.002894 |
First Submitted: | 2007-11-20 18:51 |
Last Updated: | 2015-06-28 15:55 |
Latest Comments
rvasilev commented on 2016-01-13 15:21
Does not support XZ compressed DEB 2.0 packages. It should be "file extension agnostic" for data.tar.<extension>.
daroczig commented on 2014-03-18 20:35
Thanks, @lappi! I can verify both the problem and the workaround.
lappi commented on 2013-08-07 06:54
I had a problems with incorrect paths in pkg.
Please, change install string to:
install -D -m755 $srcdir/pkgextract.sh $pkgdir/usr/bin/pkgextract.sh
lappi commented on 2013-08-07 06:54
I had a problems with incorrect path's in pkg.
Please, change install string to:
install -D -m755 $srcdir/pkgextract.sh $pkgdir/usr/bin/pkgextract.sh
ruario commented on 2012-01-09 21:40
you could just
bsdtar xf rpmfile.rpm
no need for dd or any of those variables