mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #323] Cannot install #140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nklamann on GitHub (Apr 21, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/323
Hello all,
i work under debian bullseye and tried the following
downloaded
dust-v0.8.5-i686-unknown-linux-gnu.tar.gzextracted and moveddustto/usr/local/binresult:
I tried cargo and got
How can I proceed ?
Thank you !
Norbert
@bootandy commented on GitHub (May 5, 2023):
In the first example what happens if you put the full path onto the shell prompt:
$ /usr/local/bin/dust
For the cargo install, maybe try an older version like this:
$ cargo install --version 0.8.4 du-dust
But I'm not sure, this is unlikely to be a dust problem and more likely to be a debian thing.
@nklamann commented on GitHub (May 9, 2023):
Just the same :
Installing the other version dow not work too, unfortunately: