dysk only works on linux.
Current version: download
Precompiled binaries
Binaries are made available at every release in download.
The archives also contain dysk's man page and shell completion scripts.
Direct links:
Target | Details | Download |
---|---|---|
x86-64 Linux | Intel/AMD, needs a recent enough linux | x86_64-linux |
x86-64 Linux old glibc | Intel/AMD, compatible with older glibc | x86_64-unknown-linux-gnu |
x86-64 Linux musl | Intel/AMD, very compatible | x86_64-unknown-linux-musl |
ARM32 Linux | armv7-unknown-linux-gnueabihf | |
ARM32 Linux musl | armv7-unknown-linux-musleabi | |
ARM64 Linux | aarch64-unknown-linux-gnu | |
ARM64 Linux musl | aarch64-unknown-linux-musl | |
x86-64 NetBSD | x86_64-unknown-netbsd |
You may download previous releases on GitHub releases.
When you download executable files, you'll have to ensure the shell can find them. An easy solution is for example to put them in /usr/local/bin
. You may also have to set them executable using chmod +x dysk
.
From crates.io
You'll need to have the Rust development environment installed and up to date.
Once it's installed, use cargo to install dysk:
cargo install --locked dysk
Note
If there's a compilation error, it most often means either that you're missing some compilation dependency (on ubuntu/debian try sudo apt install build-essential
) or that you have an old version of the compiler, and you should update it (for example with rustup update
).
From source
You'll need to have the Rust development environment installed.
Fetch the Canop/dysk repository, move to the dysk directory, then run
cargo install --locked --path .
Third party repositories
Those packages are maintained by third parties and may be less up to date.