http://snippets.bentasker.i2p/posts/bash/install-curl-with-http2-support-on-ubuntu.html
Skip to main content Private area snippets.bentasker.co.uk Search Tags BASH Python JS Misc Install Curl with HTTP2 support on Ubuntu (BASH) Ben Tasker 2019-09-26 07:36 Category: BASH Although the version of curl in the Ubuntu repos is sufficiently recent to support HTTP/2, Ubuntu have compiled the packages without nghttp2 support, so if you try and use --http2 you'll probably receive the output curl: (1) Unsupported protocol This snippet details how to install deps, and then compile curl...