回答:
現在(2018年1月)。http2サポートを取得するには、ソースからcurlをインストールする必要があります。次のコマンドを使用してそれを行うことができます
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
最近使用した場合はハッシュをクリアする必要があります。askubuntu.com/q/923527/453746
sudo apt-get install libssl-dev
最初にインストールし、次のようにconfigureコマンドの実行を追加します./configure --with-nghttp2 --prefix=/usr/local --with-ssl=/usr/local/ssl
configure
ENV変数からそれを読み取っOPENSSL_CFLAGS
とOPENSSL_LIBS