Search Criteria
Package Details: dufs 0.46.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dufs.git (read-only, click to copy) |
|---|---|
| Package Base: | dufs |
| Description: | A distinctive utility file server that supports static serving, uploading, searching, accessing control, webdav... |
| Upstream URL: | https://github.com/sigoden/dufs |
| Keywords: | file-sharing webdav |
| Licenses: | MIT OR Apache-2.0 |
| Submitter: | Puqns67 |
| Maintainer: | Puqns67 (lilac) |
| Last Packager: | lilac |
| Votes: | 3 |
| Popularity: | 0.31 |
| First Submitted: | 2024-09-08 14:07 (UTC) |
| Last Updated: | 2026-05-07 04:25 (UTC) |
Dependencies (5)
- bzip2 (bzip2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- xz (xz-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
ebriou commented on 2026-05-02 08:18 (UTC)
Thank you! Confirming package works as configured on raspberry pi 4. I appreciate the help!
Puqns67 commented on 2026-04-30 16:46 (UTC)
@ebriou I haven't tested it on the ARM platform; I don't have an ARM device. Since your test was successful, I've added aarch64 to arch.
ebriou commented on 2026-04-29 04:55 (UTC)
Is there a reason arm isn't supported in the PKGBUILD?
I modified the line
arch=('x86_64')to readarch=('x86_64' 'aarch_64')and it worked perfectly on my raspberry pi 4 running Arch Linux ARM.