mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #541] Please support the virtual Linux of Android's termux terminal app #318
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 @Tmalll on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/541
Please support the virtual Linux of Android's termux terminal app
Currently does not work in termux app
@sigoden commented on GitHub (Feb 16, 2025):
dufs works on termux.
@Tmalll commented on GitHub (Feb 16, 2025):
It reports the following error... My phone is not rooted, is this the reason? Or do I need to install other dependent software packages?
@sigoden commented on GitHub (Feb 16, 2025):
It does not require root access, just install dufs with
pkg install dufsand run it.@Tmalll commented on GitHub (Feb 16, 2025):
Stupid me, I downloaded the binary distribution directly from GitHub. No wonder it didn't work. Also messed around with a bunch of dependencies and compiled it myself.
@sigoden commented on GitHub (Feb 16, 2025):
When downloading dufs from Github Release, pay special attention to matching your cpu arch. aarch64 is the most common in Android, so you should download dufs-v0.43.0-aarch64-unknown-linux-musl.tar.gz