- Download latest
curl
- Manual install
curl
:
sudo apt install libssh2-1-dev libssl-dev
cd curl/
./configure --with-ssl --with-libssh2
make
sudo make install
- Test installation:
curl -V
curl
curl
:sudo apt install libssh2-1-dev libssl-dev
cd curl/
./configure --with-ssl --with-libssh2
make
sudo make install
curl -V
Thank you very much for this.