Fix: No package libcurl found in Ubuntu, Debian, CentOS
February 11 2020
No package 'libcurl' found, when you get this message, the fuse header files are missing so you need to install the package "libcurl-dev or libcurl-devel". Execute the commands for the operating system Ubuntu, CentOS,
$ sudo apt-get install libcurl4-openssl-dev
$ yum install libcurl-devel
Comments (0)