How to Install libfuse-dev in Ubuntu 18.04



Install libfuse-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libfuse-dev

Description:

Filesystem in Userspace (development)

Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. . This package contains the development files.

Homepage: https://github.com/libfuse/libfuse/wiki

Version: 2.9.7-1ubuntu1

Section: libdevel