Please update or orphan this package so that someone can fix the error.
Search Criteria
Package Details: dtrx 8.5.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dtrx.git (read-only, click to copy) |
---|---|
Package Base: | dtrx |
Description: | An intelligent archive extraction tool |
Upstream URL: | http://github.com/dtrx-py/dtrx |
Keywords: | extract |
Licenses: | GPL3 |
Submitter: | None |
Maintainer: | AntiApple4life |
Last Packager: | AntiApple4life |
Votes: | 97 |
Popularity: | 0.020468 |
First Submitted: | 2008-12-12 15:34 (UTC) |
Last Updated: | 2024-10-06 15:06 (UTC) |
Dependencies (15)
- python3 (python)
- python-setuptools (make)
- binutils (optional) – to extract deb archives
- bzip2 (bzip2-gitAUR) (optional) – to extract deb and bzip2 archives
- cabextract (optional) – to extract MS Cabinet archives
- cpio (cpio-gitAUR) (optional) – to extract cpio and rpm archives
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR) (optional) – deb, gem, gzip, and compress archives
- lhaAUR (lhasa) (optional) – to extract lzh archives
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip) (optional) – to extract 7z archives
- rpm-org (rpm-tools) (optional) – to extract rpm archives
- tar (tar-gitAUR, busybox-coreutilsAUR) (optional) – to extract tar, deb, and gem archives
- unrar (rarAUR) (optional) – to extract rar archives
- unshield (unshield-gitAUR) (optional) – to extract InstallShield archives
- unzip (unzip-natspecAUR, unzip-zstdAUR) (optional) – to extract zip archives
- xz (xz-gitAUR) (optional) – to extract xz archives
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
<deleted-account> commented on 2015-02-01 19:17 (UTC)
willemw commented on 2014-05-22 12:28 (UTC)
==> WARNING: Using a PKGBUILD without a package() function is deprecated.
build() should be renamed to package().
xfix commented on 2013-02-06 15:17 (UTC)
Sorry, I have accidentally clicked "out of date" link.
smp commented on 2012-12-22 17:32 (UTC)
The optional dependencies are wrong, a lot of the packages don't actually exist in Arch:
`zipinfo` is provided by `unzip`
`ar` is provided by `binutils`
`zcat` is provided by `gzip`
`bzcat` by `bzip2`
`lzcat` and `xzcat` by `xz`
`7z` by `p7zip`
nicoulaj commented on 2012-02-04 21:03 (UTC)
7.1 has been released, please update or orphan.
adaptee commented on 2010-09-26 13:24 (UTC)
7.0 is released
Pinned Comments
baatochan commented on 2022-11-28 13:32 (UTC)
I found very strange edge-case with this dtrx - it hangs up if the archive you're trying to unpack contains two files with the same name. 7z/unzip that is run in the background waits with the question what to do and dtrx just hangs up not responding and not showing this question.
The maintainer of this dtrx is aware of the issue and there is an open PR with the fix, however if someone doesn't want to build the dtrx themself the old not-maintained-anymore package dtrx-python3-git can somewhat handle that edge-case (unpacks only one file with that name).
That issue broke the dtrx for me when I upgraded from old python2 version and thought that I would share if someone has the same issue as me.