No package 'fuse' found, when you get this message, the fuse header files are missing so you need to install the package "fuse". Execute the commands for the operating system Ubuntu, CentOS, Amazon Linux,
Ubuntu:
$ sudo apt install libfuse-dev
$ sudo apt-get install libssl-dev
CentOS:
$ yum install fuse-devel
AmazonLinux2:
$ yum install fuse-devel
Comments (0)