mjw
2
Most likely, you’re using the Snap version of CURL.
Try again after…
sudo snap remove curl
sudo apt update && sudo apt install curl --yes
Regarding Fedora, this is how got around the issue with installing under /opt
, but your solution is better.
1 Like