Ubuntu 挂载腾讯云 cosfs 是执行
cosfs <BucketName-APPID> <MountPoint> -ourl=http://cos.<Region>.myqcloud.com -odbglevel=info -oallow_other
发生错误:cosfs: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
解决方法:执行一下语句
apt install libcurl3-gnutls -y