How to Install afuse in Ubuntu 18.04



Install afuse by entering the following commands in the terminal:

sudo apt update
sudo apt install afuse

Description:

automounting file system implemented in user-space using FUSE

Afuse is a FUSE based filesystem which implements filesystem automounting functionality similar to Linux's autofs.

Homepage: https://code.google.com/p/afuse/

Version: 0.4.1-1build1

Section: universe/utils