Update curl utility
Update the curl utility in Debian 10¶
The default curl version, 7.64.0, in Debian 10 has known issues when
attempting to reuse an already closed connection. This issue directly
affects xbcloud
and users may see intermittent backup failures.
For more details, see curl #3750 or curl #3763.
Follow these steps to upgrade curl to version 7.74.0:
-
Edit the
/etc/apt/sources.list
to add the following:deb http://ftp.de.debian.org/debian buster-backports main
-
Refresh the
apt
sources:$ sudo apt update
-
Install the version from
buster-backports
:$ sudo apt install curl/buster-backports
-
Verify the version number:
$ curl --version
Expected output
curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0
Get expert help¶
If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.
Last update:
2023-10-04