You are not logged in.

#1 2021-10-25 02:42:29

DauntingPear7
Member
Registered: 2021-04-05
Posts: 4

[Solved] atool can't exec "unzip" error

I recently installed ranger on my system, and this has lead me to investigating extracting archives on my device. If I recall correctly, atool is the default option in ranger, and when I would try to extract a file it would error out. It happens in ranger and just running atool from the terminal itself.

When I run:

atool -x /path/to/file

It gives me an error message saying:

Can't exec "unzip": Not a directory at /usr/bin/atool line 1869.
unzip: cannot execute - Not a directory
atool: unzip ...: non-zero return-code

I have done some searching around online and I have not been able to find any other threads or information on this topic anywhere

I am unsure of any possible logs that could be of use as well. Any help would be greatly appreciated.

Last edited by DauntingPear7 (2021-10-25 13:17:15)

Offline

#2 2021-10-25 06:16:31

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: [Solved] atool can't exec "unzip" error

Have you installed unzip?

Offline

#3 2021-10-25 08:56:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,300

Re: [Solved] atool can't exec "unzip" error

More generally, look at the optional dependencies of atool in e.g.

pacman -Qi atool

to know which tools you'd need for which archive formats.

Online

#4 2021-10-25 13:18:27

DauntingPear7
Member
Registered: 2021-04-05
Posts: 4

Re: [Solved] atool can't exec "unzip" error

Ferdinand wrote:

Have you installed unzip?

This did it and thanks for informing me about

V1del wrote:

More generally, look at the optional dependencies of atool in e.g.

pacman -Qi atool

to know which tools you'd need for which archive formats.

Offline

Board footer

Powered by FluxBB