Risposte:
A partire da ora (gennaio 2018). Dovrai installare curl dal sorgente per ottenere il supporto http2. Puoi farlo usando i seguenti comandi
sudo apt-get -y install build-essential nghttp2 libnghttp2-dev libssl-dev
wget https://curl.haxx.se/download/curl-7.63.0.tar.gz
tar xzf curl-7.63.0.tar.gz
cd curl-7.63.0
./configure --with-nghttp2 --prefix=/usr/local --with-ssl
make && sudo make install
sudo ldconfig
/usr/bin/curl
recente. askubuntu.com/q/923527/453746
sudo apt-get install libssl-dev
prima e aggiungere il comando ./configure --with-nghttp2 --prefix=/usr/local --with-ssl=/usr/local/ssl
configure
lo legge dalle variabili env OPENSSL_CFLAGS
eOPENSSL_LIBS