We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Run the following command:
wget https://curl.haxx.se/download/curl-7.67.0.tar.gz tar xvf curl-*.tar.gz cd curl-7.67.0 ./configure --prefix=$HOME/local make -j make install
Then add ~/local/bin to PATH:
~/local/bin
PATH
export PATH=$HOME/local/bin:$PATH
Ref:
https://geekflare.com/curl-installation/