Setting up Fuse
Last updated 5 months ago
Was this helpful?
has official Guide:
Note: If you have fuse(2), consider upgrading to fuse3, some distros may require either fuse(2) OR fuse(3) NOT both, choose fuse3
Note
fuse(2)
fuse3
fuse(3)
Your distro should already come with the , and generally, only the / need to be installed:
!#Use doas/sudo wherever applicable apk update --no-interactive apk add fuse fuse3 --latest --upgrade --no-interactive
!#Use doas/sudo wherever applicable pacman -y --sync --refresh --noconfirm #Ideally, having both fuse2 & fuse3 side by side works, if it doesn't only install fuse3 pacman -Sy fuse2 fuse3 --noconfirm
!#Use doas/sudo wherever applicable sudo apt update -y -qq sudo apt install fuse3 -y
Fusermount:
Fusermount3: