Fuse
Setting up Fuse
!#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
Last updated
Was this helpful?