requires git as makedepends
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)
icewind commented on 2019-04-25 12:25 (UTC)
uqrs commented on 2019-04-12 17:39 (UTC) (edited on 2019-04-12 17:39 (UTC) by uqrs)
Apologies for the late response; I've fixed the issue. Having taken the advice from more experienced AUR maintainers, I have opted to move the source over to a recent github commit, as the original source seems to have been taken down. I'll try to keep an eye on the original site; I'll re-update the link if it ever goes back up again.
dd4235 commented on 2019-04-11 04:40 (UTC) (edited on 2019-04-11 04:43 (UTC) by dd4235)
@koyno You can use dtrx-git for a potentially more reliable upstream.
dd4235 commented on 2019-04-11 01:45 (UTC)
It looks like the broken link isn't any older than the git repo at https://github.com/brettcs/dtrx. I am currently (successfully) using a package based on the git repo, which should stick around for a while. I'll submit a new PKGBUILD later tonight.
koynoyno commented on 2019-04-08 18:34 (UTC)
Link is broken, can't download the package.
uqrs commented on 2017-08-30 01:51 (UTC)
Taken up the responsibility of maintaining this package.
An oddity exists where `rpm2cpio` supplied by the `rpm-org` AUR works fine for unpacking `.rpm` archives, but the `rpm2cpio` utility by the `rpmextract` from the `Extra` repository doesn't. Likewise, functionality to extract `arj` archives seems to not work either (even with the `arj` package installed). I'll be looking into patching this out in the near future.
kageurufu commented on 2017-08-08 04:09 (UTC)
Nothing newer I know of, and I havent used this is quite a while now. I've disowned this, although its not unusable in the least as is
timofonic commented on 2017-08-08 04:06 (UTC)
This is the most updated code. Is it newer than the tarball?
https://github.com/brettcs/dtrx
Any newer fork elsewhere?
kageurufu commented on 2015-02-13 01:19 (UTC)
I'll take over maintenance, I don't mind
Fryie commented on 2015-02-10 13:08 (UTC)
Updated the package, but disowned it, since I don't want to maintain it.
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.