For Ubuntu Linux users, please note that when using Client URL (commonly known as CURL), you should use the version installed via the apt package manager rather than the snap version.
The snap distribution has been known to cause errors when downloading software through the command line. If you don't have the apt version installed, you can get it by running:
sudo apt install curl
Once installed this way, your downloads should work without issues. If you currently have the snap version installed, it is recommended to remove it:
sudo snap remove curl
Top comments (0)